|
Export SAS/GRAPH output using program
statements. |
-
Copy the program below and paste it into the Program Editor window (or issue the command
copy sashelp.oltutor..source ).
proc gplot data=clinic.totals2000; plot treadmill*month / areas=2; symbol i=spline; run; quit;
-
Add a statement to specify the fileref Testdata for the
file Myplot2.gif in your default storage location.
-
Add a statement to specify an output destination and a device driver for
the SAS/GRAPH output.
-
Submit the program and check log messages to verify that the GIF file was
created.
Return here and select Next.
|
|
Copyright © 2002 SAS Institute Inc.,
Cary, NC, USA.
All rights reserved.
Terms of Use & Legal Information
| Privacy Statement