Previous Topic: Condition Codes for Tape Pull ListNext Topic: Erase a Deferred Restore Request from the Queue


Listing of Deferred Restore Requests

The status of the deferred restore requests can be listed using the following JCL:

//jobname JOB (acct,info),etc.
//STEP EXEC LISTREQ
LISTREQ DSNAME=,RESTORE,ALL
DSNAME=

A list of one or more data set names or prefixes for which request entries are to be listed. If this parameter is not specified, the ALL parameter as defined below must be specified. (DSN=/ is equivalent to the ALL parameter.)

RESTORE

The presence of this parameter results in queued DRESTORE request records being selected. It can be abbreviated as RES.

ALL

The presence of this parameter results in all the DRESTORE request records being selected.