User guide

Appendix A Syntax Summary
058058 Tandem Computers Incorporated A–1
ENFORM syntax is summarized in this appendix. For specific details of syntax, refer
to the language elements, statement, clause and command sections.
Language Elements Aggregates:
AVG
COUNT
MAX
MIN
SUM
user-aggregate
AVG
COUNT
SUM
MAX
MIN
user-aggregate
(
{}
field-name
expression
[]
OVER ALL
OVER
over-item
[ WHERE
logical-expression
])‚
( [ UNIQUE ]
field-name
[ OVER ALL ]
[ WHERE
logical-expression
])‚
Arithmetic operators:
+
-
*
/
IF/THEN/ELSE expression:
(IF
logical-expression
THEN
value-1
ELSE
value-2
)