SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Creating Tabular Reports
Additional Features
ordered variables


You can specify the order of class variable values.
     proc tabulate data=clinic.admit order=formatted;

ordered variables


Or you can control the spacing for row titles.
     table mean min max,height weight / rts=6;  

title spacing



back||next


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

Terms of Use & Legal Information | Privacy Statement