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



If I recall correctly this is not an RDi limit but rather the system debugger. I _think_ there are techniques to get round it but not sure if they are applicable to RDi.

Don't have time to research it right now but I suspect if you check the RPG and/or Midrange forums you'll find an earlier discussion.

One quick fix would be to create a duplicate of the structure you want to debug (or a simple char field of appropriate size) and base it on the address of the nested Ds you want to view.



Jon Paris

www.partner400.com
www.SystemiDeveloper.com

On May 11, 2019, at 4:10 PM, Bak, Doug (LMF) <Doug.Bak@xxxxxxxxxxxxxx> wrote:

I'm attempting to debug newly written code that is parsing JSON into a multi level data structure and running into this message.
Is there a limit that RDi can traverse into a data structure?

Not the actual code, but here in order to maintain the structure of the incoming document, here's the basic structure.
The DBGE0001E message appears when attempting to expand SectionA.

dcl-ds DS qualified;
field1 varchar(10);
field2 varchar(10);
field3 varchar(10);
field4 varchar(10);
dcl-ds Section1 dim(2);
field1 varchar(10);
field2 varchar(10);
field3 varchar(10);
dcl-ds SectionA dim(10);
field1 varchar(10);
field2 varchar(10);
field3 varchar(10);
dcl-ds Section2 dim(2);
field1 varchar(10);
field2 varchar(10);
field3 varchar(10);
dcl-ds SectionB dim(10);
field1 varchar(10);
field2 varchar(10);
field3 varchar(10);
end-ds;
end-ds;
end-ds;
end-ds;
field5 varchar(5);
end-ds;

Thanks,
Doug
--
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@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/wdsci-l
or email: WDSCI-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/wdsci-l.

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

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.