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