FW= uses a field width of eight and MAXDEC= uses two decimal places to display the statistics. ALPHA=.1 specifies a 90% confidence limit, and the CLM keyword requests two-sided confidence limits. MEAN and STD request the mean and the standard deviation, respectively.
proc means data=charity fw=8 maxdec=2 alpha=.1 clm mean std;