I'm pretty sure that you could do this type of search within a couple of simple 
REXX members.  I believe DCOLLECT might be able to give you all of the info 
about all of the datasets on each TSO volume.  Then it would simply be a matter 
of pulling out the names of all of the PDS members for each PDS, and then 
select only those with GABI as the first 4 characters.  Someone well versed in 
using DCOLLECT and REXX should be able to put this all together in less than an 
hour... 

C. Todd Burrell, PMP, MCP
Lead z/OS Systems Programmer
ITSO
(404) 723-2017 (Cell)
 

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of 
??? ?? ???
Sent: Tuesday, May 05, 2009 7:54 AM
To: [email protected]
Subject: Re: Utility to search multiple files on multiple volumes

Yes, that is what we were looking for, unfortunately, I doubt if anyone here 
will be willing to pay for it.

Thanks anyway,

Gadi

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of 
Gilbert Saint-Flour
Sent: Tuesday, May 05, 2009 2:50 PM
To: [email protected]
Subject: Re: Utility to search multiple files on multiple volumes

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

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

Reply via email to