LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (September 2011, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 27 Sep 2011 11:21:15 -0500
Reply-To:     Morley.Herbert@HCAHEALTHCARE.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Morley Herbert <Morley.Herbert@HCAHEALTHCARE.COM>
Subject:      Eliminate censor symbol in ODS
Content-Type: text/plain; charset="us-ascii"

I am trying to create Kaplan-Meier survival curves. When I do it the 'old w= ay' ie: no ODS the cs=3Dnone code works fine. I can have/eliminate/change t= he censored symbol. However when I try to do it with the ODS graphics on, I= always get a vertical slash.

What am I doing wrong?

ods graphics on / reset = all scale width=3D5 in imagef=mt=3D jpg antialias border=3Don ; options nobyline ; ods listing image_dpi = 300 gpath =3D "H: \ "; ods graphics / imagename = "Survival"; proc lifetest data = surv2 plots = (s (atrisk)) cs= none ; time fup * rcens(1); label fup ="Months" ; run;

Thanks Morley


Back to: Top of message | Previous page | Main SAS-L page