I'm trying to format these values with 3 decimal places but I keep getting the leading zeroes in front of the decimal place
I'm using the following code
format AVG 9.3; format SLG 6.3; format OBP 9.2; format ISO 6.3;
format AVG 9.3; format SLG 6.3; format OBP 9.3; format ISO 6.3;
format AVG 9.3; format SLG 6.3;
format AVG 9.3; format SLG 6.3;
format AVG 9.3; format SLG 6.3;
format OBP 9.2
I have attached the Excel output from SAS, please take a look at the AVG, SLG, OBP and ISO columns O, P,Q and R on the attached spreadsheet and advise
... View more