How calculate new extent sizes?
sum (pe_size ) current_pages_used,
* 2 { Your systems page size in KB }
* 1.2 { Add 20% Growth factor })
Proposed_ext_size, { First Extent Size in KB }
* 2 { Your systems page size in KB }
* .2 { Estimated 20% Yearly Growth })
Proposed_next_size { Next Extent Size in KB }
from systabnames, sysptnext
where partnum = pe_partnum