Previous Topic: Using AFP ACIF to Archive ReportsNext Topic: NAME Control Statement


Job Control Statements

Specify the following JCL to execute RMORMS:

EXEC

Specifies the program name (PGM=RMORMS) and the PARM parameter.

The PARM parameter specifies a single 1- to 17-character, high-level name of a database and the CA 11 program step parameters.

RMONETn DD

Specifies the destination to which the SYSOUT data set is sent.

The SYSOUT class, destination, and forms you specify must match the class, destination, and forms you specify for the SYSOUT that goes to the remote destination.

Do not specify this job control statement if CA 11 and CA Deliver are not executing on the same operating system.

RMSPARMS DD

Specifies the name of the data set in which the rerun control statements are to be input.

This job control statement is optional.

SYSPRINT DD

Identifies the sequential output data set (typically the SYSOUT) to which the audit trail Rerun Processing Status report 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.

This job control statement is optional.