options nodate center; proc print data=vcr.sales; var salesrep unitsold; run; options nocenter; proc freq data=vcr.sales; where unitsold>=30; tables salesrep; footnote3 '30+ Sales'; run;
Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.