Features: |
PROC GOPTIONS statement options FOOTNOTE and NOLIST |
Sample library member: | GOPTIFT |
TITLE1 HEIGHT=6 COLOR=BLUE FONT=SWISSB "Production Quality" ; TITLE2 HEIGHT=4 COLOR=BLUE FONT=SWISSB "January through June"; FOOTNOTE1 HEIGHT=3 COLOR=GREEN FONT=SWISS "Data from SASDATA.QUALITY" ; FOOTNOTE2 HEIGHT=3 COLOR=GREEN FONT=SWISS "* denotes approximations";
goptions reset=all;
title1 h=6 c=blue f=swissb "Production Quality"; title2 h=4 c=blue f=swissb "January through June"; footnote1 h=3 c=green f=swiss "Data from SASDATA.QUALITY"; footnote2 h=3 c=green f=swiss "* denotes approximations";
proc goptions nolist footnote; run;
title1 h=6 c=blue f=swissb "Production Quality"; title2 h=4 c=blue f=swissb "January through June"; footnote1 h=3 c=green f=swiss "Data from SASDATA.QUALITY"; footnote2 h=3 c=green f=swiss "* denotes approximations";