/** Two-Sample t Confidence Intervals **/ proc ttest data=sasdata.how_many_countries_a17 alpha=.1; class X; var percentage; run;