CSD setup differences with Enterprise COBOL V5 and V6

- CICS TS V5.4 and later
- CICS TS V5.3 with the PTF for APAR PI60389 applied
- CICS TS V5.1 and V5.2 with PTFs for APARs PI60388 and PI73184 applied

The normal procedure for setting up CICS involves
updating the CSD file to define program modules that will be used
under CICS. New library modules
must be added for Enterprise COBOL V5 and V6.
Most
of these modules
are contained in the Language Environment® data set
*
The 


SCEERUN
:CEEEV004
IGZXLPKA
IGZXD24
IGZXDMR
IGZLLIBV
IGZXLPKC
IGZXLPIO
IGZXAPI
IEWBNDD
IEWBIND
CDAEEDE
IGZXLPKB
IGZXLPKD
IGZXLPKE
IGZXLPKF
IGZXLPKG
IGZXPK2
IGZUOPT
*IGZXCDA

IGZUOPT
module is not contained in SCEERUN
by
default. IGZUOPT
is an optional module that you can
create by using the sample JCL IGZ1OPT
in the Language Environment data set SCEESAMP
.
Change the JOB card and load library name, and run the IGZ1OPT
JCL
to generate IGZUOPT
.
The member
* 
CEECCSD
in the Language Environment SCEESAMP
data
set provides an example of this definition file. You can also add
the following lines to your existing CSD file: DEFINE PROGRAM(CEEEV004) GROUP(CEE)
DEFINE PROGRAM(IGZXLPKA) GROUP(CEE)
DEFINE PROGRAM(IGZXD24) GROUP(CEE)
DEFINE PROGRAM(IGZXDMR) GROUP(CEE)
DEFINE PROGRAM(IGZLLIBV) GROUP(CEE)
DEFINE PROGRAM(IGZXLPKC) GROUP(CEE)
DEFINE PROGRAM(IGZXLPIO) GROUP(CEE)
DEFINE PROGRAM(IGZXAPI) GROUP(CEE)
DEFINE PROGRAM(IEWBNDD) GROUP(CEE)
DEFINE PROGRAM(IEWBIND) GROUP(CEE)
DEFINE PROGRAM(CDAEEDE) GROUP(CEE)
DEFINE PROGRAM(IGZXLPKB) GROUP(CEE)
DEFINE PROGRAM(IGZXLPKD) GROUP(CEE)
DEFINE PROGRAM(IGZXLPKE) GROUP(CEE)
DEFINE PROGRAM(IGZXLPKF) GROUP(CEE)
DEFINE PROGRAM(IGZXLPKG) GROUP(CEE)
DEFINE PROGRAM(IGZXPK2) GROUP(CEE)
DEFINE PROGRAM(IGZUOPT) GROUP(CEE)*
DEFINE PROGRAM(IGZXCDA) GROUP(CEE)

IGZUOPT
is
not included in this sample by default, but can be added if in use.