mcf_db_pack — Pack (de-fragment) database file (Fortran API)
subroutine mcf_db_pack(handle,status) integer*4 handle integer*4 status
mcf_db_pack
packs the database file
identified by handle
. All inactive and/or deleted
sets are removed, as well as any empty space on the file. The
remaining objects are then moved to the beginning of the file and
the file is truncated. If no empty space is found
mcf_db_pack
does not modify the database
file.