ORDER=DATA orders the contingency table values by their order in the data set. The WEIGHT statement uses Count to weight the observations.
proc freq data=fatcomp order=data;
   weight count;