Reporting : Native reporting system : Reporting system command language : REMARK subcommand
  
REMARK subcommand
Use the REMARK command, frequently written REM, to insert comments, explanations, or other documentation in a report specification. The argument string that follows the REM command is ignored by the Reporting System. The REM command may be used to add informational comments, and lines of asterisks which act as report separators.
REM "********************************************"

REM "set the default width of fields
by making these values non zero"
Remarks can be quite useful in a Report Definition file to indicate intentions, company standards, and so on.
Single quotes can be used to remark out an entry that contains double quotes. For example:
REM ' WHERE Type = "Data Store" '
Parent topic
Reporting system command language