Previous Topic: Example 8—Process Queued RequestsNext Topic: Example 10—Delete Entry from RESTORE Queue


Example 9—List the RESTORE Request Queue

Find the current status for all restore requests that were made previously for data sets that begin with the name of DEPT20

//jobname JOB (acct,info),etc.
//         EXEC LISTREQ
//SYSIN     DD  *
LISTREQ DSN=DEPT201/,RESTORE

A status of PEND (pending), COMP (complete) or FAIL (failed) will be displayed, along with other related data, for each restore request found in the queue.