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.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 1 reply
  • 2387 views
  • 0 likes
  • 2 in conversation