SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Creating Bar and Pie Charts
Summarizing a Variable within Categories


Question: In the PROC GCHART step below, write a statement to request a pie chart that sums the values of the variable Total for each value of the variable PctInsured.
     proc gchart data=clinic.insure;
        
     run;

           

  back||next

 

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

Terms of Use & Legal Information | Privacy Statement