ENFORM Reference Manual
HEADING Clause
Clauses
5–42 058057 Tandem Computers Incorporated
If a HEADING clause is not included, ENFORM includes the subscript with the
default heading. For example:
LIST month [ 3 ];
causes ENFORM to print:
MONTH
[ 3 ]
-----
...
Remember the default heading for a field name is either the heading declared in the
dictionary or if no heading is so declared, the field name. The default heading for a
user variable is either the heading defined in the DECLARE statement, or if no
heading is defined, the user variable name.