Ulrich, I understand why we have problem it is because we have duplicate copies of certain disks on the floor. For example at each IPL time the the SYSRES packs are switched i.e. the backup disk (PTPRS2) becomes the active disk etc. I just need to backup all the files which have not been updated. When using FDR we don't have this problem Since this partition does not FDR we are forced to use DFDSS.
--- On Fri, 6/27/08, Ulrich Krueger <[EMAIL PROTECTED]> wrote: From: Ulrich Krueger <[EMAIL PROTECTED]> Subject: Re: DFDSS Question - DSCHA To: [email protected] Date: Friday, June 27, 2008, 10:41 AM Willie, There's something wrong with these two datasets. Look up the ADRxxxE messages. The SYSJPT.SPFLOG1.LIST dataset appears to have an uncataloged duplicate on disk somewhere. Find and delete that uncataloged twin. I suspect, that VSAM dataset SYSJ1.DDIR is cataloged in a catalog other than the one that the HLQ SYSJ1 points to. If that's the case, you need to run a REPRO MERGECAT to combine everything in one catalog. Regards, Ulrich Krueger -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of willie bunter Sent: Friday, June 27, 2008 10:22 AM To: [email protected] Subject: DFDSS Question - DSCHA Hallo All, I am executing an incremental backup of various volumes. I am using the DSCHA parm. However, my problem is that I am receiving the following messages which prevents them from being backed up: ADR322E SYSJPT.SPFLOG1.LIST WAS NOT SELECTED DUE TO DUPLICATE NAME ADR727E DATA SET SYSJ1.DDIR IN CATALOG SYS1.ICFCAT.SYSQND WAS NOT PROCESSED BECAUSE IT NOT CATALOGED IN THE STANDARD ORDER OF SEARCH Is there a way of forcing DFDSS to backup the dsns regardless? Below are my control cards: //DASD1 DD UNIT=SYSALLDA,VOL=SER=PTPRS1,DISP=SHR //DASD2 DD UNIT=SYSALLDA,VOL=SER=PTPRS2,DISP=SHR //DASD3 DD UNIT=SYSALLDA,VOL=SER=PTTRS1,DISP=SHR //DASD4 DD UNIT=SYSALLDA,VOL=SER=PTPMC1,DISP=SHR //DASD5 DD UNIT=SYSALLDA,VOL=SER=PTPPP1,DISP=SHR //DASD6 DD UNIT=SYSALLDA,VOL=SER=PTPPP2,DISP=SHR //DASD7 DD UNIT=SYSALLDA,VOL=SER=PTTPP1,DISP=SHR //DASD8 DD UNIT=SYSALLDA,VOL=SER=PTTMC1,DISP=SHR //TAPE DD DSN=SYS2.PTPR.DFDSS.INCRMNTL,DISP=(,CATLG,KEEP), // UNIT=3490,VOL=(,,,35),LABEL=RETPD=1 //SYSIN DD * DUMP DATASET(INCLUDE(**) - EXCLUDE(SYS1.ICFCAT.** - SYS1.VVDS.** - SYS1.VTOCIX.**) - BY((DSCHA,EQ,YES))) - LOGINDDNAME(DASD1,DASD2,DASD3,DASD4,DASD5,DASD6,DASD7,DASD8) - OUTDD(TAPE) OPT(4) ALLDATA(*) ALLEXCP - SPHERE - TOL(ENQF) Thanks ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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

