Previous Topic: Example 9—List the RESTORE Request QueueNext Topic: Volume—Level BACKUP Examples


Example 10—Delete Entry from RESTORE Queue

A restore request was placed in the restore queue but the wrong data set name was specified. Delete the entry from the queue.

//jobname JOB (acct,info),etc.
//         EXEC DERASE
//SYSIN     DD  *
DERASE DSN=THE.WRONG.NAME,RESTORE

The RESTORE parameter instructs the delete to be made from the restore queue. (The same command, but specifying ARCHIVE instead of RESTORE, directs the delete to the archive queue.)