Disclaimer: This post is migrated from the COBOL forum on IBM developerworks that is no longer in use. Its original author is LeoncioCarvalho, posted on Sep 6, 2016.
I have a problem with an internal table that time after time is overloaded.
The amount of items is about 1.5M.
That is the general overview, ok?
Well, I'm thinking to use the option "UNBOUNDED" in the OCCURS but this option is only allowed in the linkage section.
1 - Is there any problem about using a linkage section to store (and use) such a table?
2 - I know that the linkage area is quite different from working-storage, but in this case is there any problem?
Thank you!
£eo
---------------------------------------------------------
Question asked by LeoncioCarvalho on Sep 6, 2016
---------------------------------------------------------