Previous Topic: Report 7 - Summary Data Set Cross-ReferenceNext Topic: Report 9 - Summary Report Listing


Report 8 - Summary Program Cross-Reference

The Summary Program Cross-Reference report lists all programs used by any job within a production system (series of jobs analyzed using a single run of CA JCLCheck). The report is similar to the Report 4 - Program Cross-Reference, except that all programs included in the system are reported in program name sequence. The listing includes all programs referenced on EXEC statements and programs invoked by IMS (specified in the second PARM field parameter when the program name is DFSRRC00). This report is produced only if the SXREF and PXREF options are both selected.

To generate this report, specify the SXREF and PXREF options.

CA REPORT 8 - SUMMARY PROGRAM CROSS REFERENCE CA JCLCHECK SYS: xxxx THURSDAY JANUARY 9, yyyy --------------------------------------------------------------------------------------------------------------------------------- PROGRAM LIBRARY CONTAINING PROGRAM REFERENCED IN NAME VOLUME DSNAME JOB, STEP (STATEMENT) --------------------------------------------------------------------------------------------------------------------------------- IEBGENER MVXAD2 SYS1.LINKLIB JCHKTEST, STEP12.NSTEP2 (15) IEFBR14 SYS1.LPALIB JCHKTEST, PROC.STEP1 (8) JCHKTEST, STEP12.N

This report contains the following fields:

PROGRAM NAME

Indicates the program name.

LIBRARY CONTAINING PROGRAM VOLUME

Indicates the volume serial number of the partitioned data set in which the program is located.

LIBRARY CONTAINING PROGRAM DSNAME

Indicates the data set name of the partitioned data set in which the program is located.

The name is enclosed in parentheses if the library could not be opened for the existence check. (See the Error Messages Report for the first job referencing the library for further details.) The library name is shown as SYSTEM LINK LIBRARY [+nn] if the program was found in the linklist. In such a case, "[+nn]" indicates that the program was located in the nth library beyond SYS1.LINKLIB. The library name is shown as *** PROGRAM NOT FOUND *** if the program could not be located in any library.

REFERENCED IN JOB, STEP (STATEMENT)

Indicates the statements referencing the program.

References are formatted job name, step.procstep (stmt). This format allows CA JCLCheck to use the report without referencing the detailed reports for the individual jobs within the system. The inclusion of the statement number however, permits easy reference to the detailed reports.