SAS OnlineTutor HomeFAQ PageSuggested Learning PathsContents+Searchback||next

Creating Tabular Reports
Additional Features


You can format selected table cells and their contents.
     table type*(sex all*f=5.);

formatted cells


You can also replace specific occurrences of a variable or statistic name with a label.
     table type*(sex all='Both Sexes'*f=5.) 
all='Both Types'
;

variable labels



back||next


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

Terms of Use & Legal Information | Privacy Statement