Sample 25594: Producing text slides using PROC GSLIDE
This sample is from the "SAS/GRAPH Software: Reference, Version 8", Volume 2, Chapter 27.
For additional information on the sample refer to this book.
/*+-------------------------------------------------------------+
| S A S S A M P L E L I B R A R Y |
| |
| NAME: GSLTEXTS |
| TITLE: GSLTEXTS-Producing Text Slides |
| PRODUCT: GRAPH |
| SYSTEM: ALL |
| KEYS: GRAPHICS GOPTIONS GSLIDE |
| PROCS: GSLIDE |
| DATA: INTERNAL |
| |
| SUPPORT: GRAPHICS STAFF UPDATE: |
| REF: SAS/GRAPH REFERENCE GUIDE |
| MISC: |
| |
+-------------------------------------------------------------+*/
/* Set graphics environment */
goptions reset=all gunit=pct cback=blue
colors=(white) ftext=swissb htitle=12 htext=4;
/* Define titles and footnotes */
title color=red 'New Directions';
footnote1 j=l ' ABC Engineering, Inc';
footnote2 j=l ' January 1998'
j=r h=3 f=swiss 'GSLTEXTS ';
/* Generate slide */
proc gslide border
cframe=red
wframe=4;
note height=20;
note height=10
justify=center 'Goals and strategies'
justify=center 'for the coming year';
run;
quit;

This example uses FOOTNOTE, NOTE, and TITLE statements to produce a text slide. PROC GSLIDE statement options add both a border and a frame.
| Type: | Sample |
| Topic: | SAS Reference ==> Procedures ==> GSLIDE
|
| Date Modified: | 2005-09-22 03:03:13 |
| Date Created: | 2005-05-23 14:17:47 |
Operating System and Release Information
| SAS System | SAS/GRAPH | All | 8 TS M0 | n/a |