FOOTNOTE Statement: z/OS

Prints up to ten lines at the bottom of the procedure output.
Valid in: Anywhere
z/OS specifics: Maximum length of footnote
See: FOOTNOTE Statement in SAS Statements: Reference

Syntax

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

Details

Under z/OS, the maximum footnote length is determined by the value of the LINESIZE= system option. The maximum value of LINESIZE= is 256. Footnotes longer than the value of LINESIZE= are truncated.
Note: No space is permitted between FOOTNOTE and the number n.