SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Creating Bar and Pie Charts
Viewing and Storing Charts
 


Question: Complete the PROC GCHART statement below so that the bar chart is stored in the temporary catalog Chart90. Be sure to add a semicolon to complete the statement.
         proc gchart data=clinic.totals2000
             
            vbar month / sumvar=newadmit;
         run;                


           

  back||next

 

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

Terms of Use & Legal Information | Privacy Statement