If the total volume of data to be loaded will not exceed the RPG limit of 16mb for a DS then I would use *Auto for the Dim on the array. That way you're not wasting memory and the array will grow to the size needed.

If that is not an option then the "built-in" way to handle this with XML-INTO is to use the %Handler option. That allows you to process the data in chunks.

See this article if you are not familiar with the option. https://www.mcpressonline.com/programming/rpg/handling-xmlinto-problems the web-site is awful but hopefully, you'll get the idea.


Jon P.

On Sep 2, 2024, at 4:58 AM, Dave <dfx1@xxxxxxxxxxxxxx> wrote:

Hi,

Any advice on defining the size of arrays in the data structure designed to
hold the result of the xml-into operation? While developing, I set an array
to hold 10 elements, after promoting to user testing, a couple of thousand
were received and that's how I learned that elements that don't fit are
simply left out. Is there a way of monitoring the overfilling of the arrays
or even an option that forces the operation to fail?

Thanks
--
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@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.