On Tuesday 05 May 2009 13:46, גדי בן אבי wrote: > How do I ask: Find all the members in all the PDS's on disks whose name > begins with TSO and contain the string GABI (That is what my user wants > to know).
SCANPDS ** VOL(TSO*) FIND(GABI) WORD BOUNDS(1,80) Is this what you're looking for ? http://gsf-soft.com/Products/SCANPDS.shtml ---------------------------------------------------------------------- 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

