data one; infile 'c:/website/gohttp/class/4213/table3_1.txt' firstobs=2 ; input y x; proc means; proc autoreg; model y=x; run;