Previous Topic: Example of Control Statements: HexadecimalNext Topic: MDLFDEF and MDLPDEF Control Statements


Job Control Statements

Specify the following JCL to execute RMOPSF:

JOB

Initiates the job.

EXEC

Specifies the program name (PGM=RMOPSF).

STEPLIB DD

Identifies the load library that contains RMOPSF.

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.

SYSUT1 DD

Defines the work disk space.

SYSUT2 DD

Defines the work disk space.

PDEFOLD DD

Defines the existing PAGE definition library.

PDEFNEW DD

Defines the converted PAGE definition library.

FDEFOLD DD

Defines the existing FORM definition library.

FDEFNEW DD

Defines the converted FORM definition library.

SYSIN DD

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