Do the following:
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'