CSD setup differences with Enterprise COBOL V5 and V6
With the following CICS® TS versions, CICS uses system autoinstall to install the modules
required by the Enterprise COBOL
V5 and V6 runtime so you do not need to update the CICS System Definition (CSD) file:
- 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
CEECCSD
in the Language Environment®
SCEESAMP
data set provides an example of this definition file and can be used to build the CICS CSD file.. You can manually add the following lines to your existing CSD file if you are not at a CICS level that supports autoinstall and choose not to use the CEECCSD
example:
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)
The IGZ* and CEE* modules are contained in the SCEERUN data set.
IEWBNDD
is contained in SYS1.SIEAMIGE.
IEWBIND
is contained in SYS1.MIGLIB
and possibly
LPA.
The * IGZUOPT
is not contained in
SCEERUN
by default. IGZUOPT
is an optional module
that can be created as needed by using the sample JCL members IGZ1OPT
,
IGZ2OPT
, IGZ3OPT
, or IGZ4OPT
in
SCEESAMP
.
IGZUOPT
is also not included in the
SCEESAMP(CEECCSD)
sample. If in use, it can be added to
SCEESAMP(CEECCSD)
.
Related tasks
Suppressing information in CEEDUMP processing (IGZ1OPT) (Enterprise COBOL for z/OS® Programming Guide)
Controlling the suppression of the OS/VS COBOL warning messages (IGZ2OPT)
Requesting QSAM buffers above the line (IGZ3OPT)
Controlling initialization of QSAM buffer (IGZ4OPT)
Suppressing information in CEEDUMP processing (IGZ1OPT) (Enterprise COBOL for z/OS® Programming Guide)
Controlling the suppression of the OS/VS COBOL warning messages (IGZ2OPT)
Requesting QSAM buffers above the line (IGZ3OPT)
Controlling initialization of QSAM buffer (IGZ4OPT)