×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Luis:
Yes, it is possible.
FNDSTRPDM may be the "best simple" answer. Just search all the source
members for the procedure name string. For example, submit the
following command to run in batch:
FNDSTRPDM STRING('procedureName') FILE(library/QRPGLESRC) MBR(*ALL)
OPTION(*NONE) +
PRTMBRLIST(*YES) PRTRCDS(*ALL)
This approach does not require building a "cross-reference" database,
and the tools to interrogate it, ahead of time, nor installing or
purchasing any 3rd party cross-reference tools or products.
(This method presumes that you have all of the source code available.)
NOTE: If you are using WDSCi, RDi or RDp, you can use the equivalent
search capabilities in the IDE.
Does that help?
All the best,
Mark S. Waterbury
> On 3/22/2011 6:12 AM, LuisMaldonado wrote:
Hi,
I know the way to find all the programs that use a Module or a Srvpgm using API´s.
But now I want to find all the Modules or Srvpgm that use a Procedure defined with P specs ?
How can i find it ? it´s posible ?
Thank you.
Best Regards.
Lluis Maldonado
Dpto. Informática - CIFSA
Area logística
Tel: +34 93 814 09 09 - Extensión: 249
E-mail: lmaldonado@xxxxxxxx<mailto:lmaldonado@xxxxxxxx>
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.