|
On Nov 7, 2022, at 4:11 PM, Vinay Gavankar <vinaygav@xxxxxxxxx> wrote:
There is more than one value being returned, hence passing it as a parameter
On Mon, Nov 7, 2022 at 4:00 PM Charles Wilt <charles.wilt@xxxxxxxxx> wrote:
for readability, you can still RETURN such a large results..--
Just use the RTNPARM keyword on the procedure...
Behind the scenes, RPG will actually pass it as an additional parm.
Charles
On Mon, Nov 7, 2022 at 1:48 PM Vinay Gavankar <vinaygav@xxxxxxxxx> wrote:
The reason it was being done was the variable is 32K bytes. I guess itwrote:
shouldn't matter as RPG would internally pass the pointer, so there would
be no effect on program performance.
On Mon, Nov 7, 2022 at 3:43 PM Vinay Gavankar <vinaygav@xxxxxxxxx>
and
Thanks everyone for your replies. I have changed the Service program
worked -the calling programs to use variables instead of pointers.
On Mon, Nov 7, 2022 at 12:24 PM Jon Paris <jon.paris@xxxxxxxxxxxxxx>
wrote:
As others have intimated this is a _really_ bad idea even if it
design.which would be circumstance dependent. It is a very error prone
tothe
Returning a pointer in general is rarely a good idea for two main
reasons. One, the code that has the address can change the content of
ofvariable "invisibly". And 2) The code that has that pointer has no way
example)knowing if it is still valid! If it pointed to stack storage (for
byit would still be valid pointer long after the storage had been reused
programmer)another process!
This is in the category of things your mother (had she been a
wrote:would have warned you would make you go blind if you kept doing it!
Jon P.
On Nov 7, 2022, at 9:52 AM, Vinay Gavankar <vinaygav@xxxxxxxxx>
to
Hi,
We have an exported procedure in a Service program (RPG) which needs
ispass back the address of a variable, so that the calling program can
use the value in that variable.
Can the calling program (RPG) access the value of the variable if it
defined within that exportable procedure, or does the variable need
affiliateaffiliatebe
'global' in the Service Program?related questions.
TIA
Vinay
--
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription
Help support midrange.com by shopping at amazon.com with our
relatedlink: https://amazon.midrange.com
--
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription
questions.
Help support midrange.com by shopping at amazon.com with our
----link: https://amazon.midrange.com
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link: https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.
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.