Are you trying to do a full volume restore, or a logical data set restore? Looks like the latter. In which case, as the messages indicate, you have not specified which data set names/pattern to restore. You'd need a DATASET(INCL(**)) to restore all the data sets. If you want to do a full volume restore, then change the RESTORE to be something like:
RESTORE INDDNAME(TAPE1) OUTDDNAME(DASD1) NOCOPYVOLID ________________________________________ From: IBM Mainframe Discussion List [[email protected]] On Behalf Of John Dawes [[email protected]] Sent: Thursday, September 06, 2012 9:42 AM To: [email protected] Subject: UNABLE TO DO A FULL VOLUME RESTORE - DFDSS G'Day, I am trying to perform a full volume restore of a SMS volume to a spare volume which is not SMS managed. I am encountering a problem and tried several things: The output volume has a different VOLSER. The reason for this is that I want to ensure that the tape which is being used to perform the restore could be read because it was created by a DFDSS COPYDUMP. Below is the restore parm and the error messages. We are running RELEASE z/OS 01.11.00 RESTORE INDDNAME(TAPE1) OUTDDNAME(DASD1) PURGE - BYPASSACS(**) - NULLSTORCLAS - NULLMGMTCLAS ADR101I (R/I)-RI01 (01), TASKID 001 HAS BEEN ASSIGNED TO COMMAND 'RESTORE ' ADR109I (R/I)-RI01 (01), 2012.250 10:34:33 INITIAL SCAN OF USER CONTROL STATEMEN ADR138E (001)-RI01 (02), REQUIRED (SUB)PARAMETER OF 'DATASET ' IS MISSING ADR139E (001)-RI01 (01), INCONSISTENT PARAMETERS INVOLVING 'BYPASSACS ' ADR138E (001)-RI01 (02), REQUIRED (SUB)PARAMETER OF 'DATASET ' IS MISSING ADR139E (001)-RI01 (01), INCONSISTENT PARAMETERS INVOLVING 'NULLSTORCLAS ' ADR138E (001)-RI01 (02), REQUIRED (SUB)PARAMETER OF 'DATASET ' IS MISSING ADR139E (001)-RI01 (01), INCONSISTENT PARAMETERS INVOLVING 'NULLMGMTCLAS ' ADR131E (001)-RI03 (01), ABOVE TEXT BYPASSED UNTIL NEXT COMMAND ADR017E (001)-CLTSK(01), 2012.250 10:34:33 TASK NOT SCHEDULED DUE TO ERROR. TASK ADR012I (SCH)-DSSU (01), 2012.250 10:34:33 DFSMSDSS PROCESSING COMPLETE. HIGHEST SYNTAX TASK 001 Can this be done i.e. restore a SMS managed volume to a NON-SMS volume? Thanks. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
