MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

how to search more than one string using endeover?

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
pgorthi
Beginner


Joined: 13 Sep 2004
Posts: 33
Topics: 16

PostPosted: Mon Oct 25, 2004 8:03 am    Post subject: how to search more than one string using endeover? Reply with quote

Hi,

How to search more than one string using endeover.

Regards,
pgorthi. Embarassed Embarassed Embarassed
Back to top
View user's profile Send private message AIM Address
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Mon Oct 25, 2004 11:48 am    Post subject: Reply with quote

pgorthi,

You can use Search-For Utility(3.14) or Extended Search-For Utility(3.15) to search multiple strings

Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Maheshwari
Beginner


Joined: 19 Oct 2004
Posts: 21
Topics: 3

PostPosted: Mon Oct 25, 2004 9:30 pm    Post subject: Reply with quote

pgorthi,

Please modify your SCL as follows for Multiple string search in Endevor.
Code:

OPTIONS SHOWING TEXT NOSEARCH
WHERE TEXT                             
(   (EQ 'XXXX'     COLUMNS 007 072)   
 OR (EQ 'YYYY'     COLUMNS 007 072)   
 OR (EQ 'ZZZZ'     COLUMNS 007 072)   
 OR (EQ 'AAAA'     COLUMNS 007 072)   
 OR (EQ 'BBBB'      COLUMNS 007 072))   
 .                                     

Hope this works ..
_________________
Amit
Back to top
View user's profile Send private message
pgorthi
Beginner


Joined: 13 Sep 2004
Posts: 33
Topics: 16

PostPosted: Tue Oct 26, 2004 3:55 am    Post subject: Reply with quote

Hi maheshwari,

thanks a lot it is working.

regards,
pgorthi
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group