To make your report more meaningful and self-explanatory,
you can assign up to 10 titles with procedure output by using TITLE
statements before the PROC step. Likewise, you can specify up to 10
footnotes by using FOOTNOTE statements before the PROC step.
Tip
Because TITLE and FOOTNOTE
statements are global statements, place them anywhere within or before
the PRINT procedure. Titles and footnotes are assigned as soon as
TITLE or FOOTNOTE statements are read; they apply to all subsequent
output.
Syntax, TITLE, and FOOTNOTE
statements:
TITLE<n> 'text';
FOOTNOTE<n> 'text';
n is a number
from 1 to 10 that specifies the title or footnote line, and 'text' |