IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to search a multiple strings in Endevor


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nileshyp

New User


Joined: 22 Jun 2005
Posts: 65
Location: Mumbai

PostPosted: Wed Dec 30, 2009 12:18 pm
Reply with quote

I want to search multiple strings in endeavour. Is it posible?
I can search single string using below SCL

Code:
LIST     ELEMENTS    'GCM*'
  FROM   ENVIRONMENT 'MERPROD'
         SYSTEM      'GCM'
         SUBSYSTEM   'GCM'
         TYPE        'COBOLB'
         STAGE       'P'
  TO     SYSOUT
  WHERE  TEXT = 'V1GCMSCY'.


Kindly help and if possible send me the SCL/JCL where in i can use mulitile search strings.
Back to top
View user's profile Send private message
bipinpeter

Active User


Joined: 18 Jun 2007
Posts: 213
Location: Cochin/Kerala/India

PostPosted: Fri Jan 22, 2010 6:42 pm
Reply with quote

Try the below code

Code:
LIST     ELEMENTS    'GCM*'
  FROM   ENVIRONMENT 'MERPROD'
         SYSTEM      'GCM'
         SUBSYSTEM   'GCM'
         TYPE        'COBOLB'
         STAGE       'P'
  TO     SYSOUT
  WHERE  TEXT (( EQ  V1GCMSCY)
            OR (EQ  V1GCMSCZ))
Code:
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Search two or more word with FILEAID Compuware & Other Tools 15
No new posts Sortjoin and Search for a String and ... DFSORT/ICETOOL 1
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Multiple table unload using INZUTILB DB2 2
Search our Forums:

Back to Top