How much is fill a Extent Area "FIX"

rrojo7229

Member
I know that a "FIX" Extent Area born with a size that you create it. But How can I know how much it is fill? I found some examples here in the Forum but all it's for Variable Extent Area.

d "Data Area":7,256;1 /pro/global/data/admin1_7.d1 f 2048000
d "Data Area":7,256;1 /pro/global/data/admin1_7.d2

I must know how much the first Extent is fill. I made some statistics with Tabanalys, but I would like to know in wich table I have the information about CURRENT SIZE (Blocks or Kbytes) and not SIZE SPECIFIED when it was create. I got this informations in the "_FileList".
I must send "messages alerts" when the Extent File "FIX" will become Full.

Progress 9.1D and Linux.

Thanks for any help.
 
You cannot determine how full individual extents are.

You can however determine how full each individual area is and whether or not you will soon need to expand it by adding extents. (An area is a collection of extents.)

This should take care of you:

chkarea.p
 
Back
Top