data cars; infile "Z:\public_html\stat295\datasets\cars.dat"; input make $ model $ price est_mpg; run; proc print; title "Cars"; run;