Run the CSECT Scanner by editing and running the CIUJCLCS
job.
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.
- 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.SCIULOAS, 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.
- The SYSPROC DD statement; Specify the name of the CICS IA CLIST library. The default is hlq.SCIUCLIS,
where hlq is the high-level data set qualifier assigned
during installation.