Server Guide


Deploying on CICS for Windows NT, CICS for AIX, or CICS for Solaris

To deploy an application on CICS for Windows NT, on CICS for AIX, or on CICS for Solaris, 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 NT, 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.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]