Previous Topic: REORGNext Topic: RESTRUCTURE


RESTORE

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

//userdb1   DD  DSN=user.userdb1,DISP=OLD
//userdb2   DD  DSN=user.userdb2,DISP=OLD
//SYS001    DD  DSN=user.bkp,DISP=SHR

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

user.bkp

Data set name of the backup file