SMS volumes must catalog the FDR.USE.UNITuuuu special name before processing an offline SMS volume.
//BACKUP EXEC PGM=FDR,REGION=0M //SYSPRINT DD SYSOUT=* //SYSUDUMP DD SYSOUT=* //DISK1 DD DISP=OLD,DSN=FDR.USE.UNIT01FA, // UNIT=SYSALLDA,VOL=SER=PROD01 //TAPE1 DD DSN=BACKUP.VPROD01(+1),UNIT=CART,DISP=(,CATLG) //SYSIN DD * DUMP TYPE=FDR,RTC=YES /* How do I backup an offline volume if the volume serial number doesn’t match or I receive the FDR211 VOLSER MISMATCH message? For this type of DUMP operation, you must ensure that the source and target devices have the same exact device geometry with the same number of cylinders and the OS VTOC must be the same size and in the same cchh location. If these conditions are all true, then add the keyword FDRUSEUNIT=ANY to the DUMP TYPE=FDR control statement. DUMP TYPE=FDR,RTC=YES,FDRUSEUNIT=ANY "Confidentially doc, I am the wabbit." Bugs Bunny Sent with Proton Mail secure email. On Thursday, April 17th, 2025 at 2:59 PM, Steve Beaver <[email protected]> wrote: > FDR303 CARD IMAGE -- DUMP TYPE=FDR,RTC=YES,MAXTASKS=4 > FDR211** FDR ERROR ON DD=DISK1 REASON=9 - FDR.USE.UNIT IS ONLINE > DSN=FDR.USE.UNIT74C8.DISBAND > FDR211** FDR ERROR ON DD=DISK2 REASON=9 - FDR.USE.UNIT IS ONLINE > DSN=FDR.USE.UNIT74C9.DISBAND > FDR211** FDR ERROR ON DD=DISK3 REASON=9 - FDR.USE.UNIT IS ONLINE > DSN=FDR.USE.UNIT74CA.DISBAND > FDR211** FDR ERROR ON DD=DISK4 REASON=9 - FDR.USE.UNIT IS ONLINE > DSN=FDR.USE.UNIT74CB.DISBAND > FDR998** FDR COMPLETED WITH ERRORS > > This is on a HDS > > > > > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of Albertus de Wet > Sent: Thursday, April 17, 2025 1:37 PM > To: [email protected] > Subject: Re: FDR > > What is the error code description and the end of the output? > I think it contains something like *FDR or **FDR as an eye-catcher. > That should give you a little more information. > > On Thu, Apr 17, 2025 at 12:34 PM Steve Beaver < > [email protected]> wrote: > > > I will preface this tread by saying I am NOT a heaver FDR user > > > > //STEP24 EXEC PGM=FDR,REGION=4M,COND=(0,NE) > > > > //SYSPRINT DD SYSOUT=*,DCB=BUFNO=1 > > > > //SYSPRIN1 DD SYSOUT=*,DCB=BUFNO=1 > > > > //DISK1 DD UNIT=SYSDA,DISP=SHR,VOL=SER=J3D214, > > > > // DSN=FDR.USE.UNIT74C8.DISBAND > > > > //TAPE1 DD UNIT=&TAPE,DSN=J3.J3PZBOPM.J3D214.BACKUP(+1), > > > > // LABEL=RETPD=&RET,DATACLAS=&DCLASS, > > > > // DISP=(NEW,CATLG,DELETE) > > > > //DISK2 DD UNIT=SYSDA,DISP=SHR,VOL=SER=J3D215, > > > > // DSN=FDR.USE.UNIT74C9.DISBAND > > > > //TAPE2 DD UNIT=&TAPE,DSN=J3.J3PZBOPM.J3D215.BACKUP(+1), > > > > // LABEL=RETPD=&RET,DATACLAS=&DCLASS, > > > > // DISP=(NEW,CATLG,DELETE) > > > > This is the 24th step in a backup job that has 4 Pairs > > > > That being said the JOB STEP is getting a U0888 abend > > > > ---------------------------------------------------------------------- > > 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 > > ---------------------------------------------------------------------- > 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
