use sysmaster database :
select tabname , <systabinfo.fileds_you_want> from systabnames n,
systabinfo i
where n.partnum = i.ti_partnum
from systabinfo you should choose
ti_nextns ( number of extents )
ti_nptotal ( space allocated )
ti_npused ( space used )
ti_npdata ( space used by data , indexes excluded )
some tables that you know that have not too much indexes
low ti_npdata and high and almost npused = nptotal
will be probably wasting space and you should unload
all data , recreate the table e load data again
and then build the indexes
iŽd like to know the meaning of ti_flags ....