For example, the format for a SELECT statement is SELECTfield-identifier.
The most common SELECT statement is SELECTName; this statement uses the predefined identifier Name to specify for a column of names to be printed in the report.
Another example is SELECTLineCount, where LineCount is a predefined field that indicates the number of lines in a definition description.
A field-identifier can also be the name of any property, for example, SELECTVolume, where Volume is a property of entity definitions.
file-name
Must be a proper DOS [drive:\path\]file name having up to 8‑character file name, a period and up to 3-character extension. The optional DOS [drive:\path\] specified must exist.
file-name-no-ext
Must be a proper DOS [drive:\path\]file name having up to 8‑character file name, but cannot have a period or extension. The optional DOS [drive:\path\] specified must exist.
font-identifier
Is a user-defined name to identify the FONT command.
operator
May be one of the following:
= equal to
< less than
> greater than
>= greater than or equal to
<= less than or equal to
<> not equal to
!= not equal to (alternate)
pen-specification
The pen specifications correspond to those shown in the Pen Style dialog that is accessed by the Pen command in the Set menu. These are the pen styles:
PEN1
PENDASH
PEN2
PENDOT
PEN3
PENDASHDOT
PEN4
PENDASHDASHDOT
PEN5
test-field-value
Is a value of the specified field-identifier, and is included in the encyclopedia. For example:
WHERE Class = Diagram WHERE Type = "Data Flow Gane & Sarson"