* Create bar charts to compare responses to the first question by X value; proc sgpanel data=sasdata.how_many_countries_a17; panelby X/rows=2 columns=1; vbar q1; run;