Good day
I need to round off numbers to the Next 100.
The data is as follows:
data Enumerate;
input Resources;
datalines;
925
147
;
I need the number 925 to be 1000;
I need the 147 to be 200
I know that with the round statement, the two numbers will be 900 and 100 respectively
Please assist
Use the round function with 2nd argument equal to 100 (which gives you answers 900 and 100) and then add 100.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.