File Utility Programming (FUP) Reference Manual

FUP Commands
File Utility Program (FUP) Reference Manual523323-015
2-119
INFO STATISTICS Listing Format Examples
a-slack
is the average number of unused bytes for each block at the indicated level.
a-%-slack
is the average percentage of unused bytes for each block at the indicated level.
name
is shown only if the file has extra partitions. It is the volume name of the partition
associated with the entry.
FREE t-blocks
is the total number of unused blocks in the file between the beginning of the file
and the current EOF (for key-sequenced files).
FREE t-recs
is the total number of empty records in the file between the beginning of the file
and the current EOF location (for relative files).
BITMAP t-blocks
is the number of bitmap blocks (for DP2 relative and key-sequenced files only).
INFO STATISTICS Listing Format Examples
To display the FUP INFO, STATISTICS listing for a key-sequenced, partitioned file:
-INFO PARTFILE,STATISTICS
(DETAIL option listing displays first, followed by this)
TOTAL TOTAL AVG # AVG AVG %
LEVEL BLOCKS RECS RECS SLACK SLACK PART
1 1 1 1.0 996 97 $VOL1
DATA 1 12 12.0 338 33
FREE 1
1 1 7 7.0 938 92 $VOL2
DATA 7 117 16.7 77 8
FREE 1
To display the FUP INFO, STATISTICS listing for a key-sequenced, partitioned file
with 48989 records and an EOF of 6983680:
-INFO SPECIALK,STAT
$GRAIN.CEREAL.SPECIALK 17 Feb 2001, 11:40
TOTAL TOTAL AVG # AVG AVG %
LEVEL BLOCKS RECS RECS SLACK SLACK
2 1 14 14.0 3760 92
1 14 1689 120.6 1113 27
DATA 1689 48989 29.0 1414 35
FREE 0
BITMAP 1