Creating a summary report with DB2 output
You can request a summary report with DB2® output by editing and running the CIUJCLTS job.
The CIUJCLTS job updates the CIU_SCAN_SUMMARY DB2 table with the results of the scan. Your own programs can then process the scan results by querying the CIU_SCAN_SUMMARY table.
Like CIUJCLLS, the CIUJCLTS job can also produce a separate list of modules that contain possible dependency-causing or affinity-causing commands, for input to the CIUJCLLD or CIUJCLTD job for more detailed reporting.
Before running the CIUJCLTS job, change the following:
- The JOB accounting parameters
- The PARM keyword of the EXEC statement:
where:PARM='SUMMARY[,DETAILMODS][,TABLE]'
- SUMMARY
- Specifies that a summary scan, and report, is required for the entire library, except for CICS® modules, CICS IA modules, CICS tables, and those modules that cannot be loaded, because of an error.
- DETAILMODS
- Specifies that the names of those modules containing at least one possible dependency-causing or affinity-causing command are to be written to the sequential file defined by the INTMOD DD statement. This file might be used to restrict a subsequent detailed report, by specifying it on the DETAIL DD statement of a detailed report run of the Load Module Scanner.
- TABLE
- Specifies that the results of the summary scan are to be written to the DB2 table CIU_SCAN_SUMMARY.
- 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 in which you have installed the Load Module Scanner program,
CIULMS. The default is hlq.SCIULOAD,
where hlq is the 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 data set qualifier assigned to the DB2 subsystem during installation.
- The INPUT DD statement; specify the name of the load library to be scanned.
- The SYSPRINT DD statement; specify the destination for the summary report.
- The INTMOD DD statement; specify the name of the sequential data set to which the list of modules that contain possible dependency-causing or affinity-causing commands is to be sent. You can edit the data set to alter the list of modules to be scanned before running the Load Module Scanner to produce a detailed report.
- The CIUPRINT DD statement; specify the destination of error messages (SYSOUT=*).