proc sgplot data=sasdata.whats_wrong_with_the_mode;
 histogram hours;
run;
proc univariate data=sasdata.whats_wrong_with_the_mode;
 var hours;
run;