Previous Topic: LINECNTNext Topic: LOCATE


LIST

The LIST option requests that reports be written to the primary report file (normally SYSPRINT).

This option has the following format:

LISt(ddname)|NOList

Default: In Batch, the default is LISt(SYSPRINT). In all other modes, the default is NOList.

ddname

(Optional) Specifies an alternate ddname for the primary report file. If you omit this operand, CA JCLCheck uses SYSPRINT for its report file.

Example: Write reports to CHKRPTS file

The following example causes CA JCLCheck to write its primary report output to the file defined by the DD statement named CHKRPTS:

LIS(CHKRPTS)