<?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: SAS Access to Snowflake in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Access-to-Snowflake/m-p/750334#M80708</link>
    <description>&lt;P&gt;Just to clarify, are you just appending rows here? If so I suggest you try PROC DATASETS with the APPEND statement where the BASE table is pre-defined table and the APPEND table is your SAS table.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jun 2021 21:10:20 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2021-06-24T21:10:20Z</dc:date>
    <item>
      <title>SAS Access to Snowflake</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Access-to-Snowflake/m-p/749750#M80705</link>
      <description>&lt;P&gt;Want to use Bulkload to an existing Snowflake table that has been created using a Create table statement.&amp;nbsp; But libname bulk load complains that table already exists.&amp;nbsp; Is there a way to use bulkload using a connect statement with execute commands?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 22:58:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-Access-to-Snowflake/m-p/749750#M80705</guid>
      <dc:creator>garyhaas</dc:creator>
      <dc:date>2021-06-22T22:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Snowflake</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Access-to-Snowflake/m-p/749755#M80706</link>
      <description>&lt;P&gt;Can you please post the SAS log including code and notes?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 23:39:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-Access-to-Snowflake/m-p/749755#M80706</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-06-22T23:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Snowflake</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Access-to-Snowflake/m-p/750247#M80707</link>
      <description>&lt;P&gt;Need to pre-define table with Create table statement, not delete it before load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;219 data mydblib.zipterr_rbu_&amp;amp;qtr&lt;BR /&gt;220 (bulkload=yes&lt;BR /&gt;221 bl_internal_stage="user/someuser"&lt;BR /&gt;222 BL_COMPRESS=yes);&lt;BR /&gt;223 set idata.rbu_&amp;amp;terr._zip&lt;BR /&gt;224 ;&lt;/P&gt;&lt;P&gt;SNOWFLAKE: AUTOCOMMIT turned ON for connection id 1&lt;BR /&gt;&lt;BR /&gt;SNOWFLAKE_1: Prepared: on connection 1&lt;BR /&gt;SELECT * FROM "CDW_US_ASB_GBA_DB"."zipterr_rbu_Q221b" WHERE 0=1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DBMS_TIMER: summary statistics&lt;BR /&gt;DBMS_TIMER: total SQL prepare seconds were: 0&lt;BR /&gt;DBMS_TIMER: dbiopen/dbiclose timespan was 0.&lt;BR /&gt;ERROR: The SNOWFLAKE table zipterr_rbu_Q221b has been opened for OUTPUT. This table already exists, or there is a name&lt;BR /&gt;conflict with an existing object. This table will not be replaced. This engine does not support the REPLACE&lt;BR /&gt;option.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: Due to ERROR(s) above, SAS set option OBS=0, enabling syntax check mode.&lt;BR /&gt;This prevents execution of subsequent data modification statements.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 2.62 seconds&lt;BR /&gt;cpu time 0.75 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 16:05:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-Access-to-Snowflake/m-p/750247#M80707</guid>
      <dc:creator>garyhaas</dc:creator>
      <dc:date>2021-06-24T16:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Snowflake</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Access-to-Snowflake/m-p/750334#M80708</link>
      <description>&lt;P&gt;Just to clarify, are you just appending rows here? If so I suggest you try PROC DATASETS with the APPEND statement where the BASE table is pre-defined table and the APPEND table is your SAS table.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 21:10:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-Access-to-Snowflake/m-p/750334#M80708</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-06-24T21:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Snowflake</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Access-to-Snowflake/m-p/750338#M80709</link>
      <description>&lt;P&gt;Yes, that was the advice of Tech support and it works.&amp;nbsp; I used PROC APPEND rather than PROC DATASETS but that shouldn't matter.&lt;/P&gt;&lt;P&gt;Thank you for the advice!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 21:19:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-Access-to-Snowflake/m-p/750338#M80709</guid>
      <dc:creator>garyhaas</dc:creator>
      <dc:date>2021-06-24T21:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Access to Snowflake</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-Access-to-Snowflake/m-p/750341#M80710</link>
      <description>&lt;P&gt;Great, its the same thing. Please mark your post as answered then.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jun 2021 21:28:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-Access-to-Snowflake/m-p/750341#M80710</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-06-24T21:28:28Z</dc:date>
    </item>
  </channel>
</rss>

