Page 1 of 1

How to search for a string in multiple data sets?

Posted: Mon Aug 11, 2014 3:00 pm
by Prem_mainframe
Hi,

Suppose there are so many datsets with high level qualifier abc123.* . I want to search all the data sets starting with abc123. How we can do this? is it possible to do with FILEAID BATCH or any other tool ?

Re: How to search for a string in multiple data sets?

Posted: Mon Aug 11, 2014 3:37 pm
by William Collins
Why do you want to do that? It'll take a lot of resources. Why don't you know where what you want is, with a littler more certainty?

Re: How to search for a string in multiple data sets?

Posted: Wed Aug 20, 2014 2:43 pm
by Prem_mainframe
I'm doing an impact analysis and want to see at how many plaaces a particular file is used? And also want to find at how many places a term "merchant" is used.

Re: How to search for a string in multiple data sets?

Posted: Thu Aug 21, 2014 2:50 pm
by zprogrammer
1.Probably you create a REXX to get the list of dataset and search them

Re: How to search for a string in multiple data sets?

Posted: Sun Sep 21, 2014 3:04 pm
by prino
DSLIST 'abc123.*'

followed, on the resulting ISPF 3.4 listing

SRCHFOR 'merchant'