If you have SAS on the mainframe then you can use the SAS UNLOAD function and 
select members.  It creates an IEBUPDTE output file which is readable.


PROC SOURCE INDD=INDD  OUTDD=OUTDD ;        
  EXCLUDE=BOO: ;   (Or INCLUDE=XXX: for all members beginning with XXX)         
                   

PROC SOURCE INDD=INDD OUTDD=OUTDD ;

The example above will dump the entire PDS as IEBUPDTE.


Otherwise DFDSS will only create output readable by DFDSS.  What is the 
function you are trying to create?  Backup process, Archive process?  Audit 
Control?


Lizette



>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

Reply via email to