To execute SARGRW, specify the following JCL:
Initiates the job.
Specifies the program name (PGM=SARGRW) and optionally, the high-level name of the database as the PARM parameter (PARM='VIEW.SYSTEM1').
You may also need to specify a region size (REGION=4096K is recommended).
Identifies the load library that contains SARGRW.
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 sent.
If you do not specify a SYSOUT data set, then 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.
Use the CONTROL control statement to change the DD statement name.
Defines the sequential output data set to which records are to be output using the OUTPUT control statement.
Use the CONTROL control statement to change the DD statement name. The DCB parameters LRECL, BLKSIZE, and RECFM are required to avoid a system error.
Defines the load library containing the sort library programs.
Defines the sort work disk space.
Defines the sort work disk space.
Defines the 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 © 2015 CA Technologies.
All rights reserved.
|
|