SAS Component Language Dictionary |
Category: | SAS System Option |
Syntax | |
Details | |
Example | |
See Also |
Syntax |
CALL SETFOOT(foot-num,foot-text); |
is the number (1 to 10) of the footnote definition to create or modify.
Details |
SETFOOT works just like the FOOTNOTE statement. It clears all footnote definitions that are numbered higher than the one created. You cannot use SETFOOT to set graphic options such as color, tint, and position.
You can view footnote definitions in the FOOTNOTES window by using the FOOTNOTE command. Changing any text in the FOOTNOTES window, however, resets all graphically defined footnote options such as color, font, and position.
For more information about footnotes, see SAS Language Reference: Dictionary. For more information about graphical footnotes, see SAS/GRAPH: Reference .
Example |
Create a footnote numbered 5. The statement deletes all footnotes with numbers greater than 5.
call setfoot(5,'This is the Fifth Footnote');
See Also |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.