NO-FORMFEED

Note:

This command may be discontinued in a future release. We highly recommend that you no longer use this command. To take advantage of newer Production Reporting functionality, use the FORMFEED parameter of the DECLARE-LAYOUT command.

Function

Prevents form feed characters from being written to the output file.

Syntax

NO-FORMFEED

Description

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.

Examples

begin-setup
  no-formfeed
end-setup