Previous Topic: INCRNext Topic: JOBF


INLIB

The Input Library (INLIB) option specifies the data type of the input for this invocation of JCLNeat, determining the ddname to OPEN.

This option has the following format:

INLIB=LIB|PAN|PDS|SEQ
LIB

Specifies CA Librarian input and opens the LIBIN DD statement.

PAN

Specifies CA Panvalet input and opens the PANIN DD statement.

PDS

Specifies partitioned data set input and opens the PDSIN DD statement.

SEQ

Specifies sequential input and opens the SEQIN DD statement. The default is SEQ.

Note: JCLNeat 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.