<?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 Help with accessing a snowflake table in SAS - Using proc SQL in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Help-with-accessing-a-snowflake-table-in-SAS-Using-proc-SQL/m-p/903236#M356920</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was successful in creating the libname statement to connect to Snowflake but whenever I try to access a table it is giving an error saying ' &lt;SPAN&gt;&lt;SPAN class=""&gt;ERROR: File MYDBLIB.cars.DATA does not exist.&lt;/SPAN&gt;&lt;/SPAN&gt;'. Below is the code which I used&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LIBNAME mydblib snow server="snowflakecomputing.com" warehouse=WH_ALL_L&lt;BR /&gt;database=DB_Name schema=SCH_Name user="XXXX" password="XXXX";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql outobs=50000;&lt;BR /&gt;create table work.test1 as&lt;BR /&gt;select * from mydblib.cars;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;' &lt;SPAN&gt;&lt;SPAN class=""&gt;ERROR: File MYDBLIB.cars.DATA does not exist.&lt;/SPAN&gt;&lt;/SPAN&gt;'.&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 Nov 2023 15:48:35 GMT</pubDate>
    <dc:creator>RA_SAS</dc:creator>
    <dc:date>2023-11-15T15:48:35Z</dc:date>
    <item>
      <title>Help with accessing a snowflake table in SAS - Using proc SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-with-accessing-a-snowflake-table-in-SAS-Using-proc-SQL/m-p/903236#M356920</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was successful in creating the libname statement to connect to Snowflake but whenever I try to access a table it is giving an error saying ' &lt;SPAN&gt;&lt;SPAN class=""&gt;ERROR: File MYDBLIB.cars.DATA does not exist.&lt;/SPAN&gt;&lt;/SPAN&gt;'. Below is the code which I used&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;LIBNAME mydblib snow server="snowflakecomputing.com" warehouse=WH_ALL_L&lt;BR /&gt;database=DB_Name schema=SCH_Name user="XXXX" password="XXXX";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql outobs=50000;&lt;BR /&gt;create table work.test1 as&lt;BR /&gt;select * from mydblib.cars;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;' &lt;SPAN&gt;&lt;SPAN class=""&gt;ERROR: File MYDBLIB.cars.DATA does not exist.&lt;/SPAN&gt;&lt;/SPAN&gt;'.&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 Nov 2023 15:48:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-with-accessing-a-snowflake-table-in-SAS-Using-proc-SQL/m-p/903236#M356920</guid>
      <dc:creator>RA_SAS</dc:creator>
      <dc:date>2023-11-15T15:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help with accessing a snowflake table in SAS - Using proc SQL</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Help-with-accessing-a-snowflake-table-in-SAS-Using-proc-SQL/m-p/903298#M356943</link>
      <description>&lt;P&gt;Are you sure there is a table called cars in Snowflake? You can run this to check table names:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc datasets library = mydblib nolist;
contents data = _all_ nods ;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 15 Nov 2023 19:41:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Help-with-accessing-a-snowflake-table-in-SAS-Using-proc-SQL/m-p/903298#M356943</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-11-15T19:41:54Z</dc:date>
    </item>
  </channel>
</rss>

