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



On Wed, Jul 10, 2024 at 12:25 PM James H. H. Lampert via MIDRANGE-L <
midrange-l@xxxxxxxxxxxxxxxxxx> wrote:

I'm currently reading up on service program creation and binder
language. And I'm not sure I understand how multiple STRPGMEXP blocks
work, or how the PGMLVL parameter works with regard to them. Can
somebody point me to something that will explain it in terms even my
aging "little grey cells" can process?


Simple...don't use them!

Scott has a few slides on the topic here:
https://www.scottklement.com/presentations/ILE%20Concepts%20(For%20The%20Impatient%20RPG%20Programmer).pdf

But basically
- use a hardcoded signature
- don't change the order of exports
- add new procs at the bottom

Doing the above allows you to change the service program without having to
recompile anything using it.

And if you really, really want to force a recompile, then simple change the
hardcoded signature
"MYSRVPGM SIG v1.0" ---> "MY SRVPGM SIG v2.0"

Charles

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.