SAS OnlineTutorback||next

Try It! Export SAS/GRAPH output using program statements.

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).
    proc gplot data=clinic.totals2000;
    plot treadmill*month / areas=2;
    symbol i=spline;
    run;
    quit;

  2. Add a statement to specify the fileref Testdata for the file Myplot2.gif in your default storage location.

  3. Add a statement to specify an output destination and a device driver for the SAS/GRAPH output.

  4. Submit the program and check log messages to 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