ENFORM Reference Manual
ENFORM Terminology
Introduction
1–2 058057 Tandem Computers Incorporated
Figure 1-1. Typical ENFORM Session
Dictionary
Compiler/
Report Writer
Query
Processor
Report
Begin Session :ENFORM
Enter Query Specifications
>?DICTIONARY $mkt.sample
>OPEN employee;
empname,salary,
Command
Statement
Target-
list
Statement
Query
Target-
Records
By-item
Clause
Target-items
Clause
Request-Qualification
WHERE salary GT 2000;
>LIST BY empnum,
Data Base
The important terms are:
Query specifications. The language elements (statements, clauses, commands, ...) that
you specify to provide ENFORM with the information it needs to retrieve data and to
establish the query environment.
Query. One complete LIST or FIND statement. Both statements specify the information
to be retrieved.
Target-list. A part of the query; a target-list consists of target-items and a special type of
target-item called a by-item.
Target-items. Any record names, field names, variable names, aggregate names, literals,
or expressions, excluding by-items, whose values you want to appear as output from
your query.