options pagesize=47 linesize=64; filename grafout 'l09.ps'; goptions device=ps gsfname=grafout gsfmode=append; data mcac; infile 'mcac.dat'; input helth life happy status entry time aaids; if helth<0 then delete; one=1;run; data bigmcac; set mcac; if aaids