I don't use proc report, but with proc tabulate, I use the following formats. picture pctfmt(round) low-high= "009.9%"; picture multi(round) low-high= "009.9%" (multiplier=1000) ; I then apply them to the variable when output via tabulate. Don't know if this will help you with proc excel.
... View more