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



I didn't think it was possible, but couldn't hurt asking :)


Thanks
Bryce Martin
Programmer/Analyst I
570-546-4777



Rory Hewitt <rory.hewitt@xxxxxxxxx>
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
11/19/2010 12:02 PM
Please respond to
RPG programming on the IBM i / System i <rpg400-l@xxxxxxxxxxxx>


To
"RPG programming on the IBM i / System i" <rpg400-l@xxxxxxxxxxxx>
cc

Subject
Re: Trying to get the size of a Datastructure through the pointer?
Possible? Not having good luck with it...






Bryce,

Quick answer is no, you can't.

It *may* be possible to determine how much memory the system allocated for
a
basing pointer using an MI instruction, but that allocated memory would
always be in increments of 16 bytes (at a minimum), so even if you could
get
that value, all you'd really be able to figure out is that your
data-structure is no larger than that size.

Rory

On Fri, Nov 19, 2010 at 8:17 AM, Bryce Martin <BMartin@xxxxxxxxxxxx>
wrote:

I won't go into a lot of details behind this, I have a very specific
question....

The following DataStructure
D MasterList_T...
D DS qualified based(TEMPLATE)
D Line...
D 3s 0
D Item...
D 15a
D Quantity...
D 11s 3
D LeadTimeDate...
D 8s 0

When I do a %size(MasterList_T) I get 37 bytes. When I do
%size(TEMPLATE)
I get 16. Makes sense, its how big the memory address is. No problem.
My
question, is it possible to get the size of MasterList_T from its basing
pointer? Is there a bif or something that will let me get it?

Thanks
Bryce Martin
Programmer/Analyst I
570-546-4777


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.