Previous Topic: OPTDESCNext Topic: PACK


OUTLIB

The OUTLIB option specifies the data type of the JCLNeat output, determining the ddname to OPEN.

This option has the following format:

OUTLIB=PDS|SEQ
PDS

Specifies output to a partitioned data set. The PDSOUT DD statement is opened.

SEQ

Specifies output to a sequential data set. The SEQOUT DD statement is opened. This is the default.

Note: CA JCLCheck does not support the options combination INLIB=SEQ and OUTLIB=PDS.

When using INLIB=PDS and OUTLIB=PDS, the PDSIN and PDSOUT DD statements must not reference the same PDS or JCLNeat discontinues processing with a CAY6504S message.