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