Previous Topic: Running SARPACNext Topic: Input to SARPAC


Job Control Statements

Locate the sample execution JCL in member HAEXPAC in your CVDEJCL data set.

The following job control statements are required to execute SARPAC:

JOB

Initiates the job.

EXEC

Specifies the following:

STEPLIB DD

Defines the load library containing SARPAC.

Note: If the program resides in a link list library, omit this statement.

SARDRLST DD

Defines the sequential output data set (normally SYSOUT) used for listing the reports consolidated onto DR tapes.

If this is not a SYSOUT data set, DCB=BLKSIZE=nnn must be coded, where nnn is a multiple of 133.

SYSPRINT DD

Defines the sequential output data set (normally SYSOUT) used for listing the consolidation report.

If there is no SYSOUT data set, DCB=BLKSIZE=nnn must be coded where nnn is a multiple of 133.

SYSIN DD

Optional, specifies input.

Note: For more information, see the section, Input to SARPAC.

SORTLIB DD

Defines the load library that contains the SORT program library.

This DD statement may not be needed if the sort program library is moved to LPA.

SYSOUT DD

Defines a sequential output data set (normally SYSOUT) to which SORT messages are written.

SORTWKnn DD

Defines temporary sort work disk space where nn represents a numeric number. Normally a minimum of three sort work DD statements are specified.