BookmarkSubscribeRSS Feed
sdixit
Obsidian | Level 7

I am connecting to Netezza. 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 are the ways to pull date fields correctly which are out of range in SAS.

 

Thank you

1 REPLY 1
SASKiwi
PROC Star

The only option would be to read these dates in as a character column rather than a date column. You get this message as the Netezza dates fall outside of the range of the years 1582 to 20,000 AD that SAS supports:

 

http://support.sas.com/techsup/notes/v8/2/429.html

 

You should check what the date is in Netezza itself and then decide what to do with them. For example if they are dates of birth then they are obviously wrong and should be corrected.   

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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