Server Guide

Modifying the CICS environment

Do the following:

  1. Edit the CICSENV.CMD file found in the RUNTIME subdirectory of the CICS root directory.
  2. Add these statements (note that you cannot put a space either before or after the equals sign):
  3. 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 ]