DD statements for the batch command facility (z/OS)
//SYS001 DD DSN=&.&sortunld.,DISP=SHR
//SYS002 DD DSN=user.dbl001,DISP=(OLD,DELETE)
//SYS004 DD DSN=user.dbl004,DISP=(NEW,PASS),UNIT=tape004,
// DCB=(RECFM=VB,LRECL=rrr004,BLKSIZE=bbb004)
//SYS005 DD DSN=user.dbl005,DISP=(NEW,PASS),UNIT=tape005,
// DCB=(RECFM=VB,LRECL=rrr005,BLKSIZE=bbb005)
//SYS009 DD DSN=user.dbl009,DISP=(NEW,PASS),UNIT=tape009,
// DCB=(RECFM=VB,LRECL=rrr009,BLKSIZE=bbb009)
//SYS010 DD DSN=user.dbl010,DISP=(NEW,PASS),UNIT=tape010,
// DCB=(RECFM=VB,LRECL=rrr010,,BLKSIZE=bbb010)
//SYS011 DD DSN=user.dbl011,DISP=(NEW,PASS),UNIT=tape011,
// DCB=(RECFM=VB,LRECL=rrr011,BLKSIZE=bbb011)
//SYSPCH DD DSN=&&sortld,DISP=(NEW,PASS),UNIT=disk,
// SPACE=(TRK,1),DCB=BLKSIZE=80
//RELDCTL DD DSN=user.reldctl,DISP=SHR,UNIT=nnnn,
VOL=SER=nnnnnn,
DCB=(RECFM=FB,LRECL=60,BLKSIZE=bbbctl)
//SORTMSG DD SYSOUT=A,DCB=BLKSIZE=bbbb
//SORTWK01 DD UNIT=disk,SPACE=(TRK,(nnn,nnn))
Add additional SORTWKnn files as necessary
//userdb DD DSN=user.userdb,DISP=SHR
Additional existing database files assignments, as required
|
&.&sortunld. |
Data set name of the sort parameters created by IDMSTBLU |
|
user.dbl001 |
Data set name of the file put out by the format program |
|
user.dbl004 |
Data set name of the intermediate work file containing the output from SORT1 |
|
tape004 |
Symbolic device name of the SYS004 file |
|
rrr004 |
Record size of the SYS004 file; should be the same as the record size for SYS001 |
|
bbb004 |
Block size of the SYS004 intermediate work file; should be the same as the block size for SYS001 |
|
user.dbl005 |
Data set name of the intermediate work file containing a control record and set membership information from IDMSDBL2 |
|
tape005 |
Symbolic device name of the SYS005 file |
|
rrr005 |
Record size of the SYS005 file; for sizing information, see FASTLOAD |
|
bbb005 |
Block size of the SYS005 intermediate work file; must be at least rrr005 plus four bytes |
|
user.dbl009 |
Data set name of the intermediate work file containing the sorted contents of SYS005 |
|
tape009 |
Symbolic device name of the SYS009 file |
|
rrr009 |
Record size of the SYS009 file; should be the same as rrr005 |
|
bbb009 |
Block size of the SYS009 intermediate work file; should be the same as bbb005 |
|
user.dbl010 |
Data set name of the intermediate work file containing pointer information from IDMSDBL3 |
|
tape010 |
Symbolic device name of the SYS010 file |
|
rrr010 |
Record size of the SYS010 file; for sizing information, see FASTLOAD |
|
bbb010 |
Block size of the SYS010 intermediate work file; must be at least 60 bytes (the size of the control record plus four bytes) |
|
user.dbl011 |
Data set name of the intermediate work file containing sorted pointer information from SORT4 |
|
tape011 |
Symbolic device name of the SYS011 file |
|
rrr011 |
Record size of the SYS011 file; should be the same as rrr010 |
|
bbb011 |
Block size of the SYS011 intermediate work file; should be the same as bbb010 |
|
&&sortld |
Data set name of the SYSPCH file |
|
disk |
Symbolic device name of the SYSPCH file |
|
user.reldctl |
Data set name of the reload control file containing control and set information |
|
bbbctl |
Blocksize of the RELDCTL file. It should be a multiple of 60 with a maximum size of 32,760. |
|
userdb |
DDname of the database file |
|
user.userdb |
Data set name of the database file |
|
Copyright © 2014 CA.
All rights reserved.
|
|