Specify the following JCL to execute RMORAP:
Initiates the job.
Specifies the program name (PGM=RMORAP) and, optionally, the high-level name of the database as the PARM parameter (PARM='DELIVER.SYSTEM1').
Identifies the load library that contains RMORAP.
If the program resides in a linklist library, you can omit this statement.
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.
Defines the sequential data set containing the names of the jobs whose reports are to be activated or deactivated.
The data set can contain fixed or variable records of any length. You can omit this DD statement if job names are not to be input to the program.
Defines the sequential data set containing the identifiers of the reports to be activated/deactivated.
The data set can contain fixed or variable records of any length. You can omit this DD statement if report identifiers are not to be input to the program.
Specifies the name of the card image data set where the control statements you want to input are located.
Important! Use either JOBACT DD or RPTACT DD but not both. RMORAP control statements must fit entirely on one card image. Continuations are not allowed.
|
Copyright © 2013 CA.
All rights reserved.
|
|