Server Guide
To deploy an application on CICS for Windows NT, on CICS for AIX, or on
CICS for Solaris, do the following:
- 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.
- 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.
-
- During development, you used the ABTVBLD program. For runtime, you
now use the ABTWBLD program.
- 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 ]