BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
djbateman
Lapis Lazuli | Level 10

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.

1 ACCEPTED SOLUTION

Accepted Solutions
ballardw
Super User

Associate a format such a f12.2 with the variable.

View solution in original post

2 REPLIES 2
ballardw
Super User

Associate a format such a f12.2 with the variable.

djbateman
Lapis Lazuli | Level 10

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.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 15197 views
  • 4 likes
  • 2 in conversation