FOOTNOTE Statement: UNIX

Writes up to 10 lines of text at the bottom of the procedure or DATA step output.
Valid in: anywhere
UNIX specifics: maximum length of footnote
See: FOOTNOTE Statement in SAS Statements: Reference

Syntax

FOOTNOTE <n> <'text'|"text"> ;

Details

The maximum footnote length is 255 characters. If the length of the specified footnote is greater than the value of the LINESIZE option, SAS truncates the footnote to the line size.