DD statements for the batch command facility (z/OS)
To print from the DDLDCLOG area:
//dlogdb DD DSN=idms.dlogdb,DISP=SHR
To print from the archive log file:
//SYS001 DD DSN=idms.archive,DISP=OLD
//dmsgdb DD DSN=idms.dmsgdb, DISP=SHR //sysjrnl DD DSN=DUMMY
|
dlogdb |
DDname of the data dictionary log area |
|
idms.dlogdb |
Data set name of the data dictionary log area |
|
idms.archive |
Data set name of the archive log file |
|
dmsgdb |
DDname of the data dictionary message area |
|
idms.dmsgdb |
Data set name of the data dictionary message area |
|
sysjrnl |
DDname of the tape journal file defined in the DMCL module |
|
Copyright © 2014 CA.
All rights reserved.
|
|