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

To search the PROC name in the JCL Library.


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Revathi Baala

New User


Joined: 27 Feb 2008
Posts: 7
Location: India

PostPosted: Wed Jan 21, 2009 11:48 am
Reply with quote

Hi All,

Good Morning.

I have a requirement to search a list of PROC's in JCL Libarary and retrieve the Jobname which uses PROC names.

The list of PROC's are located in sequential file.

Can anyone help me out.

Thanks.
Revathi.
Back to top
View user's profile Send private message
Revathi Baala

New User


Joined: 27 Feb 2008
Posts: 7
Location: India

PostPosted: Wed Jan 21, 2009 11:48 am
Reply with quote

I need an REXX pgm to get the list.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Jan 21, 2009 12:25 pm
Reply with quote

Have you tried the search option of ISPF ?

Usually 3.14 on standard ISPF options.
Back to top
View user's profile Send private message
Revathi Baala

New User


Joined: 27 Feb 2008
Posts: 7
Location: India

PostPosted: Wed Jan 21, 2009 3:00 pm
Reply with quote

I have nearly 1000 PROC's to search in 20000 Job member libaray. I think 3.14 option in ISPF will consume time.

So, I wanted to do thru' REXX.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Jan 21, 2009 3:17 pm
Reply with quote

Have you read THIS thread ?

Do you mean that you have one PDS with 20,000 members, or 20,000 PDS with numerous members.
Back to top
View user's profile Send private message
Revathi Baala

New User


Joined: 27 Feb 2008
Posts: 7
Location: India

PostPosted: Wed Jan 21, 2009 4:33 pm
Reply with quote

Sorry for confusing. I have one PDS with 20,000 members. The PDS contains Jobs and I need to search this PDS for matching PROC's .
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Jan 21, 2009 7:11 pm
Reply with quote

almost anything will be faster than REXX i/o ,
and superc has a very smart engine for searches,
REXX will be definitely be slower
You can run in batch, specifying multiple strings,
and only at the end write a rexx to process the result dataset
if the output format does not suit You
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 -> CLIST & REXX

 


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 Calling an Open C library function in... CICS 1
No new posts first column truncated in search result IBM Tools 13
No new posts Submit multiple jobs from a library t... JCL & VSAM 14
Search our Forums:

Back to Top