data framing; infile 't:\framing.txt' firstobs=2; input id sex age frw sbp sbp10 dbp chol cig chd yrs_chd death yrs_dth cause; if chd=1 then chdny=.; if chd=0 then chdny=0; if chd>1 then chdny=1; if age<=48 then ageny=0; if 48