Member CAVHUTIL in CAI.CAVHPROC contains the following sample JCL for executing IN25UTIL:
// JOB //IN25UTIL EXEC PGM=IN25UTIL,REGION=2M //STEPLIB DD DISP=SHR,DSN=CAI.CAVHLOAD //PROTSYM DD DISP=SHR,DSN=USER.PROTSYM //OUTPUT DD SYSOUT=*,DCB=(LRECL=133,BLKSIZE=3990) //MESSAGE DD SYSOUT=* //CARDS DD * (input cards go here) /*
The following table describes the DD statements used by IN25UTIL:
|
DDname |
Description |
|
STEPLIB |
The load library containing IN25UTIL. |
|
PROTSYM |
The file on which maintenance or reporting is being performed. |
|
MESSAGE |
Output and messages from IN25UTIL are written to this file. |
|
OUTPUT |
Output from the PRINT function is written to this file. |
|
CARDS |
Contains the function request statements. |
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |