Prints up to ten lines of text at the bottom of the procedure output
| Language element: |
statement
|
| Valid: |
anywhere in a SAS program
|
| OpenVMS specifics: |
maximum length of footnote
|
|
FOOTNOTE <n>
<'text' | "text">;
|
-
no arguments
-
cancels all existing footnotes.
-
n
-
specifies the relative line to be occupied by the footnote.
-
'text' |
"text"
-
specifies the text of the footnote that is enclosed in single or double quotation marks. For compatibility with previous releases, SAS accepts some text without
quotation marks. When writing new programs or updating existing programs, always surround text with quotation
marks.
Under OpenVMS, the maximum footnote length is 132 characters. If the footnote length is
greater than the value of the LINESIZE= system option, the footnote is truncated to the line
size.
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.