<Snip>
I would like to delete all members of a PDS with JCL but  I don't want to 
specify the members names. (The job will be submitted every day : I don't know 
the members names and how much members are in this PDS).

I don't want to use REXX even if it's easier.
</Snip>
---------------------------------------------

This JCL works nicely for me:

//EMPTY1   EXEC PGM=IEBCOPY                     
//*                                             
//SYSPRINT DD   SYSOUT=*                        
//OUTMAP   DD   DISP=SHR,DSN=your-pds
//SYSIN    DD   *                               
     ZERODIR  OUTDD=OUTMAP                      
//*                                             


Kay Rozeboom
State of Iowa
Information Technology Enterprise
Department of Administrative Services
Telephone: 515.281.6139   Fax: 515.281.6137
Email:  [email protected]

----------------------------------------------------------------------
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