BookmarkSubscribeRSS Feed
Jacko
Calcite | Level 5

I am importing a text file into a SAS dataset which will then be loaded into a Teradata table. The issue I am having is with one of the fields in the text file. Below is a sample of the data from that field. My question is what would be the best format for reading in this data? I tried best32. but that didn't work.

field3

3185367700.7657785

4.3712247081415856E-2

-4.449917808054182E-3

Thanks in advance for your help!

2 REPLIES 2
Tom
Super User Tom
Super User

read it as character?

You can only store about 16 digits using the IEEE format for 8 byte floating point numbers that SAS uses for numbers.

PGStats
Opal | Level 21

I don't know about Teradata, but don't use SAS if you need more than IEEE floating point precision (about 15 digits). Then why would you need that much precision?

PG

PG

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
  • 2 replies
  • 1231 views
  • 0 likes
  • 3 in conversation