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.)
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|