Local mode DD statements for the batch command facility (z/OS)
//userdb DD DSN=user.userdb,DISP=OLD
//userdict DD DSN=user.userdict,DISP=SHR //sysjrnl DD DSN=idms.sysjrnl,DISP=OLD
|
userdb |
DDname of the database file |
|
user.userdb |
Data set name of the database file |
|
userdict |
DDname of the database file containing the dictionary with the table definitions |
|
sysjrnl |
DDname of the tape journal file |
|
idms.sysjrnl |
Data set name of the tape journal file |
Central version
To execute SYNCHRONIZE STAMPS 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.
|
|