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

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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