SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Enhancing and Exporting Charts and Plots
Exporting Graphs


Question: Suppose that you want to create a plot and export it to the file D:\Qtr3Sales\Reports\Eastern.gif in the Windows operating environment.

Write a statement to specify the output destination and device driver for the external file.

filename salesrpt 'd:\qtr3sales\reports\eastern.gif';

proc gplot data=sales.eastern;
   plot sales*month;
run;
quit;

           

  back||next

 

Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.

Terms of Use & Legal Information | Privacy Statement