libname sasdata '\\storage.wpi.edu\academics\courses\MA\SAS-Data\sasdata8'; * Create bar charts to compare responses to the first question by X value; proc sgpanel data=sasdata.how_many_countries_d18; panelby X/rows=2 columns=1; vbar high_low; run;