Prints up to ten lines of text at the bottom of the procedure
or DATA step output
| Valid: |
anywhere
|
| Category: |
Output Control
|
| Requirement: |
You must specify the FOOTNOTE option if you use a FILE
statement.
|
|
FOOTNOTE<n > <'text' |
"text" >;
|
Using FOOTNOTE without arguments cancels all existing
footnotes.
-
n
-
specifies the relative line to be occupied
by the footnote.
-
'text' | "text"
-
specifies the text of the footnote in single
or double quotation marks.
A FOOTNOTE statement takes effect when the step or RUN
group with which it is associated executes. Once you specify a footnote for
a line, SAS repeats the same footnote on all pages until you cancel or redefine
the footnote for that line. When a FOOTNOTE statement is specified for a
given line, it cancels the previous FOOTNOTE statement for that line and for
all footnote lines with higher numbers.
Operating Environment Information:
The
maximum footnote length allowed depends on the operating environment and the
value of the LINESIZE= system option. Refer to the SAS documentation for
your operating environment for more information.
You can also create footnotes with the FOOTNOTES window.
For more information, refer to the online help for the window.
These examples of a FOOTNOTE statement result in the
same footnote:
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.