Previous Topic: CustomizationNext Topic: EDCHEK Options


Default Runtime Options

Default runtime options are customized by each site. As best practice, the default options should consist of runtime options that are used no matter how CA JCLCheck is invoked. For instance, if REXX is used to enforce site standards, then the STDREXX option should be in the default option.

To get a current list of the default options, execute CA JCLCheck in batch mode and include the runtime option "LIST". In the execution listing, the default options are displayed under DEFAULT PARAMETERS as follows:

DEFAULT PARAMETERS: AU CTL FULL JOB LIST XREF PXREF(RPT) PROCXREF SXREF

To modify the default runtime options, apply CA JCLCheck USERMOD MZ1C024 from the SAMPJCL data set. Validate the sequence numbers in column 73-80.

...
./ CHANGE NAME=JCLDFLT
   CAZ2BOX TITLE='JCLDFLT - DEFAULT OPTIONS CSECT'
OPT    DC    C'CTL FULL JOB LIST XREF PXREF(RPT) PROCXREF SXREF'
       DC    C'AU FLUSHRC(00) STDREXX(YOURREXX)'
./ ENDUP