This Knowledge Document explains how to get the list of default runtime options, and how to change the options.
Release: 12.0
Component: JCLCheck Workload Automation
To get a list of the default options, execute JCLCheck in batch mode using runtime option "LIST". In the JCLCheck job listing, the default options are displayed under DEFAULT PARAMETERS.
Example:
DEFAULT PARAMETERS: CTL FULL JOB LIST XREF PXREF(RPT) PROCXREF SXREF
To modify the default runtime options, apply Usermod MZ1C024 from the CAZ2JCL library.
Example: Add runtime options AU and FLUSHRC(00) to the default list
./ CHANGE NAME=JCLDFLT
CAZ2BOX TITLE='JCLDFLT - DEFAULT OPTIONS CSECT' 00010000
OPT DC C'CTL FULL JOB LIST XREF PXREF(RPT) PROCXREF SXREF' 00050000
DC C'AU FLUSHRC(00)' 00051000
./ ENDUP
Note: Sequence numbers must be in columns 73-80.