filename grafout 'l13.ps'; goptions device=pslmono gsfname=grafout gsfmode=append; /* Example of competing risks */ data bmt; infile 'bmt.dat'; input g t1 t2 status relapse nodx tagvh agvhs tcgvh cgvhs tplat platstat patage donage patsex donsex patcmv doncmv transwt fab hosp mtx; run; data bmt; set bmt; keep time which; which=0; if agvhs=1 or cgvhs=1 then do; if tagvh