options ls=80 ps=70; data wcrisk; infile 'wcrisk.asc'; input id 5. (elr glr gmr lsr err trr whr) (4.); proc print; run;