SAS OnlineTutorback||next

Try It! Export SAS/GRAPH output interactively.
Note: Complete this practice only if you are using SAS software in a desktop operating environment.

Creating HTML output? Read this first.

  1. Copy the program below and paste it into the Program Editor window (or issue the command copy sashelp.oltutor..source). Then submit the program and view the plot.
    proc gplot data=clinic.totals2000;
    plot treadmill*month / areas=2;
    symbol i=spline;
    run;
    quit;

  2. Export the plot interactively to a GIF file named Myplot.gif in your default storage location.

  3. Verify that the GIF file was created.

    Return here and select Next.

Solution

back||next


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

Terms of Use & Legal Information | Privacy Statement