Proc Freq Syntax
PROC FREQ <option(s)>;
BY <DESCENDING> variable-1 <...<DESCENDING> variable-n> <NOTSORTED>; EXACT statistic-keyword(s) </ option(s)>; OUTPUT statistic-keyword(s) <OUT=SAS-data-set>; TABLES request(s) </ option(s)>; TEST statistic-keyword(s); WEIGHT variable;
See OnLine documentation for details.