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