Change the global footnote.
-
The OBFOOTN statement assigns a new footnote to the Variables#1
entry.
-
The NAME= option specifies the current ODS document.
-
The DIR statement changes the current file location
to \Contents#1\DataSet#1.
-
The QUIT statement terminates PROC DOCUMENT.
proc document name=class;
dir \Contents#1\DataSet#1;
run;
obfootn Variables#1 'Change the Global Footnote with the OBFOOTN Statement';
run;
quit;