Specify the following JCL to execute RMOGRW:
Initiates the job.
Specifies the program name (PGM=RMOGRW) and optionally, the high-level name of the database as the PARM parameter (PARM='DELIVER.SYSTEM1').
You may also need to specify a region size (REGION=4096K is recommended).
Identifies the load library that contains RMOGRW.
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 output data set (typically SYSOUT) to which the hardcopy report is to be written using the PRINT control statement.
The DD statement name can be changed by use of the CONTROL control statement.
Defines the sequential output data set to which records are to be output using the OUTPUT control statement.
The DD statement name can be changed by use of the CONTROL control statement. The DCB parameters LRECL, BLKSIZE, and RECFM are required to avoid a system error.
Defines the load library containing the sort library programs.
Defines sort work disk space.
Defines sort work disk space.
Defines sort work disk space.
Defines the sort message data set.
Specifies the name of the card image data set where the control statements you want to input are located.
|
Copyright © 2013 CA.
All rights reserved.
|
|