Previous Topic: Dynamic InvocationNext Topic: CA JCLCheck Return Codes


JCLNeat Calling Parameter List

You can call, link, or attach to JCLNeat using one to four of the following parameters:

Parameter 1

Specifies JCLNeat runtime options.

This parameter is in standard z/OS calling parameter format: a halfword length field, followed by the option keyword, separated by commas or blanks. This parameter cannot be longer than 100 characters. The length value in the halfword length field is that of the character data and does not include the halfword itself.

Parameter 2

Specifies the input exit for retrieval of records by JCLNeat. This exit replaces the SEQIN ddname.

Parameter 3

Specifies the output exit that receives control each time a record is written by JCLNeat. This exit replaces the SEQOUT ddname name.

Parameter 4

Specifies an exit to receive control for each report output record. This exit replaces the SYSPRINT ddname.