Support for IBM and Attachmate on Windows
The VA Smalltalk communication feature provides support for the IBM and Attachmate products on Windows. .VA Smalltalk utilizes the APPC, CPIC and Hllapi protocols of these products. The IBM product is the default but the user can switch to the other vendor by using the #selectAttachmate or #selectIBM methods for the protocols.
To change APPC execute one of the following from a workspace.
AbtAPPCBaseWinSubApp selectAttachmate "to choose Attachmate support"
AbtAPPCBaseWinSubApp selectIBM "to choose IBM support"
To change CPIC execute one of the following from a workspace.
AbtCPICWinSubApp selectAttachmate "to choose Attachmate support"
AbtCPICWinSubApp selectIBM "to choose IBM support"
To change Hllapi execute one of the following from a workspace.
Abt3270HllapiWinSubApp selectAttachmate "to choose Attachmate support"
Abt3270HllapiWinSubApp selectIBM "to choose IBM support"
Last modified date: 01/29/2015