ENFORM Reference Manual

Option Variable Clauses
Clauses
058057 Tandem Computers Incorporated 5–51
@DISPLAY-COUNT
determines how many lines to display on output device at one time. When number
lines are displayed, ENFORM pauses. To continue the display, press the carriage
return. Execution of the ENFORM program, while at the pause, can be aborted by:
Entering two slashes (//).
Pressing the CTRL and Y keys simultaneously.
Pressing the BREAK key.
Control returns to ENFORM. To reset the display count so that the entire
ENFORM program is printed, enter 0 for number. Specifying @DISPLAY-COUNT
when using an ENFORM server (described in the ENFORM User’s Guide) is
inadvisable. The default value is 0.
@HEADING
When set to ON, ENFORM prints column headings in the report. When set to
OFF, ENFORM does not print headings. OFF is equivalent to NOHEAD ALL for
every report. The default is ON.
@LINES
specifies how many lines are to be printed per page. The default value is 60.
@MARGIN
specifies the left margin size in columns for reports. The default value is 0 (zero).
@NEWLINE
The new line character can appear within a heading string, inside the quotation
marks. It is used to specify multiple line column headings. The @NEWLINE
Option Variable clause can be reset to any single ASCII character except
circumflex (^) or hyphen (-). The default NEWLINE character is / (slash).
@NONPRINT-REPLACE
ENFORM prints the replacement character for values which do not have a
printable character. When this clause is set to a character, that character is printed
for values which do not have a printable character. The default value is OFF.