Reporting > Native reporting system > Reporting system command language > SETTING command > Setting headers and footers
  
Setting headers and footers
The HEADER and TRAILER subcommands work to set-up the headers and footers for each printed report page.
Syntax
HEADER [ 1 | 2 | 3 | 4 ] constant-string,...,constant-string
HEADERFONT font-identifier
HEADERSPACE numeric-inches
Use the HEADER subcommand to specify the header line to modify, the HEADERFONT subcommand to set the typeface of that header line, and the HEADERSPACE subcommand to set the white space between the last header line and the report content. See:
HEADER subcommand
HEADERFONT subcommand
HEADERSPACE subcommand.
TRAILER [ 1 | 2 | 3 | 4 ] constant-string,...,constant-string
TRAILERFONT font-identifier
TRAILERSPACE numeric-inches
Use the TRAILER subcommand to specify the header line to modify, the TRAILERFONT subcommand to set the typeface of that header line, and the TRAILERSPACE subcommand to set the white space before the first footer line is printed. See:
TRAILER subcommand
TRAILERFONT subcommand
TRAILERSPACE subcommand.
Either command example (one line header command or the two line trailer command statement) produce the same printed results.
Parent topic
SETTING command