Hi,
I have sas data file with more than 5 decimal points. I want to remove decimal with rounding off the last digit. How can I do?
Thanks
rounded = round(unrounded, 1); * Rounds to nearest whole number;
rounded4 = round(unrounded, 0.0001); * Rounds to 4 decimal places;
Thanks SASKiwi!
my varaible to be rounded off is 'gesta_age_wks'. how should i write the code?
Best
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.