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

how to find component list using string search


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

New User


Joined: 07 Jan 2007
Posts: 19
Location: Bangalore

PostPosted: Tue Oct 30, 2007 2:30 pm
Reply with quote

Hi,

I want to list all the component in which a particular string is used.
I want to do using endevor.
Is there any way to do this.

Suppose 1 date field is there: start-date
But this filed is used in more than one program actuall I dont know
how many programs are using this field.

Thats why I want to list all the component.

Any help would be appreciated.

Thanks
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Oct 30, 2007 2:33 pm
Reply with quote

usually in any controlled development environment the components
are at a higher level,

if the field is in a copy/include then it should be possible to xref
the copy/include to the programs
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Oct 30, 2007 2:36 pm
Reply with quote

As usual hit submit too fast...

if I remember correctly, even when using endevor(TM),
the sources are stored as members of PDS/PDSE

running the ISPF searchfor utility will find the occurrence of any string in
the pds/pdse members
Back to top
View user's profile Send private message
bittu
Warnings : 1

New User


Joined: 07 Jan 2007
Posts: 19
Location: Bangalore

PostPosted: Tue Oct 30, 2007 2:42 pm
Reply with quote

Hi enrico-sorichetti,

Thanks for your quick mail..
The problem i have is quite simple as i am not familiar with endevor so am not able to do a string search.
Since all the date field I am searching is not in my personal dataset and ISPF/PDF option 3.14 search didnt help me finding the string ... let me know as to how I could search the same using String search using endevor....


Thanks In Advance
Back to top
View user's profile Send private message
ashwinreddy

Active User


Joined: 16 Sep 2004
Posts: 106
Location: Hyderabad

PostPosted: Tue Oct 30, 2007 2:58 pm
Reply with quote

Hi,

In endevor Build a SCL with the Option 11 List Element, where give the Envirnoment, system and Subsystem and a Program Name

TEXT STRING:
===> 'Your Search String'

Submitt the Scl you will get the Strings in the Program, if you want the strings in whole Subsystem, after the building the SCL edit the SCL and Place * inplace of Subsystem.

Or Simply Use the following SCL

LIST ELEMENT '*'
FROM ENVIRONMENT 'Enviroment' SYSTEM 'System' SUBSYSTEM '*'
TYPE 'JCLJB' STAGE P
OPTIONS SHOWING TEXT NOSEARCH
WHERE TEXT EQ
'String'
BUILD ACTION &&ACTION
.

Hope this Helps

Cheers
Ashwin
Back to top
View user's profile Send private message
bittu
Warnings : 1

New User


Joined: 07 Jan 2007
Posts: 19
Location: Bangalore

PostPosted: Tue Oct 30, 2007 4:50 pm
Reply with quote

HI Ashwin,

Thanks. I got the result.


Regards

Bittu :)
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 To find whether record count are true... DFSORT/ICETOOL 6
Search our Forums:

Back to Top