Re: Looking For a Search Engine
   .
On Wednesday 28 June 2006 02:04, David Shein wrote:

> Does anyone know of a program that will search a set of MVS data 
> sets for a member and/or text within a member?  
> I am looking for something that can run in batch and search 
> a large number of data sets in a single operation.  
> Does the CBT tape or some other venue have a tool that will do that?
   .
How about running the PDS command in batch? This is the way that
I generally run against a set of PDS's. Of course you have to spell
out the name of each PDS:

//UPDATE EXEC PGM=IKJEFT01     
//SYSUDUMP DD SYSOUT=*                      
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *                      
PDS 'SYS1.DATASET1'          
F   :  'SRCHSTNG'
CHANGE 'SYS2.DATASET2'
F   :  'SRCHSTNG'
CHANGE 'SYS2.DATASET3'
F   :   'SRCHSTNG' 
END
/*    

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