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 Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

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