The CIUJCLCS job

To run the CSECT Scanner, you can edit and run the CIUJCLCS job. This job produces a printed report and updates the CIU_PROGRAM_INFO and CIU_CSECT_INFO DB2® tables.

This job produces a printed report and updates the CIU_PROGRAM_INFO and CIU_CSECT_INFO DB2 tables.

Before running the CIUJCLCS job, change the following as appropriate:
  • The JOB accounting parameters
  • The PARM keyword of the EXEC statement:
    PARM='[TABLE]'

    where TABLE specifies that the results of the scan are to be added to the DB2 tables CIU_PROGRAM_INFO and CIU_CSECT_INFO. CSV specifies that the results of the scan are to be written to the CSV files.

  • The SYS keyword of the PARM keyword of the EXEC statement; specify the name of the DB2 subsystem.
  • The STEPLIB DD statement; specify the name of the CICS® IA load library where you have installed the CSECT Scanner program, CIUCSS. The default is hlq.SCIULOAD, where hlq is the high-level data set qualifier assigned during installation.

    In the concatenation DD statement, specify the name of the DB2 load library. The default is db2hlq.SDSNLOAD, where db2hlq is the high-level data set qualifier assigned to the DB2 subsystem during installation.

  • The LOADLIB DD statement; specify the name of the load library to be scanned.
  • The SYSPRINT DD statement; specify the destination for the printed report.