ORDER=DATA orders the table values (eye and hair color) by their order in the data set. The WEIGHT statement uses Count to weight the observations.
options nodate pageno=1 pagesize=60;

proc freq data=color order=data;
   weight count;