Previous Topic

Next Topic

Book Contents

Book Index

CTDRSTMS Example 2

In this example, the utility executes a request to restore from the History file all backed up reports for the USER01 user. The reports to be restored, using the RSTFDR restore mission, must have an ODATE from 01/01/06.

//CTDRSTMS EXEC CTDRSTMS

//SYSIN  DD  *

FILE=HST

RSTMIS=RSTFDR

*

USER=USER01

FROMDATE=01/01/06

/*

Parent Topic

Examples for CTDRSTMS