DD statements for the batch command facility (z/OS)
//userdb1 DD DSN=user.userdb1,DISP=SHR
//userdb2 DD DSN=user.userdb2,DISP=SHR Additional database file assignments, as required
|
userdb1 |
DDname of the first database file |
|
user.userdb1 |
Data set name of the first database file |
|
userdb2 |
DDname of the second database file |
|
user.userdb2 |
Data set name of the second database file |
Central version
To execute PRINT SPACE FOR AREA or PRINT SPACE FOR SEGMENT under the central version, modify the JCL shown previously as follows:
//SYSCTL DD DSN=idms.sysctl,DISP=SHR
|
sysctl |
DDname of the SYSCTL file |
|
idms.sysctl |
Data set name of the SYSCTL file |
The CA IDMS installation media contains the following sample JCL (intended for demonstration purposes only):
|
Copyright © 2014 CA.
All rights reserved.
|
|