Deploying on TXSeries for Multiplatforms
To deploy an application on TXSeries for Multiplatforms, do the following:
1. Package the image following the instructions for packaging a single image or for an image component in Step 2: Packaging for CICS on the workstation.
2. Because CICS cannot run an image directly without an executable module, use the ABTWBLD program to create a CICS transaction program (a DLL for Windows, a shared object for AIX or Solaris) from the packaged image of your Smalltalk application.
tips
During development, you used the ABTVBLD program. For runtime, you now use the ABTWBLD program.
3. Define the application to CICS. That is, define the program to CICS using the name of the DLL or shared object created in the previous step.
Last modified date: 05/11/2020