Previous Topic: Rule for Updating Active DefinitionsNext Topic: COPY Control Statement


Job Control Statements

Specify the following JCL to execute RMOUTIL:

JOB

Initiates the job.

EXEC

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

STEPLIB DD

Identifies the load library that contains RMOUTIL.

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.

SYSIN DD

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