CSD setup differences with Enterprise COBOL V5 and V6

Start of changeWith the following CICS TS versions, CICS uses system autoinstall to install the required Enterprise COBOL V5 and V6 runtime modules 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
Without those PTFs applied or for earlier CICS TS versions, you must update the CSD file to include Enterprise COBOL V5 and V6 runtime modules as follows. End of change
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. Start of changeMost of these modulesEnd of change are contained in the Language Environment® data set SCEERUN:
  • CEEEV004
  • IGZXLPKA
  • IGZXD24
  • IGZXDMR
  • IGZLLIBV
  • IGZXLPKC
  • IGZXLPIO
  • IGZXAPI
  • IEWBNDD
  • IEWBIND
  • CDAEEDE
  • IGZXLPKB
  • IGZXLPKD
  • IGZXLPKE
  • IGZXLPKF
  • IGZXLPKG
  • IGZXPK2
  • Start of changeIGZUOPT*End of change
  • Start of changeIGZXCDAEnd of change
Start of change* The 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.End of change
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)
Start of changeDEFINE PROGRAM(IGZUOPT) GROUP(CEE)*End of change
Start of changeDEFINE PROGRAM(IGZXCDA) GROUP(CEE)End of change
Start of change* IGZUOPT is not included in this sample by default, but can be added if in use.End of change