× 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 Program A continues to run, it will maintain the link to the original
Program B object, no matter whether you rename it or put another version
of B higher in the library list.

If program A is a 'Non LR' routine i.e. it does a RETURN statement
without setting LR then program A is still active. The next time you
call it, it will still be the same invocation of program A and it will
still call the original version of B

Once Program A finishes and shuts down with LR, or the job which is
calling Program A ends, the next time Program A is called it should
reference program B in it's new location.

Hope this helps

Dave

-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx
[mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Anupam
Sent: 03 April 2014 03:30
To: rpg400-l@xxxxxxxxxxxx
Subject: Wrong objects called

Hello,

I have this unique situation. Recently, we switched our LPARS and
restored all the BPCS libraries to new LPAR and activated it for users.

We have now started discovering that in some cases programs are not
making call to the objects that are on top of library list. Rather it is
making call to the object in other library, but in library list

e.g.
PgmA in lib LIB1 calls PgmB in LIB2

this is how the lib is setup

QTEMP
LIB1
LIB3
LIB2
LIB4
LIB5

If I re-compile PgmB and place object in QTEMP and then call Pgm A,
ideally PgmB from QTEMP should be picked up. But, it is not the case.
PgmA is referring to object PgmB in LIB2

I tried renaming the PgmB in LIB2 to xxPgmBx and call PgmA, but now PgmA
is referring to xxPgmBx in LIB2

I'm not sure if this is something related to any setting in BPCS or
i-Series setting

Any help on this would be greatly appreciated

Thanks

--
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: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/rpg400-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.