I'm trying to do some pds manipulation thru JCL but haven't come up with a
suitable method.

1st, I'd like to delete only the members starting with "Z" in PDS1.
DELETE SYS3.PDS1(Z*)


Then I'd like to copy all of the "Z" members in PDS2 into PDS1.
COPY SYS3.PDS2(Z*) into SYS3.PDS1


I've tried IEBGENER and others, but nothing seems to be able to deal with
wildcards, or else I'm just being too dense to see it.



Can I do what I want using any native ibm utilities?

Or can I do what I want using the PDS freeware tool?

Or is there some other CBT utility that will do it?


Thanks,
tom

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