options pagesize=47 linesize=64; %include 'l11m.sas'; filename grafout 'l11.ps'; goptions device=pslmono gsfname=grafout gsfmode=append; data emerson ; infile 'emerson.dat' ; input age ttt crind crtime transs transp time status fab gender wbc kscore chem; control=0; if _n_<2 then control=1; zero=0; run; data fake; drop n; do n=1 to 1000; time=ranexp(0); cent=ranexp(0); time1=time; status=0; if time