Previous Topic: RMORXB - Rebuilding Cross-Reference RecordsNext Topic: Example


Job Control Statements

The following JCL is required to execute RMORXB:

JOB

Initiates the job.

EXEC

Specifies the program name (PGM=RMORXB) and the high-level name of the database as the PARM parameter (PARM='DELIVER.SYSTEM1').

STEPLIB DD

Defines the load library containing RMORXB.

If the program resides in a linklist library, omit this statement.

SYSPRINT DD

Identifies the sequential output data set (typically the SYSOUT) to which the report listing is to be sent.

If you do not specify a SYSOUT data set, specify DCB=BLKSIZE=nnn, where nnn represents a number that is a multiple of 133.

SORTLIB DD

Defines the load library containing the sort library programs.

SORTWK01 DD

Defines sort work disk space.

SORTWK02 DD

Defines sort work disk space.

SORTWK03 DD

Defines sort work disk space.

SYSOUT DD

Defines the sort message data set.