Procedure features: |
|
Other features: |
NOTE Statement
|
Sample library
member: |
GSLTEXTS
|
This
example uses FOOTNOTE, NOTE, and TITLE statements
to produce a text slide. PROC GSLIDE statement options add both a border
and a frame.
|
goptions reset=all cback=blue
border; |
|
title color=red "New Directions";
footnote1 j=l " ABC Engineering, Inc";
footnote2 j=l " January 1998" ; |
|
proc gslide border
cframe=red
wframe=4;
note height=5;
note height=3
justify=center
color="white"
"Goals and strategies"
justify=center
"for the coming year";
run;
quit; |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.