When using BLP, there's really no such thing as a multi-volume tape data set - especially if the tape actually contains standard labels.
You MIGHT be able to concatenate volume 1 and volume 2. Perhaps something like this: //DUMPIN DD DSN=DOES.NOT.MATTER,DISP=OLD,LABEL=(2,BLP),UNIT=3490, // VOL=SER=VOLUM1 // DD DSN=STILL.DOES.NOT.MATTER,DISP=OLD,LABEL=(2,BLP), // UNIT=AFF=DUMPIN,VOL=SER=VOLUM2 In other words, however you have coded the JCL for the first volume, repeat exactly that DD statement for volume 2, except for the UNIT= and the VOL=SER= values. Brian On Fri, 12 May 2006 09:19:04 -0500, John Benik <[EMAIL PROTECTED]> wrote: >Recently we were at a DR test. And all the restores were running very >well. Until we ran into a tape that was multi-volume. Whenever we tried >to go to the second tape the restore would abend with a user 833. >15.48.10 JOB04956 IOS000I F911,A5,IOE,3F,0E00,,**,021413,TSUAW6OE >098 > >We are using BLP processing and everytime we tried to read the 2nd tape we >got the same abend. I ended up spliting one job into 16 different jobs, >because every time we restored one file, it tried to go to the second >tape... > >Thanks > >John Benik ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

