Allen Egerton wrote:
> As I understand it, Dynamic files split single groups as you add records
> to the specific group.  So, if you add a large number of records to a
> file that's properly sized, it will (potentially) split multiple times
> as you go along.
> 
> If I know in advance that I'm adding a large number of records to a
> file, is there any way to force the file to "grow" in advance?
> 
> If it were a static file, I'd simply resize it to a new guesstimated
> modulo.  Since it's dynamic, I don't see any way to do this other than
> to convert it to back to a static file, then resize it to a dynamic file
> with a minium modulus.  It seems as though there must be a better way...
> 
> Thanks.
> 

And after receiving a number of both onlist and offlist replies, the
answer as supplied by Mark Baldritch of IBM turned out to be
surprisingly simple.

Just resize the file.

Yeah, it's that simple.  The resize command when executed on a dynamic
file sets the minium.modulus to the modulo specfied in the resize command.


-- 
Allen Egerton
aegerton at pobox dot com
PGP Key ID 0x8EA57261
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to