Local mode DD statements for the batch command facility (z/OS)
//usercat DD DSN=user.ddlcat,DISP=SHR
//usercatx DD DSN=user.ddlcatx,DISP=SHR //usercatl DD DSN=user.ddlcatl,DISP=SHR //SYSPCH DD DSN=&.&pch.,DISP=(NEW,KEEP,DELETE), // DCB=(RECFM=FB,BLKSIZE=nnnn,LRECL=80) // SPACE=space-specification,UNIT=unit // VOL=SERnnnnnn //sysjrnl DD DSN=DUMMY
|
usercat |
DDname of the database file containing the DDLCAT area of the dictionary |
|
user.ddlcat |
Data set name of the database file containing the DDLCAT area of the dictionary |
|
usercatx |
DDname of the database file containing the DDLCATX area of the dictionary |
|
user.ddlcatx |
Data set name of the database file containing the DDLCATX area of the dictionary |
|
usercatl |
DDname of the database file containing the DDLCATLOD area of the dictionary |
|
user.ddlcatl |
Data set name of the database file containing the DDLCATLOD area of the dictionary |
Central version
To execute PUNCH under the central version, modify the JCL shown previously as follows:
//SYSCTL DD DSN=idms.sysctl,DISP=SHR
|
idms.sysctl |
Data set name of the SYSCTL file |
|
Copyright © 2014 CA.
All rights reserved.
|
|