data physical; infile 'a:physpara.dat'; input irep ich amyc $ 11 asz $ 12-13 itrt phgt ican @37 diam 3.2 pneed stem root; proc print; run;