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




Hello RPGLIST,

On 2/11/2013 8:31 AM, RPGLIST wrote:
This does bring me to another question though, the use of CALLPRC in
a CLLE. How does it know where to find the bound procedure?

Well, that depends on how you wrote your program? I, personally, don't do much ILE in CL, because I find it rather awkward. But, when I do, I'd do something like this:

CRTCLMOD MODULE(MY_CL)

CRTPGM PGM(MY_CL) MODULE(MY_CL OTHERMOD) BNDDIR(WHATEVER) BNDSRVPGM(WHATEVER)

So I can specify procedures in additional modules with the MODULE parameter. Procedures in a service progam with the BNDSRVPGM parameter. Or -- and this is what I'm most likely to do -- specify a binding directory that my company uses to locate all of it's procs.



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.