Deploying on TXSeries for Multiplatforms
To deploy an application on TXSeries for Multiplatforms, do the following:
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.
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