Previous Topic: OPROCLIBNext Topic: OUTFMT


OPTIONS

This option overrides the default ddname for additional CA JCLCheck processing options.

This option has the following format:

Options[(ddname)]|NOOption

Default: NOOption

ddname

(Optional) Specifies the name of the DD statement defining the additional options input file. If you omit ddname, CA JCLCheck uses JCLOPTS as the ddname for this file.

You can place options in this data set (SYSIN data) anywhere between Columns 2 and 71 (inclusive), however individual options cannot be divided across lines (for example, if you specify CCLIST(50), (50) must be on the same line as CCLIST).

Example: Override CCLIST option

 //STEPCK EXEC CAZ1JCHK,PARM='O(OPTS)'
 //OPTS DD *
  CCLIST(50) COND(JOBSTEP1.PROCSTP5 16)
  COND(JOBSTEP8.PROCSTP3 ABEnd)
  SXREF(NORPT)
 /*