Define a file with a record containing the maximum array size for each table. Open file, read record, set sizes to 10% over maximum, Close file. Process main file. If any maximum array size exceeded, Set new maximum, Open file for output, Write record, Close file.
On Fri, Aug 5, 2016 at 10:25 AM, Bill Woodger <[email protected]> wrote: > Yes, good to know. I realised when I was writing my earlier comment that > there is not much downside to defining "extra" storage, it is what we do > already with a static table :-) > > However, I'd still go horses-for-courses. Make the increment for the unboaded > table a size which relates to the data and its usage. It'd avoid 50 unbounded > tables sucking up all the storage available when only 2/3 of the storage was > expected to be used. > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN -- Mike A Schwab, Springfield IL USA Where do Forest Rangers go to get away from it all? ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
