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
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
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.