* Create histograms to compare responses to the second question by X value; proc sgpanel data=sasdata.how_many_countries_a17; panelby X/rows=2 columns=1; histogram percentage; run;