DD statements for the batch command facility (z/OS)
//SYS001 DD DSN=&&archive,DISP=OLD,UNIT=tape
//userdb DD DSN=user.userdb,DISP=OLD Additional database file assignments, as required If using the SORT option add these statements: //SORTMSG DD SYSOUT=A,DCB=BLKSIZE=bbbb //SORTWK01 DD UNIT=disk,SPACE=(TRK,(nnn,nnn)) Add additional SORTWKnn files as necessary
|
&&archive |
Data set name of the complete archive or tape journal file |
|
tape |
Symbolic device name of the archive or tape journal file |
|
userdb |
DDname of the user database file |
|
user.userdb |
Data set name of the user database file |
|
Copyright © 2014 CA.
All rights reserved.
|
|