|
I have found from experience (read unexpected and Nasty IPLs) that *NOMAX is a time bomb. It allows a file to grow to any size, consuming all available disk. My rule of thumb is to allocate 10x the number of records expected (unless 10x the size would overfill the disk, then I reduce it accordingly). That is if 1000 records are expected, allocate for 10,000. If 10,000 gets hit then it is probably because of an application or user error. Better to get the 'file full' error than to crash the system. Of course the downside is that you need to monitor file sizes and adjust them. This is because since business changes the reaseon that 1000 records was expected last year may have changed to 15,000 this year. -- Larry Bolhuis | Arbor Solutions, Inc | Two rules to success in life: (616) 451-2500 | 1. Never tell people everything you know. lbolhui@ibm.net | Tim-Bar wrote: > > When creating physical files, is there a disadvantage to using *NOMAX > for the initial number of records? > > Thanks! > > Darlene Brengle > Norsoft, Inc. +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
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.