data test; ods html file="c:\fall_sem\junk\odsreg3.htm"; input a b c; cards; 1 2 3 2 3 4 4 5 6 6 5 3 ; proc print; proc means; run; ods html close;