Locate the sample execution JCL in member HAEXPAC in your CVDEJCL data set.
The following job control statements are required to execute SARPAC:
Initiates the job.
Specifies the following:
Defines the load library containing SARPAC.
Note: If the program resides in a link list library, omit this statement.
Defines the sequential output data set (normally SYSOUT) used for listing the reports consolidated onto DR tapes.
If this is not a SYSOUT data set, DCB=BLKSIZE=nnn must be coded, where nnn is a multiple of 133.
Defines the sequential output data set (normally SYSOUT) used for listing the consolidation report.
If there is no SYSOUT data set, DCB=BLKSIZE=nnn must be coded where nnn is a multiple of 133.
Optional, specifies input.
Note: For more information, see the section, Input to SARPAC.
Defines the load library that contains the SORT program library.
This DD statement may not be needed if the sort program library is moved to LPA.
Defines a sequential output data set (normally SYSOUT) to which SORT messages are written.
Defines temporary sort work disk space where nn represents a numeric number. Normally a minimum of three sort work DD statements are specified.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|