libname sasdata '\\storage.wpi.edu\academics\courses\MA\SAS-Data\sasdata8'; proc freq data=sasdata.how_many_countries_d18; tables high_low*X; run;