SAS OnlineTutorback||next

Try It! Specify an output catalog and view graphs.

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 gchart data=clinic.stress2; 
       pie tolerance / fill=s; 
       vbar tolerance / sumvar=resthr
            type=mean;
    run;
    quit;
    

  2. Add an option to specify Clinic.Mygraphs as the output catalog for your graphs.

  3. Submit the program and view the pie chart. Notice the title of the GRAPH window.

  4. In the GRAPH window, scroll forward to view the vertical bar chart. Notice the title of the GRAPH window.

  5. Using the Results window, redisplay the pie chart.

  6. Open the Clinic.Mygraphs catalog and display the Gchart1 entry.

    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