View previous topic :: View next topic |
Author |
Message |
rishikesh_u Beginner
Joined: 26 Jul 2004 Posts: 5 Topics: 3
|
Posted: Sat May 07, 2005 5:40 am Post subject: Search a string |
|
|
Hi,
I have 'n' number of programs and each program has say 'm' copybooks. I've to find the programs that use a particular string 'xyz'. Using 3.14 option I can just search the programs, but it will not expand the copybooks and I may miss those programs that use the field via copybook.
Can anyone please help me in searching the string expanding all the copybooks using REXX or CLIST.
Thanks. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Mon May 09, 2005 10:38 am Post subject: |
|
|
rishikesh_u,
You can try a 2 phase search. First search all the copylib for the string and take the results of that and search the program library along with the search string.
Another option is to compile all the programs and perform a search on the compile listing.
Hope this helps...
Cheers
kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
|
|