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

How to search a string in Endevor


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

Active User


Joined: 17 Mar 2006
Posts: 174
Location: Bangalore

PostPosted: Wed May 10, 2006 8:40 pm
Reply with quote

Hi All,

How to search a string in Endevor?

I don't know the Element Name,How can I search the String in which element it recides?


Thanks
Shri
Back to top
View user's profile Send private message
jz1b0c

Active User


Joined: 25 Jan 2004
Posts: 160
Location: Toronto, Canada

PostPosted: Wed May 10, 2006 9:17 pm
Reply with quote

Endevor is associated with some libraries,

for example you have all the production JCL's in an endevor production library ENDEVOR.PROD.JCLLIB (just an example)

now from option 3.14 you can search that library for your string.

if you dont know the libraries associated with your endevor region,
you may get this from some one in your team, or when you add an element to endevor in foot print / batch job it tells you the location where
is is stored.
Back to top
View user's profile Send private message
Neera

New User


Joined: 05 Jun 2006
Posts: 1

PostPosted: Mon Jun 05, 2006 10:12 pm
Reply with quote

Hi
I am sorry.....that i dont know the answer to ur question and um still replying ur post......actually i wanna know what endevor is in the first place......can i get some material on it...I want to learn it as its being used in my project....and so far i have no idea bout it...plz guide me...
Back to top
View user's profile Send private message
Jerry

New User


Joined: 16 Sep 2005
Posts: 42

PostPosted: Tue Jun 06, 2006 3:27 pm
Reply with quote

Hi Shrivatsa,

You could use this SCL,

LIST ELEMENT '*'
FROM ENVIRONMENT 'xxx' SYSTEM 'yyy' SUBSYSTEM '*'
TYPE 'CPY' STAGE NUM n
TO SYSOUT
OPTIONS NOSEARCH SHOW TEXT
WHERE TEXT EQ
'text to be searched for'

and submit in batch.

Hope this helps.

Correct me, if I am wrong.

Regards,
Jerry.
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts PARSE Syntax for not fix length word ... JCL & VSAM 7
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 file manager is doing string conversion IBM Tools 3
Search our Forums:

Back to Top