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
TABLEspecifies that the results of the scan are to be added to the Db2® tables CIU_PROGRAM_INFO and CIU_CSECT_INFO.CSVspecifies 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
hlqis 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
db2hlqis 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.