Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
run; proc means data=sasuser.all sum; where year(begin_date)=&year; class location; var fee; title1 "Total Fees for &year Classes"; title2 "by Training Center"; run;