<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Netezza Bulk Load and Null dates using SAS/ACCESS interface in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Netezza-Bulk-Load-and-Null-dates-using-SAS-ACCESS-interface/m-p/217633#M16369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are sure that yo are trying to fill a DATE column in Netezza?&lt;/P&gt;&lt;P&gt;What format do have on that column in SAS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jul 2015 07:15:22 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2015-07-01T07:15:22Z</dc:date>
    <item>
      <title>Netezza Bulk Load and Null dates using SAS/ACCESS interface</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Netezza-Bulk-Load-and-Null-dates-using-SAS-ACCESS-interface/m-p/217629#M16365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;We're trying to bulk load Netezza data using the SAS/ACCESS interface.&amp;nbsp; We've found one problem we can't resolve.&amp;nbsp; If the date in a data source is 12/31/9999, the value gets treated as null and loads into Netezza as a Null.&amp;nbsp; We want the actual date.&amp;nbsp; We added the BL_DATAFILE option to keep the datafile.&amp;nbsp; SAS is stripping out the date field.&amp;nbsp; Does anyone know if there is some way to get the date to pass through without getting changed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 15:43:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Netezza-Bulk-Load-and-Null-dates-using-SAS-ACCESS-interface/m-p/217629#M16365</guid>
      <dc:creator>RonTrimnell</dc:creator>
      <dc:date>2015-05-20T15:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Netezza Bulk Load and Null dates using SAS/ACCESS interface</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Netezza-Bulk-Load-and-Null-dates-using-SAS-ACCESS-interface/m-p/217630#M16366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From a quick look at Netezza doc'n, it appears that 12/31/9999 is the maximum date value allowed in Netezza.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It looks like you're trying to do something legal. If it were me, I'd try a quick test of copying a small table from SAS to Netezza with date values 12/30/9999 and 12/31/9999, not using bulk load. They should both be loaded successfully. If they aren't, open a case with Tech Support.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If they both load successfully, maybe try loading the same small table, using bulk load?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;These inter-product transfers can be tricky, but once they're resolved they usually work well.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 17:50:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Netezza-Bulk-Load-and-Null-dates-using-SAS-ACCESS-interface/m-p/217630#M16366</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2015-05-20T17:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Netezza Bulk Load and Null dates using SAS/ACCESS interface</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Netezza-Bulk-Load-and-Null-dates-using-SAS-ACCESS-interface/m-p/217631#M16367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the data source and what is the column type of the date in the source?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds like a data translation problem as SAS can store 31 Dec 9999 OK:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 9pt; background: white; font-family: Consolas;"&gt;data&lt;/STRONG&gt; &lt;SPAN style="background: white; color: blue; font-family: Consolas; font-size: 9pt;"&gt;_null_&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt; date = &lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 9pt; background: white; font-family: Consolas;"&gt;'31dec9999'd&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: Consolas; font-size: 9pt;"&gt;format&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt; date &lt;SPAN style="background: white; color: teal; font-family: Consolas; font-size: 9pt;"&gt;date9.&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="background: white; color: blue; font-family: Consolas; font-size: 9pt;"&gt;put&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt; date = ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 9pt; background: white; font-family: Consolas;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 20:00:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Netezza-Bulk-Load-and-Null-dates-using-SAS-ACCESS-interface/m-p/217631#M16367</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-05-20T20:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Netezza Bulk Load and Null dates using SAS/ACCESS interface</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Netezza-Bulk-Load-and-Null-dates-using-SAS-ACCESS-interface/m-p/217632#M16368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try formatting the date to be datetime25.6 (from memory).&amp;nbsp; I have tried in the past creating tables in Netezza using SAS kept getting the same sort of issues. When I used the datetime format it resolved. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 01:30:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Netezza-Bulk-Load-and-Null-dates-using-SAS-ACCESS-interface/m-p/217632#M16368</guid>
      <dc:creator>gra_in_aus</dc:creator>
      <dc:date>2015-07-01T01:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Netezza Bulk Load and Null dates using SAS/ACCESS interface</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Netezza-Bulk-Load-and-Null-dates-using-SAS-ACCESS-interface/m-p/217633#M16369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are sure that yo are trying to fill a DATE column in Netezza?&lt;/P&gt;&lt;P&gt;What format do have on that column in SAS?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 07:15:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Netezza-Bulk-Load-and-Null-dates-using-SAS-ACCESS-interface/m-p/217633#M16369</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-07-01T07:15:22Z</dc:date>
    </item>
  </channel>
</rss>

