× 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.



Assuming the CALLPRC is in program MYPGM..

DSPPGM MYPGM

The 3rd screen will tell you what modules were bound directly (by copy)
into the program. The 4th screen will tell you what service programs were
bound by reference into the program.

You can use DSPMOD to display the details of a module..

You can use DSPSRVPGM to find the modules and service programs used by a
service program. Along with the procedures exported by that service
program. For each module, use DSPMOD. For each service program use
DSPSRVPGM, rinse and repeat. :)

Your procedure will be from some particular module.

This is why I always prefix my procedures with the name of the module...in
combination with a good CMS, it's easy to see what is used where. Or there
are 3rd party tools that can keep a procedure where used x-ref.

Charles








On Thu, Jun 13, 2013 at 9:43 AM, John McKee <jmmckee@xxxxxxxxxxxxxx> wrote:

I stumbled over this a month ago. Made notes, but not complete enough.

At signon, a program builds the initial library list, based on user
profile. Data is read from a file. We have an old version of DBU
(and two newer versions installed). But, the old version is in some
control file. That old version, naturally, fails ANZOBJCNV.

The program that runs at sign on has this: CALLPRC PRC(GetExcLibl)

I just want to find (again) what file is read by that procedure.

Where do I look?


John McKee
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.