ISTAT Command

The ISTAT command summarizes the distribution of items in a file. ISTAT analyzes the structure of groups within a file and produces a file-hashing histogram that is helpful for determining whether the current file structure is the best one.

Format

ISTAT [DICT] filename [item-list] [selection] [modifiers] [(options)]

Parameter(s)

DICT

Specifies the file dictionary.

filename

Name of the file.

item-list

List of individual item-IDs. Enclose each item-ID in single quotes.

selection

Specifies one or more conditions that an item must meet to be included in the report. For a complete description of selection expression syntax, see the LIST Command.

modifiers

Include one or more keywords that specify the report format. These parameters affect headers, footers, spacing, totalling column figures, control breaks, and more. For complete information about using these keywords, see the section, Connectives, Modifiers, and Options in the INFO/ACCESS User Reference Guide.

options

Include one or more single-character codes that specify the report format and direct or modify output. They must be enclosed in parentheses, can be entered in any order, and need not be separated by spaces or any delimiters such as commas. For complete information about using these parenthetical options, see the section, Connectives, Modifiers, and Options in the INFO/ACCESS User Reference Guide.

Description

ISTAT produces a report that looks like this:

>ISTAT CUSTOMERS

FILE= CUSTOMERS MODULO= 3              17:24:06  dd mmm yyyy

FRAMES

BYTES

ITMS

 

1

270

10 *>>>>>>>>>>

 

1

273

10 *>>>>>>>>>>

 

1

273

10 *>>>>>>>>>>

 

3

 

 

 

ITEM COUNT=          30, BYTE COUNT= 816, AVG. BYTES/ITEM= 27.

AVG. ITEMS/GROUP= 10.0, STD. DEVIATION= .0, AVG. BYTES/GROUP=272.

>