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-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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
  • 13957 views
  • 4 likes
  • 2 in conversation