I am using the ROUND() function. Is there a way to get SAS to display the trailing zeros to the specified number of decimals? For example, if I were to use ROUND(var,.01) and the value of var is 10.999, then I would hope to see 11.00 rather than just 11.
Associate a format such a f12.2 with the variable.
Associate a format such a f12.2 with the variable.
Thank you so much! I was trying to use the zw.d format with no luck. I was not aware of the fw.d format. Thank you for introducing me to it.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.