BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
nbonda
Obsidian | Level 7

Hi,

 

I am connecting to Teradata. I am getting a NOTE in log for few datetime columns.


            NOTE: The data value for column DATE_W (DATE_W) was truncated or was out of range 390 times when retrieving
                  that data from the DBMS.

 

what is the NOTE saying?...I am trying to understand what causing truncation.

 

Thank you

1 ACCEPTED SOLUTION

Accepted Solutions
ballardw
Super User

Know your data. Is it possible that there are "dummy" values that would correspond to something like year 9999? Or possibly years before 1581? If so the conversion routine might be having issues. The note says : truncated or was out of range 390 times. I would tend to suspect range issues not truncation at first glance.

 

If the data were out of range the result in your SAS data would be a missing value. See if you have any. If so find identifying information and look up those records in the Teradata source and examine the datetime field there.

View solution in original post

1 REPLY 1
ballardw
Super User

Know your data. Is it possible that there are "dummy" values that would correspond to something like year 9999? Or possibly years before 1581? If so the conversion routine might be having issues. The note says : truncated or was out of range 390 times. I would tend to suspect range issues not truncation at first glance.

 

If the data were out of range the result in your SAS data would be a missing value. See if you have any. If so find identifying information and look up those records in the Teradata source and examine the datetime field there.

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
  • 1 reply
  • 2858 views
  • 0 likes
  • 2 in conversation