Server Guide
Do the following:
- Edit the CICSENV.CMD file found in the RUNTIME subdirectory of the
CICS root directory.
- Add these statements (note that you cannot put a space either before or
after the equals sign):
- SET ABTCICSCNFNAME=C:\VISUALAG\ABT.INI, which is
the IBM Smalltalk initialization file.
- SET ABTCICSDEVIMAGE=C:\VISUALAG\ABT.ICX, which is
the IBM Smalltalk development image.
- You might want to create a separate directory to contain the images
packaged from Smalltalk that are to run under CICS. This example uses
WSIMAGE as that directory. Modify the UserWrk
(OS/2) variable in CICSENV.CMD to point to the directory that will
contain the DLLs of the images you will be packaging. The variable must
also point to the directory in which you installed VisualAge Smalltalk
Server. The command resembles--
UserWrk ='C:\VISUALAG;C:\WSIMAGE'
Optionally, you might also want to create a separate directory to contain
the images packaged from Smalltalk that are to run under CICS. This
document refers to this packaged image directory as
CICSIMAG.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]