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



If you have a program *PGM made up of multiple modules, ie. you're using
"bind by copy" as opposed of the recommended "bind by reference" (to a
*SRVPGM)

Then if you change the source for one module, you can use UPDPGM to get the
updated code into the *PGM.

UPDSRVPGM works the same way for a *SRVPGM made up of multiple modules.

Charles

On Thu, Sep 14, 2017 at 12:48 PM, Dan <dan27649@xxxxxxxxx> wrote:

Again, thanks to everyone offering advice and answers! I'd definitely be
lost without the midrange.com lists! As someone mentioned elsewhere
recently, you don't know what you don't know. I'm reading through the ILE
Concepts reference and Brad's "Implementing ILE for RPG 101".

What are the circumstances by which one needs to use UPDPGM? I presume
that it replaces the CRT* compile to a client program to which no
modifications were made to its source?

- Dan

On Wed, Sep 13, 2017 at 6:55 PM, Niels Liisberg <nli@xxxxxxxxxxxxxxxxx>
wrote:

Let me just clear it. The calls are made by vector number - not by name.
So
each call to your procedures are stored as an index to an array of
procedure pointers. If you introduce a new procedure in between existing
procedures, then subsequent procedures are "moved" to one index higher-
messing up the refereces in the "client" calls..... does it make sense?

UPDPGM of all client programs will ultimately fix this if you want to
keep
the procedure names in a certain order.
tor. 14. sep. 2017 kl. 00.44 skrev Niels Liisberg <nli@xxxxxxxxxxxxxxxxx
:

If you put it in the end of the binder source - you have no reasons to
recompile... imho. That is best practice.

--
This is the RPG programming on the IBM i (AS/400 and iSeries) (RPG400-L)
mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.

Help support midrange.com by shopping at amazon.com with our affiliate
link: http://amzn.to/2dEadiD


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.