Previous Topic: ROLLBACKNext Topic: SYNCHRONIZE STAMPS


ROLLFORWARD

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

//userdb   DD  DSN=user.userdb,DISP=OLD

Add database file assignments, as required

If recovering from a standard journal file:

//SYS001   DD  DSN=&.&archive.,DISP=(OLD),UNIT=tape

If recovering from a journal extract file:

//extract   DD  DSN=jrnl.extract,DISP=OLD

If using the SORT option or processing a journal extract file, add these statements:

//SORTMSG  DD  SYSOUT=A,DCB=BLKSIZE=bbbb
//SORTWK01 DD  UNIT=disk,SPACE=(TRK,(nnn,nnn))

Add SORTWKnn files as necessary

userdb

DDname of the user database file.

user.userdb

Data set name of the user database file.

&.&archive.

Data set name of the complete archive or tape journal file.

tape

Symbolic device name of the archive or tape journal file.

extract

DDname of the extract journal file. If not specified in the command it will default to SYS002.

jrnl.extract

Data set name of the extract journal file.