How do I generate a data set cross reference listing for an entire JCL library using JCLCheck?
Release: 12.0
Component: JCLCheck Workload Automation
You can create a summary data set cross reference listing (Report 7) for your JCL libraries by concatenating the libraries in the SYSIN DD in your JCLCheck batch job.
To reduce the output to Report 7 only, use the following JCLCheck runtime options:
//OPTS DD *
LIST NOFULL NOJOB XREF NORUNT NOPXREF NOAUD NORPTRPT NOPROCX
AU SEV(16) SX(ONLY) ERR(NOR6HEAD) NOCNTL NOCTL
PDS
//