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.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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