Previous Topic: RMORPT - Batch ReportingNext Topic: NAME Control Statement


Job Control Statements

Specify the following JCL to execute RMORPT:

JOB

Initiates the job.

EXEC

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

STEPLIB DD

Identifies the load library that contains RMORPT.

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

SYSPRINT DD

Identifies the sequential output data set (typically the SYSOUT) to which control statements and messages are 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.

This DD statement is only necessary when producing report 4.

SORTWK01 DD

Defines sort work disk space.

This DD statement is only necessary when producing report 4.

SORTWK02 DD

Defines sort work disk space.

This DD statement is only necessary when producing report 4.

SORTWK03 DD

Defines sort work disk space.

This DD statement is only necessary when producing report 4.

SYSOUT DD

Defines the sort message data set.

This DD statement is only necessary when producing report 4.

SYSIN DD

Specifies the name of the card image data set where the control statements you want to input are located.