Creating a detailed report
You can request a detailed report from the Load Module Scanner by editing and running the job CIUJCLLD.
Change the following statements as appropriate:
- The JOB accounting parameters
- The PARM keyword of the EXEC statement
where:PARM='DETAIL[,DETAILMODS]'
- DETAIL
- Specifies that a detailed scan and report is required. The extent of the scan is defined by either the ALL parameter or the DETAIL DD statement.
- ALL
- Specifies that all modules in the load library are to be scanned
for possible dependency-causing and affinity-causing commands.
If ALL is omitted, only those modules listed in the file specified on the DETAIL DD statement are scanned. This file would normally be from the INTMOD DD output of a Load Module Scanner summary report run, which you can edit before creating a detailed report.
- 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.
- The INPUT DD statement, specify the name of the load library to be scanned.
- The SYSPRINT DD statement, specify the destination for the detailed report.
- The DETAIL DD statement, specify the name of the data set containing the list of modules to be scanned. This list might be created initially as the output from a summary run of the Load Module Scanner. If you specify ALL on the PARM statement, change the DETAIL DD statement to specify //DETAIL DD DUMMY.
- CIUPRINT DD statement; specify the destination of error messages (SYSOUT=*).