Previous Topic: ExampleNext Topic: RMOCPMAP - Checkpoint Map Utility


Job Control Statements

Specify the following JCL to execute RMOBPR:

JOB

Initiates the job.

EXEC

Specifies the name of the program (PGM=RMOBPR) and the parameters (PARM=) for the program.

Use the PARM parameter to specify the high-level name of a database and at least one or more bundle identifiers which you use to identify the bundles you want to print. For example:

PARM='DELIVER.SYSTEM1,BID1,BID2'

Separate each bundle identifier with a comma.

The PARM parameter can be 100 characters in length.

RMOBID DD

Defines the sequential data set that contains the bundles you want to print.

Specify one bundle identifier per record. You can specify bundle .identifiers either with this job control statement or through the EXEC job control statement parameters.

This job control statement is optional.