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

Endevor Search Job


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

New User


Joined: 28 Oct 2008
Posts: 25
Location: hyderabad

PostPosted: Fri May 08, 2009 1:38 am
Reply with quote

Hi All

I am required to search Some particular String in Endevor, can any one
Please Provide me JCL for this.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri May 08, 2009 1:47 am
Reply with quote

Hello and welcome to the forum,

Suggest you speak with your Endevor support people for the proper jcl to use on your system.

This is quite site-specific and they will already have what you need.
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Wed May 13, 2009 4:40 pm
Reply with quote

Hi Amit Suri !

Here's what you need.

//LIST EXEC PGM=NDVRC1,PARM='C1BM3000'
//*
//C1MSGS1 DD SYSOUT=*
//C1MSGS2 DD SYSOUT=*
//C1PRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//*
//BSTIPT01 DD *
SET OPTIONS SHOW TEXT PLUS 1 LINES.
LIST ELEMENTS '*'
FROM ENVIRONMENT 'PRODBVAE'
STAGE '0'
SYSTEM '*'
SUBSYSTEM 'SOURCE'
TYPE 'ASSEM'
WHERE TEXT ('MDL90560')
OPTIONS SHOW TEXT
.
//
Back to top
View user's profile Send private message
Amit Suri

New User


Joined: 28 Oct 2008
Posts: 25
Location: hyderabad

PostPosted: Wed May 13, 2009 4:48 pm
Reply with quote

Thanks Umeysan:

It really helped
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 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 first column truncated in search result IBM Tools 13
No new posts ISRSUPC search utility - using high l... TSO/ISPF 2
No new posts To search DB2 table based on Conditio... DB2 1
Search our Forums:

Back to Top