It's still a PDSE with that FDRCOPY. PDSE can be non-SMS for sometime now. Remove the attempt to convert to PDS. Program objects can't be stored in PDS, must be PDSE
> -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On > Behalf Of Reza Heydarpour > Sent: Sunday, December 07, 2008 4:40 PM > To: [email protected] > Subject: SYS1.SIEALNKE onepack no PDSE > > Hi, > > Trying to create ONEPACK system, DFDSS copy job, using > CONVERT(PDS(**)) - > DS(INC( - > SYS1.SIEALNKE - > )) - > NSC - > BYPASSACS(**) - > > gets: > > IGW01207E BINDER DETECTED AN ERROR WHILE PROCESSING MEMBER > GLDDB2PW > . BINDER RETURN CODE = X'0000000C' REASON CODE = X'83000422' > > Archive says: > > >>IGW01207E BINDER DETECTED AN ERROR WHILE PROCESSING MEMBER > DSNAOTRX > >> BINDER RETURN CODE = X'0000000C' REASON CODE = X'83000422' > >> > >> while converting a PDSE to PDS using IEBCOPY. > >> > > You can't do that. Program object DSNAOTRX can't be in a PDS. > > > Mark Z's onepack uses: > > //COPY6 EXEC PGM=FDRCOPY,... > ... > //SYSIN DD * > COPY TYPE=DSF,DSNENQ=NONE,ENQERR=NO > ... > SELECT > CATDSN=SYS1.SIEALNKE,NEWI=+TARGSYS,NVOL=SYS1PK, > STORCLAS=SCNONSMS > > So it seems FDR did the copy to non-SMS? > Is this right? > > What's the solution with DFDSS? > > TIA, > Rez > > ---------------------------------------------------------------------- > 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

