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.

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

Reply via email to