to make this clear.. Multi volume dataset... trying to extract and restore from a full vol backup.
From: Ron Wells/AGFS/AGFin To: IBM Mainframe Assembler List <[email protected]> Date: 10/08/2015 09:51 AM Subject: DFDSS trying to do a restore of a dataset that is ..Multi-Volume disk See below...jcl and error... //DFDSS EXEC PGM=ADRDSSU ,PARM='TYPRUN=NORUN' //TAPE DD DSN=SYS4.VSYT033.FULLVOL.BKUP(+0),DISP=SHR //SYSPRINT DD SYSOUT=* //SYSIN DD * RESTORE INDDNAME(TAPE) OUTDYNAM((TMP001),(TMP002),(TMP003)) - DATASET( - INCLUDE( - OEM.AGFT.ASGVD664.TOPICOPY.EIXSTAGE - >>>> dataset restoring from full vol backup )) - SPHERE TOL(ENQF) ERROR ADR101I (R/I)-RI01 (01), TASKID 001 HAS BEEN ASSIGNED TO COMMAND 'RESTORE ' ADR109I (R/I)-RI01 (01), 2015.281 09:41:32 INITIAL SCAN OF USER CONTROL STATEMENTS COMPLETED ADR016I (001)-PRIME(01), RACF LOGGING OPTION IN EFFECT FOR THIS TASK ADR006I (001)-STEND(01), 2015.281 09:41:32 EXECUTION BEGINS ADR780I (001)-TDDS (01), THE INPUT DUMP DATA SET BEING PROCESSED IS IN FULL VOLUME FORMAT AND WAS CREATED BY DFSMSDSS VERSION 1 RELEASE 13 MODIFICATION LEVEL 0 ON 2015.276 19:13:14 ADR709E (001)-VDSS (01), AN ERROR OCCURRED IN THE STORAGE MANAGEMENT SUBSYSTEM WHILE ALLOCATING DATA SET OEM.AGFT.ASGVD664.TOPICOPY.EIXSTAGE. SMS MESSAGES FOLLOW. IGD17365I EXTENT REDUCTION FAILED FOR DATA SET OEM.AGFT.ASGVD664.TOPICOPY.EIXSTAGE ADR809I (001)-VDSS (01), ADDITIONAL DIAGNOSTIC DATA FOR PRECEDING MESSAGE: SC= MC= DC= REQPRI=0000061500TRK REQSEC=0000000750CYL REQVOLS=01 ADR382W (001)-TDDS (01), THE FOLLOWING DATA SETS WERE NOT PROCESSED FROM VOLUME SYT037 DUE TO ERRORS OEM.AGFT.ASGVD664.TOPICOPY.EIXSTAGE ADR415W (001)-TDDS (01), NO DATA SETS WERE COPIED, DUMPED, OR RESTORED FROM LOGICALVOLUME SYT037 ADR423W (001)-TDDS (01), SELECTED DATA SET OEM.AGFT.ASGVD664.TOPICOPY.EIXSTAGE IS A MULTIVOLUME DATA SET ADR415W (001)-TDDS (02), NO DATA SETS WERE COPIED, DUMPED, OR RESTORED FROM ANY VOLUME ADR006I (001)-STEND(02), 2015.281 09:41:32 EXECUTION ENDS ADR013I (001)-CLTSK(01), 2015.281 09:41:32 TASK COMPLETED WITH RETURN CODE 0008 ADR012I (SCH)-DSSU (01), 2015.281 09:41:32 DFSMSDSS PROCESSING COMPLETE. HIGHEST RETURN CODE IS 0008 FROM: TASK 001 ---------------------------------------------------------------------- Email Disclaimer This E-mail contains confidential information belonging to the sender, which may be legally privileged information. This information is intended only for the use of the individual or entity addressed above. If you are not the intended recipient, or an employee or agent responsible for delivering it to the intended recipient, you are hereby notified that any disclosure, copying, distribution, or the taking of any action in reliance on the contents of the E-mail or attached files is strictly prohibited.
