I'm actually getting that error when I try and add a monitor expression (in RDi debug) of the JSON data structure. I'll try and downsize it to see if shrinking it some helps.
-----Original Message-----
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Greg Wilburn
Sent: Friday, March 6, 2020 4:09 PM
To: RPG programming on IBM i <rpg400-l@xxxxxxxxxxxxxxxxxx>
Subject: RE: Debugging and Viewing Contents of Large Data Structure
I was able to monitor the JSON data structure... don't try to open it.
Then in the debug window, export it to a text file (can't recall) I may have used the copy to clipboard function and pasted into Notepad++
-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxxxxxxxx] On Behalf Of Stephen Piland
Sent: Friday, March 06, 2020 5:02 PM
To: rpg400-l@xxxxxxxxxxxxxxxxxx
Subject: Debugging and Viewing Contents of Large Data Structure
I have created a rather large data structure in preparation of using Data Into of a JSON doc. It is under the 16mb limit. However, when I go into debug (5250 or RDi), it errors when I try and display its contents (ds is named jsonDoc). I get a MCH3203 function error X'0000' in machine instruction. Internal dump ID 01004611. If I monitor a variable that is a little 'deeper' in the data structure (jsonDoc.data.invoice(1) ), it works.
I guess I've hit some sort of limit when debugging. Thoughts?
--
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
--
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.