NO-FORMFEED
You should no longer use this command because it may be discontinued in a future release. To use the newer SQR functionality, use the FORMFEED parameter of the DECLARE-LAYOUT command.
Syntax
Use this syntax:
NO-FORMFEED
Description
Prevents form-feed characters from being written to the output file.
NO-FORMFEED is useful for certain types of reports; for example, flat file output. It is used only in the SETUP section.
Do not write form-feed control characters directly into the output file between pages.
Example
For example:
begin-setup
no-formfeed
end-setup