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



Yes, it's an unusual shorthand syntax.

  dcl-s myVariable char(100) based(pVariable);

This automatically defines a pointer variable named pVariable.  As I said, it's a bit unusual.  It's the same as this:

  dcl-s myVariable char(100) based(pVariable);
  dcl-s pVariable pointer;

You just don't need to do the second declare.


On 3/11/2020 5:32 PM, Mónica Anastácio wrote:
I have a doubt

The name u do to Based on DS declaration, u dont have to declare ? Just
write ....Based(panything) ?

Barbara Morris <bmorris@xxxxxxxxxx> escreveu em qua, 11/03/2020 às 22:18 :

On 2020-03-11 1:14 p.m., Jon Paris wrote:
...
Using the old *Entry Plist approach what actually happened was that the
DS declared as the parm was (under the covers) declared as BASED by the
compiler and the pointer passed for the parm just assigned as its basing
pointer. All that the pointerToDS = %addr(parmname); code is doing is the
same thing that used to happen under the covers.
Quite why the compiler made this change is a mystery to me - I don't
recall any discussions on the topic - and it may be something that can be
changed in the future.
...
What change do you mean, Jon?

--
Barbara

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