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



CONST does not always create a copy...

CONST is only enforced by the compiler...

The callee of a VALUE parm, can modify it ...but it will never get back to
the calling program.
Whereas if the callee has CONST, the compiler won't allow the variable to
be modified.

If the PR used by the caller has CONST and the PI/PR used by the callee
does not
- everything will compile without error
- if the compiler chose _NOT_ to make a copy (type & length match) then the
callee can successfully change the data in the caller.

This is why you should never have two PR's, define a single PR and /include
it in both places..

Charles



On Wed, Mar 11, 2020 at 3:45 PM Niels Liisberg <nli@xxxxxxxxxxxxxxxxx>
wrote:

CONST is parsing a pointer on the stack to a copy of the data.
VALUE is copying the values on the stack.

So it is the same behaviour.

However with CONST the implementation of the caller can decide if it
wants to encapsulate the variable or let it be modified by the called
procedure. Where VALUE it will always be not modified ( except when you
pass a pointer by value .... it can be a long story .... :)





On Wed, Mar 11, 2020 at 10:26 PM Charles Wilt <charles.wilt@xxxxxxxxx>
wrote:

That's not right...

when yo use VALUE, the actual value is passed, not an address..

Charles

On Wed, Mar 11, 2020 at 3:02 PM <dlclark@xxxxxxxxxxxxxxxx> wrote:

"RPG400-L" <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> wrote on 03/11/2020
04:38:34 PM:
In which case, the variabkle is copied to a new location and *pointer
to

new location* is passed to procedure.

In the end, you always passed a pointer under covert....


I used to think that. But then I ran into the situation where
one
program was passing a parameter by reference (by default) but the
called
program expected the parameter to be passed by value (explicitly) and
the
called program couldn't see the passed value at all. Explain to me why
is
that? Thanks for the education.


Sincerely,

Dave Clark
--
int.ext: 91078
direct: (937) 531-6378
home: (937) 751-3300

Winsupply Group Services
3110 Kettering Boulevard
Dayton, Ohio 45439 USA
(937) 294-5331







*********************************************************************************************
This email message and any attachments is for use only by the named
addressee(s) and may contain confidential, privileged and/or
proprietary
information. If you have received this message in error, please
immediately notify the sender and delete and destroy the message and
all
copies. All unauthorized direct or indirect use or disclosure of this
message is strictly prohibited. No right to confidentiality or
privilege
is waived or lost by any error in transmission.



*********************************************************************************************
--
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@xxxxxxxxxxxx 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@xxxxxxxxxxxx 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@xxxxxxxxxxxx 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 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.