luluxiaoai 发表于 2014-9-17 14:08 
你好,看到你发的一些帖子感觉你是SAS高手,所以想问你一个小问题,用SAS做生存曲线,我想要去掉censor的那 ...
yeah, you are right. You may not be able to do too much modification for ods graphics directly. there are 3 ways to work around your requirement:
(1) output a survival dataset from the procedure and then use sgplot to make km yourself;
(2) source the ods template code and make some modfication related to censor marker
(3) using some macors online to do the change.
JingJu