BookmarkSubscribeRSS Feed
R_Win
Calcite | Level 5
Hi I am having a numeric variable(accno) having 20 digits but when i am importing it in to sas it was showing exponentials how can i Resolve this.
I have converted the variables in to Charrater by adding a character variable .But the (account no) is not getting correctly

Ex: 19867839765432678098 out:1.90E98

Pl let me know
1 REPLY 1
Patrick
Opal | Level 21
Import the account number with informat $20.

Never store an account number in a numeric variable.

You can't store 20 digits in a numeric SAS variable with full precision - and you sure don't want to change account numbers when rounding happens 😉

HTH
Patrick

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 981 views
  • 0 likes
  • 2 in conversation