options formdlim="-"; data heights; infile "heightdat.dat" firstobs=5; input x y; run; proc reg simple; model y=x; run;