Sample 25553: Testing a GOPTIONS statement using PROC GTESTIT
This sample is from the "SAS/GRAPH Software: Reference, Version 8", Volume 2, Chapter 28.
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: GITTGOS1 |
| TITLE: GITTGOS1 -Testing a GOPTIONS Statement |
| PRODUCT: GRAPH |
| SYSTEM: ALL |
| KEYS: GRAPHICS GOPTIONS GTESTIT |
| PROCS: GTESTIT |
| DATA: INTERNAL |
| |
| SUPPORT: GRAPHICS STAFF UPDATE: |
| REF: SAS/GRAPH REFERENCE GUIDE |
| MISC: |
| |
+-------------------------------------------------------------+*/
/* Set the graphics environment */
goptions ftext=
colors=(blue red green)
hpos=45 vpos=25;
/* Display the first picture */
/* of the GTESTIT procedure */
proc gtestit picture=1;
run;
quit;

This example illustrates how you can use the GTESTIT procedure to confirm the settings specified on a GOPTIONS statement.
| Type: | Sample |
| Topic: | SAS Reference ==> Procedures ==> GTESTIT
|
| Date Modified: | 2005-08-27 03:03:22 |
| Date Created: | 2005-05-23 14:15:07 |
Operating System and Release Information
| SAS System | SAS/GRAPH | All | 8 TS M0 | n/a |