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 CICSWrk (Windows NT) or 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. On Windows NT, the command resembles--
    CICSWrk    ='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.

If you plan to access IMS databases from your CICS application and you plan to use Micro Focus Workbench to test your application on the workstation, the following statements must be added to the CICSENV.CMD file:

/* Startup Smalltalk with IMS-simulator */
/* Set up directory paths */
'SET PLIWB=d:\MVSWB\pliwb'
'SET PLIGUI=d:\MVSWB\pligui'
'SET TSODIR=d:\ADMVS32'
/* Set up environment variables */
'SET COBHNF=%PLIWB%\RESLIB'
'SET COBDIR=%PLIWB%\RESLIB;%TSODIR%\RESLIB;%TSODIR%\ISPF;
%TSODIR%\PROX32;%PLIWB%\IMS32;%PLIWB%\SYSLMOD;%TSODIR%\SYSLMOD;
%TSODIR%\32BIT370;%PLIWB%\IMSDEMO;%TSODIR%\SAMPJCL;%PLIWB%\ISPF;'
'SET IMSDIR=%PLIWB%\IMS32'
'SET IMSCFG=%PLIWB%\IMSDEMO'
'SET IMSLIB=%PLIWB%\IMSDEMO'
'SET IMSDAT=%PLIWB%\IMSDEMO'
'SET IMSWRK=%PLIWB%\IMSDEMO'


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