DD statements for the batch command facility (z/OS)
//sysjrnl DD DSN=idms.tapejrnl,DISP=SHR
//userdb DD DSN=user.userdb,DISP=SHR Additional database file assignments, as required
|
sysjrnl |
DDname of the tape journal file |
|
idms.tapejrnl |
Data set name of the tape journal file |
|
userdb |
DDname of the user database file |
|
user.userdb |
Data set name of the user database file |
Central version
To execute CLEANUP 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 |
|
Copyright © 2014 CA.
All rights reserved.
|
|