Enform Plus Reference Manual
Statements
Enform Plus Reference Manual—422684-001
4-4
AT END Information for Current Report or All
Reports
AT END PRINT "End of Report for" SKIP "Region " regnum;
End of Report for
Region 1
By using a FORM clause within an AT END statement, you can cause Enform Plus to
print the remainder of the AT END print-list on a new page and to increment the
page number.
By using the CENTER clause following the print-list of an AT END statement, you
can center the information on the page.
The CENTER, Option Variable, SKIP, SPACE, and TAB clauses are described in
Section 5, Clauses
.
AT END Information for Current Report or All Reports
An AT END statement prints information at the end of all subsequent reports in the
current session. The current AT END statement can be reset by specifying a new AT END
statement with a different print-list. By using an AT END PRINT clause, you can
temporarily override an AT END statement. An AT END PRINT clause prints
information for the current report only.
Canceling Session-Wide AT END Information
You can cancel the AT END statement by:
•
Using the AT END statement without the print-list parameter
•
Using either the DICTIONARY statement or the ?DICTIONARY command (which
removes the AT END statement information from the internal table)