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
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.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.
Ready to level-up your skills? Choose your own adventure.