BookmarkSubscribeRSS Feed
deleted_user
Not applicable
hi

I have data field like this

item_id
1.0070311E30

how to i convert this Scientic value to normal value

i.e. 1007031060700020030001703070251


i.e this(1007031060700020030001703070251) is the actual value of the above(1.0070311E30) value
i import the data from text file to SAS .
but i want actual value
how to i convert to normal value...

thnx.
cnu..
3 REPLIES 3
deleted_user
Not applicable
import the value of item_ID as text not number.
SAS number values have only 16-18 digits precision.

PeterC
advoss
Quartz | Level 8
From SAS online documentation Informats
Ew.d Informat reads numeric values that are stored in scientific notation and double-precision scientific notation

However, if your source data is displaying only 1.70123E30, you cannot get the remaining digits of precision because they do not exist in your source data.
deleted_user
Not applicable
Thanks.,

I Done succesessfully

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

How to Concatenate Values

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 3 replies
  • 1438 views
  • 0 likes
  • 2 in conversation