I have an excel dataset, when I read the data in SAS it is adding extra decimal places, the values all have two in excel, example:
21.71
24.63
...
When SAS reads the values in they have like 10 decimal places, so:
21.71342342349
etc..
Why is SAS doing this and how do I get it to stop?
Thanks for your help!
Is the data in Excel formatted and the actual value is 21.71342342349 in Excel as well? Try and use another format with more decimals for this Excel cell and see what you get.
I tried that and it doesn't work, it is really weird. I've tried a few things and nothing seems to work...
So you say when you click into the cell in Excel you see the number in the formula bar also with 2 decimals only?
Can you attach your Excel (or better a copy of it with only one sheet and a few lines of data having this issue)?
you can control the decimal place with the help of formats, please try
format var_name 8.2;
this will control the decimal places
Thanks,
jagadish
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.