SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Creating List Reports
Generating Column Totals


Question: Write a statement to sum values for each of the variables Swim and AerClass.
     proc print data=clinic.therapy;
        var date walkjogrun swim aerclass;
        where date in ('OCT1999','NOV1999','DEC1999');
        
     run;

           
 

back||next


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

Terms of Use & Legal Information | Privacy Statement