Enform Plus Reference Manual
Clauses
Enform Plus Reference Manual—422684-001
5-53
Option Variable Clauses
not fit in the column, Enform Plus truncates it on the right. The character string can
consist of 1 to 15 ASCII characters, enclosed within quotation marks. The default
value is an asterisk (*).
@SUMMARY-ONLY
causes a summary report to be produced. See the explanation of summary reports
found with the LIST and FIND statements in Section 4, Statements
.
The default value is OFF.
@TARGET-RECORDS
specifies the maximum number of records to be selected per Enform Plus program.
The default value is zero, meaning no limit. Setting @TARGET-RECORDS to
number when your query contains BY, BY DESC, ASCD, or DESC clauses returns
the first target-records produced by the query processor, which are not necessarily
the first records that appear in a full report.
@TIME-FORMAT
specifies a default format enclosed within quotation marks for printing times when
AS TIME * is used. For time format specifications, see the AS TIME Clause on
page 5-24. The default value is "HP2:M2:S2".
@UNDERLINE
specifies a single ASCII character used to underline headings and totals. To specify
no underlining, set the @UNDERLINE Option Variable clause to blank, “ ”. The
default character is “_”.
@VSPACE
specifies how many lines are skipped before a report line when the SKIP clause is
used. The default number is one.
@WARN
specifies when warning messages are to appear on the terminal. When set OFF,
warning messages do not appear. The default is ON.
@WIDTH
specifies the maximum width of the output. The maximum value is 132 characters.
Verify the device's width before using this clause. This clause is convenient for
setting a report page width smaller than the device's default width. The default width
is the width of the output device being used. The default value for unstructured disk
files is 132.