DD statements for the batch command facility (z/OS)
//userdb DD DSN=user.userdb,DISP=SHR
//SYS001 DD DSN=idms.spill,DISP=OLD //SORTMSG DD SYSOUT=A,DCB=BLKSIZE=bbbb //SORTWK01 DD UNIT=disk,SPACE=(TRK,(nnn,nnn))
Add additional SORTWKnn files as necessary
|
userdb |
DDname of the database file |
|
user.userdb |
Data set name of the database file |
|
idms.spill |
Data set name of the spill file. |
|
bbbb |
Block size of the spill file; it should be a multiple of 40 with a maximum size of 32,760 |
|
Copyright © 2014 CA.
All rights reserved.
|
|