<?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: Unable to Transfer Large SAS Dataset to Teradata Using ODBC in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-Transfer-Large-SAS-Dataset-to-Teradata-Using-ODBC/m-p/818279#M322997</link>
    <description>You could check option of libname like : &lt;BR /&gt;readbuff=10000&lt;BR /&gt;insertbuff=10000&lt;BR /&gt;connection=unique&lt;BR /&gt;dbcommit=yes&lt;BR /&gt;...........&lt;BR /&gt;&lt;BR /&gt;Also calling expert about this topic :  &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH&lt;/a&gt; &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;</description>
    <pubDate>Wed, 15 Jun 2022 12:02:51 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2022-06-15T12:02:51Z</dc:date>
    <item>
      <title>Unable to Transfer Large SAS Dataset to Teradata Using ODBC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-Transfer-Large-SAS-Dataset-to-Teradata-Using-ODBC/m-p/818263#M322988</link>
      <description>&lt;P&gt;I have an extremely large SAS dataset (15mn rows) that I want to create as a table in Teradata. I do not have &lt;EM&gt;SAS/ACCESS Interface to Teradata&lt;/EM&gt;, hence trying to use the&amp;nbsp;&lt;EM&gt;SAS/ACCESS Interface to ODBC&lt;/EM&gt;. The problem is it takes an extremely long time to create table in Teradata using the ODBC approach.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the workaround?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 09:28:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-Transfer-Large-SAS-Dataset-to-Teradata-Using-ODBC/m-p/818263#M322988</guid>
      <dc:creator>sasmaverick</dc:creator>
      <dc:date>2022-06-15T09:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Transfer Large SAS Dataset to Teradata Using ODBC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-Transfer-Large-SAS-Dataset-to-Teradata-Using-ODBC/m-p/818279#M322997</link>
      <description>You could check option of libname like : &lt;BR /&gt;readbuff=10000&lt;BR /&gt;insertbuff=10000&lt;BR /&gt;connection=unique&lt;BR /&gt;dbcommit=yes&lt;BR /&gt;...........&lt;BR /&gt;&lt;BR /&gt;Also calling expert about this topic :  &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH&lt;/a&gt; &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;</description>
      <pubDate>Wed, 15 Jun 2022 12:02:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-Transfer-Large-SAS-Dataset-to-Teradata-Using-ODBC/m-p/818279#M322997</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-06-15T12:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Transfer Large SAS Dataset to Teradata Using ODBC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-Transfer-Large-SAS-Dataset-to-Teradata-Using-ODBC/m-p/818295#M323003</link>
      <description>&lt;P&gt;Unfortenately, bulk load (or the different Teradata counterparts) is only available when you have the native SAS/ACCESS to Teradata product.&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt;&amp;nbsp;already pointed out, INSERTBUFF= is the option you can tweak.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 13:00:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-Transfer-Large-SAS-Dataset-to-Teradata-Using-ODBC/m-p/818295#M323003</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2022-06-15T13:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Transfer Large SAS Dataset to Teradata Using ODBC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-Transfer-Large-SAS-Dataset-to-Teradata-Using-ODBC/m-p/818345#M323021</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/27005"&gt;@sasmaverick&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have an extremely large SAS dataset (15mn rows) that I want to create as a table in Teradata. I do not have &lt;EM&gt;SAS/ACCESS Interface to Teradata&lt;/EM&gt;, hence trying to use the&amp;nbsp;&lt;EM&gt;SAS/ACCESS Interface to ODBC&lt;/EM&gt;. The problem is it takes an extremely long time to create table in Teradata using the ODBC approach.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the workaround?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you don't have SAS/Access to Teradata then work with your Teradata database team to show you how to use the Teradata tools for bulk loading data.&amp;nbsp; Dump the SAS dataset to a text file and load that into Teradata using the tools from Teradata.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 15:24:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-Transfer-Large-SAS-Dataset-to-Teradata-Using-ODBC/m-p/818345#M323021</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-06-15T15:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Transfer Large SAS Dataset to Teradata Using ODBC</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Unable-to-Transfer-Large-SAS-Dataset-to-Teradata-Using-ODBC/m-p/818479#M323067</link>
      <description>&lt;P&gt;How long is extremely long? In my experience SAS's default database table loading settings such as DBCOMMIT and INSERTBUFF are not optimal. You should experiment with load times using a much smaller sample of rows, say 100,000. Set DBCOMMIT / INSERTBUFF to say 5,000 (default is 1,000) to start with then try increasing it. What SAS code are you using to load the data?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2022 20:39:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Unable-to-Transfer-Large-SAS-Dataset-to-Teradata-Using-ODBC/m-p/818479#M323067</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-06-15T20:39:53Z</dc:date>
    </item>
  </channel>
</rss>

