Sorry, default is SERial. Kees.
-----Original Message----- From: Vernooij, CP (ITOPT1) - KLM Sent: 25 June, 2015 15:53 To: IBM Mainframe Discussion List Subject: RE: DFDSS QUESTION - RESTORE MULTIPLE VOLUMES IN 1 JOB You did not specify the PAR or SER keyword, so default is PARallel. I do not know if REST supports PARallel processing. Kees. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of willie bunter Sent: 25 June, 2015 15:45 To: [email protected] Subject: DFDSS QUESTION - RESTORE MULTIPLE VOLUMES IN 1 JOB Good Day To All, I have a question about restoring multiple volumes using DFDSS. I ran a 'TYPRUN=NORUN' and there were no errors posted. My question is will the volumes be restored similtaneously with DFDSS or will it be restored one pack at a time? We used to have ExHPDM which restored 7 volumes at the same time. Below is an example of my jcl deck: //STEP1 EXEC PGM=ADRDSSU,REGION=0M,PARM='TYPRUN=NORUN' //SYSPRINT DD SYSOUT=* //DISK01 DD UNIT=SYSALLDA,VOL=SER=SYSRS2,DISP=SHR //DISK02 DD UNIT=SYSALLDA,VOL=SER=SYSRS3,DISP=SHR //DISK03 DD UNIT=SYSALLDA,VOL=SER=SYSRS4,DISP=SHR //TAPE01 DD DSN=SYSZ390.DFDSS.SYSRS2.COPY1(0), // DISP=OLD //TAPE02 DD DSN=SYSZ390.DFDSS.SYSRS3.COPY1(0), // DISP=OLD //TAPE03 DD DSN=SYSZ390.DFDSS.SYSRS4.COPY1(0), // DISP=OLD //SYSIN DD * REST INDD(TAPE01) OUTDD(DISK01) PURGE COPYVOLID REST INDD(TAPE02) OUTDD(DISK02) PURGE COPYVOLID REST INDD(TAPE03) OUTDD(DISK03) PURGE COPYVOLID /* Your advice would be greatly appreciated. If you have other suggestions please feel free to post them. Thanks in advance. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ******************************************************** For information, services and offers, please visit our web site: http://www.klm.com. This e-mail and any attachment may contain confidential and privileged material intended for the addressee only. If you are not the addressee, you are notified that no part of the e-mail or any attachment may be disclosed, copied or distributed, and that any other action related to this e-mail or attachment is strictly prohibited, and may be unlawful. If you have received this e-mail by error, please notify the sender immediately by return e-mail, and delete this message. Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its employees shall not be liable for the incorrect or incomplete transmission of this e-mail or any attachments, nor responsible for any delay in receipt. Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch Airlines) is registered in Amstelveen, The Netherlands, with registered number 33014286 ******************************************************** ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
