Reporting > Native reporting system > Reporting system command language > DISPLAY subcommand
  
DISPLAY subcommand
These subcommands are used in the SETTING command to specify the defaults for directing the output of the report:
Syntax
SETTING { DISPLAY [ YES | NO ]
PRINT [ YES | NO ]
ASCIIFILE file-name }
The DISPLAY subcommand is followed by either yes (the default) or no. This subcommand displays an unformatted report for review purposes. Unnecessary lines and formatting are removed when the output is directed to the screen. The Print command must be used to obtain a formatted printout.
The DISPLAY subcommand can only be placed in a report in text mode. For more information, see Edit <report name>: Text Mode dialog. This function is not supported by the Report Editor.
For details on the other DISPLAY subcommands, see PRINT subcommand and ASCIIFILE subcommand.
Print command
The Report > Print command sends a report to a printer. It opens the Print <report name> dialog: see Choices for printing a report.
Parent topic
Reporting system command language