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

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 1082 views
  • 0 likes
  • 2 in conversation