FDREPORT CANCEL Statement
CANCEL statement
The CANCEL statement negates the effects of all or some prior statement except DEFAULT. This statement is handy if you have changed your mind about the selection criteria, sort fields, and the rest, or if you wish to generate a totally different report in the same FDREPORT execution.
CANCEL statement syntax
CANCEL | |
---|---|
EXCLUDE | |
,HEADING | |
,REPORT | |
,PUNCH | |
,SELECT | |
,SORT | |
,SUMMARY | |
,TITLE |
If no operands are specified, CANCEL cancels the effect of all of the prior statements except DEFAULT.
EXCLUDE
Cancel the current exclusion criteria table as created by the XEXCLUDE statements.
HEADING
Cancel the current HEADING lines.
REPORT
Cancel the current REPORT field table.
PUNCH
Cancel the current PUNCH mask.
SELECT
Cancel the current selection criteria table as created by the XSELECT statements.
SORT
Cancel the current SORT field table.
SUMMARY
Cancel the current SUMMARY options.
TITLE
Cancel the current TITLE line.