Re: Search for a textstring i a lot of datasets

2008-04-14 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on
04/10/2008
   at 11:42 AM, Frank Allan Rasmussen
[EMAIL PROTECTED] said:

We have a requirement to search for a textstring i a lot of datasets

Will grep do what you need?
 
-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 ISO position; see http://patriot.net/~shmuel/resume/brief.html 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

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



Search for a textstring i a lot of datasets

2008-04-10 Thread Frank Allan Rasmussen
Hi

 

We have a requirement to search for a textstring i a lot of datasets

 

The datasets have the following format

 

PROD.DISINH.Ddate.Ttime.Lseq

 

I need to be able to search all datasets within a date for a specific 
text-string

 

Any way to do this other than write a REXX?

 

Mvh

 

Frank Allan Rasmussen

PHB in training

Region Syddanmark

Denmark 

 



Re: Search for a textstring i a lot of datasets

2008-04-10 Thread Vernooy, C.P. - SPLXM
Frank Allan Rasmussen [EMAIL PROTECTED]
wrote in message
news:[EMAIL PROTECTED]...
 Hi
 
  
 
 We have a requirement to search for a textstring i a lot of datasets
 
  
 
 The datasets have the following format
 
  
 
 PROD.DISINH.Ddate.Ttime.Lseq
 
  
 
 I need to be able to search all datasets within a date for a specific
text-string
 
  
 
 Any way to do this other than write a REXX?
 
  
 
 Mvh
 
  
 
 Frank Allan Rasmussen

Do DSLIST of the pattern and SRCH-FOR on the produced list of datasets.
Follow it by a sort message to see all datasts that contain the
string.

Kees.
**
For information, services and offers, please visit our web site:
http://www.klm.com. This e-mail and any attachment may contain
confidential and privileged material intended for the addressee
only. If you are not the addressee, you are notified that no part
of the e-mail or any attachment may be disclosed, copied or
distributed, and that any other action related to this e-mail or
attachment is strictly prohibited, and may be unlawful. If you have
received this e-mail by error, please notify the sender immediately
by return e-mail, and delete this message. 

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries
and/or its employees shall not be liable for the incorrect or
incomplete transmission of this e-mail or any attachments, nor
responsible for any delay in receipt.
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal
Dutch Airlines) is registered in Amstelveen, The Netherlands, with
registered number 33014286 
**

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



SV: Search for a textstring i a lot of datasets

2008-04-10 Thread Frank Allan Rasmussen
Hi

Worked - Thank you.

Venlig hilsen

Frank Allan Rasmussen
PHB in training
Region Syddanmark
Denmark
-Oprindelig meddelelse-
Fra: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] På vegne af 
Vernooy, C.P. - SPLXM
Sendt: 10. april 2008 11:48
Til: IBM-MAIN@BAMA.UA.EDU
Emne: Re: Search for a textstring i a lot of datasets

Frank Allan Rasmussen [EMAIL PROTECTED]
wrote in message
news:[EMAIL PROTECTED]...
 Hi
 
  
 
 We have a requirement to search for a textstring i a lot of datasets
 
  
 
 The datasets have the following format
 
  
 
 PROD.DISINH.Ddate.Ttime.Lseq
 
  
 
 I need to be able to search all datasets within a date for a specific
text-string
 
  
 
 Any way to do this other than write a REXX?
 
  
 
 Mvh
 
  
 
 Frank Allan Rasmussen

Do DSLIST of the pattern and SRCH-FOR on the produced list of datasets.
Follow it by a sort message to see all datasts that contain the
string.

Kees.
**
For information, services and offers, please visit our web site:
http://www.klm.com. This e-mail and any attachment may contain
confidential and privileged material intended for the addressee
only. If you are not the addressee, you are notified that no part
of the e-mail or any attachment may be disclosed, copied or
distributed, and that any other action related to this e-mail or
attachment is strictly prohibited, and may be unlawful. If you have
received this e-mail by error, please notify the sender immediately
by return e-mail, and delete this message. 

Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries
and/or its employees shall not be liable for the incorrect or
incomplete transmission of this e-mail or any attachments, nor
responsible for any delay in receipt.
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal
Dutch Airlines) is registered in Amstelveen, The Netherlands, with
registered number 33014286 
**

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



Re: Search for a textstring i a lot of datasets

2008-04-10 Thread Paul Gilmartin
On Thu, 10 Apr 2008 11:42:12 +0200, Frank Allan Rasmussen wrote:

SGkNCg0KIA0KDQpXZSBoYXZlIGEgcmVxdWlyZW1lbnQgdG8gc2VhcmNoIGZvciBhIHRleHRzdHJp
bmcgaSBhIGxvdCBvZiBkYXRhc2V0cw0KDQogDQoNClRoZSBkYXRhc2V0cyBoYXZlIHRoZSBmb2xs

Whatever.  More LISTSERV web interface breakage.

If you have the data sets NFS mounted, you can grep for the string
in a wildcarded collection of data set names.

I understand that likewise one of the open-source greps can deal
with Classic data sets.

-- gil

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