proc tabulate data=clinic.insure; class company; var total balancedue; table company all, mean*total max*balancedue; run; proc print data=clinic.insure; by company; run;
Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.