<?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: File xyz.data does not exist in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/File-xyz-data-does-not-exist/m-p/501390#M503</link>
    <description>&lt;P&gt;You tried to use a dataset xyz.file, but no table named "file" is present in your odbc database.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Oct 2018 08:47:41 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2018-10-04T08:47:41Z</dc:date>
    <item>
      <title>File xyz.data does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/File-xyz-data-does-not-exist/m-p/501387#M500</link>
      <description>&lt;P&gt;Hi community,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope you can help this, as I am a bit of a newbie. I have the following statement that was working, and now it doesn't.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname xyz odbc dsn=abc_prod user=**** password=****&amp;nbsp; schema=*** preserve_tab_names=yes;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;which correctly from the LOG assign the library&lt;/P&gt;
&lt;P&gt;Libref xyz&amp;nbsp;was successfully assigned as follows:&lt;BR /&gt;Engine: ODBC&lt;BR /&gt;Physical Name: abc_prod&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem is that afterwards it try a&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ERROR: File XYZ.FILE.DATA does not exist.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you know what reason may have occured to stop working? i can see from other db tools that the data are there and table names are spell correctly.&lt;/P&gt;
&lt;P&gt;Many thanks in advance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Luca&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 08:46:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/File-xyz-data-does-not-exist/m-p/501387#M500</guid>
      <dc:creator>lucazanotti</dc:creator>
      <dc:date>2018-10-04T08:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: File xyz.data does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/File-xyz-data-does-not-exist/m-p/501389#M502</link>
      <description>&lt;P&gt;Whats the name of the dataset on the database?&amp;nbsp; What does the log say, exactly not just part of it.&amp;nbsp; Does the SAS system have access to the database?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 08:47:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/File-xyz-data-does-not-exist/m-p/501389#M502</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-10-04T08:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: File xyz.data does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/File-xyz-data-does-not-exist/m-p/501390#M503</link>
      <description>&lt;P&gt;You tried to use a dataset xyz.file, but no table named "file" is present in your odbc database.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 08:47:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/File-xyz-data-does-not-exist/m-p/501390#M503</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-10-04T08:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: File xyz.data does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/File-xyz-data-does-not-exist/m-p/501393#M505</link>
      <description>&lt;P&gt;Hi Kurt,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;apologies, i just mock the names for security reasons: indeed is&amp;nbsp;&lt;/P&gt;&lt;P&gt;xyz.table_1.data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the related proc sql reference the &amp;nbsp;table into:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;xyz.table_1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Checked also the spelling and there are not mistakes in this sense.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Luca&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 08:53:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/File-xyz-data-does-not-exist/m-p/501393#M505</guid>
      <dc:creator>lucazanotti</dc:creator>
      <dc:date>2018-10-04T08:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: File xyz.data does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/File-xyz-data-does-not-exist/m-p/501395#M506</link>
      <description>&lt;P&gt;If you did something like&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;set xyz.table_1;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;in SAS, and received the not found ERROR, you may have a permission problem via ODBC. If the ODBC connection actually points to the correct database schema in the RDBMS.&lt;/P&gt;
&lt;P&gt;Run a proc datasets on library xyz to see which tables are there.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 08:57:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/File-xyz-data-does-not-exist/m-p/501395#M506</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-10-04T08:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: File xyz.data does not exist</title>
      <link>https://communities.sas.com/t5/New-SAS-User/File-xyz-data-does-not-exist/m-p/501429#M513</link>
      <description>&lt;P&gt;Yes that indeed was the problem: our DB Admin check the ODBC SAS server and the dsn was the wrong one.&lt;/P&gt;&lt;P&gt;now is sorted. Thanks a lot to point in the right direction&lt;/P&gt;&lt;P&gt;Much appreciated&lt;/P&gt;&lt;P&gt;Luca&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 11:20:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/File-xyz-data-does-not-exist/m-p/501429#M513</guid>
      <dc:creator>lucazanotti</dc:creator>
      <dc:date>2018-10-04T11:20:08Z</dc:date>
    </item>
  </channel>
</rss>

