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...
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.
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.