Previous Topic: RESTORENext Topic: RESTRUCTURE CONNECT


RESTRUCTURE

DD statements for the batch command facility (z/OS)

//userdb1   DD  DSN=user.userdb1,DISP=SHR
//userdb2   DD  DSN=user.userdb2,DISP=SHR
//SYS001    DD  DSN=idms.spill,DISP=(NEW,PASS)
//              DCB=(RECFM=FB,BLKSIZE=bbbb)

Additional database file assignments, as required

userdb1

DDname of the first database file

user.userdb1

Data set name of the first database file

userdb2

DDname of the second database file

user.userdb2

Data set name of the second 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.