The output from ADRDSSU is not meant to be read by humans. If you want to copy members from one PDS to another, use IEBCOPY.
Gadi -----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of vignesh Sent: Thursday, May 15, 2008 3:43 PM To: [email protected] Subject: ADRDSSU to dump Selective mebers of PDS to PS or Tape Hi, I am trying to use ADRDSSU with Dump option to dump all my PDS members using Include option. But the file created with dump option is with Record length >80 and data is not viewable / meaningful format. I tried the ADRDSSU with PRINT option too.Which also yielded the same result. The Following is the output iam getting with the JCL as shown: //STEP010 EXEC PGM=ADRDSSU,COND=(0,NE) //SYSPRINT DD SYSOUT=* //INPUT12 DD DSN=xx.xxx.xxxx,DISP=SHR (PDS dataset name) //BKFILE DD DSN=SVRB.MDM.RAINQ.TEST.PROC1,DISP=SHR //SYSIN DD * DUMP INDDNAME(INPUT12) OUTDDNAME(BKFILE) /* //* My output file contains: .......ç.ØØ................._...STM246a...?.ãñè.......4....ã............ .......>.Ø .....BMBB.^·°.i...................0"Û.0"..ÿ.¬....Õ.Ø.{.."[EMAIL PROTECTED] .......>.Ø .....BMBB.^[0.i.........0.....................8..................... .......>.Ø .....BMBB.^B&.i............................................Ú........ Could anyone offer any help on this..... Further, I also need to produce a Dump of members named AMP* friom my list of PDS files only. ---------------------------------------------------------------------- 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

