The WEIGHT statement uses Count to weight the observations.
proc freq data=drugs;
   weight count;