Hi, I would like to get two decimal places in my output (default is three), but I can't seem to make it work. I tried both ods output and format w.d 8.2 without any success, but maybe I didn't do it properly? This is the the SAS code that I'm using: proc phreg data=have nosummary; model (entry,exit)*failure(0)=exposure / risklimits; run; I'm fairly new to SAS so I apologise in advance if I'm not using the correct terminology when posting this.
... View more