Page 3 of 3

Re: ABEND: Table too Small

PostPosted: Sun Apr 15, 2012 12:59 pm
by dick scherrer
Hello,

I checked the finalized document for the 2002 standard and just found that the proposal was dropped, meaning its not part of the 2002 standard (sorry!).
Not to worry :)

I haven't heard anything about this being incorporated and it is not supported in the current IBM mainframe compilers.

My suspicion is that if implemented, this will have rather little use. From what i've seen at very many clients is that usually Depending On value changes from iteration to iteration within one execution of the code. Only rarely is the same value used throughout.

We'll see what happens going forward.

If you find newer info, do post it here - many of us would be interested.

Re: ABEND: Table too Small

PostPosted: Sun Apr 15, 2012 3:09 pm
by BillyBoyo
Normally we design around the limitations of static tables. In my experience, we usually come up with a better solution than if we'd just jumped at the table "solution".

If unlimited tables of unlimited size (except for resources available) become (more easily) possible, then another element of "design" might end up down the drain...