Edmund,
My data-Structure is this:
dcl-ds ws                                                      Qualified; 
  Data                       char(200) dim(9999)                     inz; 
  CompanyID                  char(4)  OverLay(Data:1);                     
  Description                char(30) OverLay(Data:*Next);                
  Direction                  char(1)  OverLay(Data:*Next);                 
  EndLatitude                char(8)  OverLay(Data:*Next);                 
  EndLongitude               char(8)  OverLay(Data:*Next);                 
  Highway                    char(8)  OverLay(Data:*Next);                 
  Interchange                char(30) OverLay(Data:*Next);                
  Leg                        char(2)  OverLay(Data:*Next);                 
  LegMiles                   char(20) OverLay(Data:*Next);                
  Length                     char(20) OverLay(Data:*Next);                
  PlanId                     char(8)  OverLay(Data:*Next);                 
  PowerId                    char(10) OverLay(Data:*Next);                
  RouteMiles                 char(20) OverLay(Data:*Next);                
  SegmentId                  char(5)  OverLay(Data:*Next)     inz(*HiVal); 
  StartLatitude              char(8)  OverLay(Data:*Next);                 
  StartLongitude             char(8)  OverLay(Data:*Next);                 
  State                      char(2)  OverLay(Data:*Next);                 
  Valid                      char(5)  OverLay(Data:*Next);                 
end-ds;                                                                   
It shows the size as "397", which is totaling up the size of each field. Which probably works in 95% of the time. In this case, I defined an array "Data" dim(9999) with overlays. Only because it makes it easier to follow the data in Debug-mode. Just a "Cheat" work around. So, I guess this really out of the ordinary... <LOL>
By the way, love the Pop-Up for Constants and Record-format. That has been extremely help to me!!!
<Big Smile> 
I no longer have to search to see the constant value or find the file with the "Weird" format name. Where a programmer did not follow our naming standards... <grin>
-Ken Killian-
-----Original Message-----
From: WDSCI-L [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of Ken Killian
Sent: Tuesday, December 15, 2015 1:13 PM
To: Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries
Subject: Re: [WDSCI-L] Thanks for the implementation!
Edmund,
Just like the pop-window for the size of variables. So, I think that is done by the outline view. I believe that is how the size of other variables is done.
-Ken Killian-
-----Original Message-----
From: WDSCI-L [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of Edmund Reinhardt
Sent: Tuesday, December 15, 2015 12:46 PM
To: Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries
Subject: Re: [WDSCI-L] Thanks for the implementation!
Thanks for the kudos.
So where did you expect to see the size of data structures?
From:	Ken Killian <kkillian@xxxxxxxxxxxx>
To:	"Rational Developer for IBM i / Websphere Development Studio
            Client for	System i & iSeries" <wdsci-l@xxxxxxxxxxxx>
Date:	12/15/2015 12:37 PM
Subject:	Re: [WDSCI-L] Thanks for the implementation!
Sent by:	"WDSCI-L" <wdsci-l-bounces@xxxxxxxxxxxx>
Sadly, does not work on Data-Structures....
Outline view does not show the size of Data-Structure.
Other than that, the REF11062 is working pretty good...
I still have to use the compile listing to see the size of Data-Structures.
That is the only place I can see the size of Data-Structures. Oh well...
PS. on the Plus side, I was able to close several open PMR due to the great work done on this latest service pack. My hat goes off to the outstanding work of the development Team! THANK YOU! <Big Smile>
-Ken Killian-
-----Original Message-----
From: WDSCI-L [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of Vernon Hamberg
Sent: Tuesday, December 15, 2015 12:21 PM
To: Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries
Subject: Re: [WDSCI-L] Thanks for the implementation!
+1
On 12/15/2015 6:53 AM, Stuart Rowe wrote:
Thanks to the team for implementing RFE11062.  I just noticed it this 
morning with update 9.5.0.2 and it's great!  Have not yet found a spot 
where it doesn't work.
Stu
--
This is the Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries  (WDSCI-L) mailing list To post a message
email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: 
http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at 
http://archive.midrange.com/wdsci-l.
--
This is the Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries  (WDSCI-L) mailing list To post a message email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: 
http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at 
http://archive.midrange.com/wdsci-l.
--
This is the Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries  (WDSCI-L) mailing list To post a message email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: 
http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at 
http://archive.midrange.com/wdsci-l.
--
This is the Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries  (WDSCI-L) mailing list To post a message email: WDSCI-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: 
http://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at 
http://archive.midrange.com/wdsci-l.
As an Amazon Associate we earn from qualifying purchases.