<?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: SASHELP.VTABLE Error: Libname doesn´t exist in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/260631#M50612</link>
    <description>&lt;P&gt;thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I´m using SAS 9.3 and EG 4.3. The Libname is located on a local Disk (I:\...) and the engine says "V9".&lt;/P&gt;&lt;P&gt;In that Libname Folder are SAS Table and Index Files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to exclude the Libname from the query with &amp;gt; WHERE libname NE 'ABC' &amp;gt; but that doesn´t work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, I find a solution&amp;nbsp;that works but it doesn´t make sense in my opinion. The SAS Code works when&amp;nbsp;I exclude alle entries where memtype NE 'VIEW' like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
  create table test as
    select * from sashelp.vtable where memtype NE 'VIEW';
quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The strange this is that in that libname are&amp;nbsp;only memtypes with the type "DATA", no views or something else. I don´t understand it ...&lt;/P&gt;</description>
    <pubDate>Fri, 01 Apr 2016 08:03:31 GMT</pubDate>
    <dc:creator>FloHau</dc:creator>
    <dc:date>2016-04-01T08:03:31Z</dc:date>
    <item>
      <title>SASHELP.VTABLE Error: Libname doesn´t exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/260620#M50608</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I´m trying to execute the following code:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC SQL; 
	CREATE TABLE WORK.TEST AS SELECT * FROM SASHELP.VTABLE;
QUIT;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The following errors occur:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ERROR: Library ABC doesn´t exist.
ERROR: Library&amp;nbsp;ABC&amp;nbsp;doesn´t exist.
ERROR: Library&amp;nbsp;ABC doesn´t exist.
ERROR: Library&amp;nbsp;ABC doesn´t exist.
ERROR: Library&amp;nbsp;ABC doesn´t exist.
ERROR: Library&amp;nbsp;ABC&amp;nbsp;doesn´t exist.
ERROR: Library&amp;nbsp;ABC doesn´t exist.
...&lt;/PRE&gt;&lt;P&gt;But the library ABC is&amp;nbsp;defined correctly. It´s shown in the library list and I can query the tables in it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have an idea how I can skip or solve this errors?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 06:51:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/260620#M50608</guid>
      <dc:creator>FloHau</dc:creator>
      <dc:date>2016-04-01T06:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: SASHELP.VTABLE Error: Libname doesn´t exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/260621#M50609</link>
      <description>&lt;P&gt;What is the result of a PROC DATSETS?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 06:58:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/260621#M50609</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-04-01T06:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: SASHELP.VTABLE Error: Libname doesn´t exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/260623#M50610</link>
      <description>&lt;P&gt;Thank you for ur answer!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC DATASETS works fine. I execute the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC DATASETS lib=ABC;
RUN;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The report shows all tables, names and paths correctly.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 07:06:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/260623#M50610</guid>
      <dc:creator>FloHau</dc:creator>
      <dc:date>2016-04-01T07:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: SASHELP.VTABLE Error: Libname doesn´t exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/260628#M50611</link>
      <description>&lt;P&gt;obviously,&amp;nbsp;there's something that is not working.&lt;/P&gt;
&lt;P&gt;Please describe&amp;nbsp;more about your library (engine, storage, authorization) ) and your environment (PC SAS, EG - metadata sever etc).&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 07:44:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/260628#M50611</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-04-01T07:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: SASHELP.VTABLE Error: Libname doesn´t exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/260631#M50612</link>
      <description>&lt;P&gt;thanks for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I´m using SAS 9.3 and EG 4.3. The Libname is located on a local Disk (I:\...) and the engine says "V9".&lt;/P&gt;&lt;P&gt;In that Libname Folder are SAS Table and Index Files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to exclude the Libname from the query with &amp;gt; WHERE libname NE 'ABC' &amp;gt; but that doesn´t work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, I find a solution&amp;nbsp;that works but it doesn´t make sense in my opinion. The SAS Code works when&amp;nbsp;I exclude alle entries where memtype NE 'VIEW' like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
  create table test as
    select * from sashelp.vtable where memtype NE 'VIEW';
quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The strange this is that in that libname are&amp;nbsp;only memtypes with the type "DATA", no views or something else. I don´t understand it ...&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 08:03:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/260631#M50612</guid>
      <dc:creator>FloHau</dc:creator>
      <dc:date>2016-04-01T08:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: SASHELP.VTABLE Error: Libname doesn´t exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/260634#M50614</link>
      <description>&lt;P&gt;Does:&lt;/P&gt;
&lt;PRE&gt;proc sql;
  create table TMP as select * from DICTIONARY.TABLES;
quit;&lt;/PRE&gt;
&lt;P&gt;Work? &amp;nbsp;If not, can you export&amp;nbsp;your sashelp.vtable to csv and post it? &amp;nbsp;Never come across this problem before, could it be that the library is assigned and then the underlying folder is deleted or something like, could there betwo entries in the?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 08:19:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/260634#M50614</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-04-01T08:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: SASHELP.VTABLE Error: Libname doesn´t exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/260637#M50617</link>
      <description>&lt;P&gt;Look at views in other libraries that reference a dataset in 'ABC', and then look closely at the library name in the view (special characters or such).&lt;/P&gt;
&lt;P&gt;Just a hunch, but ...&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 08:34:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/260637#M50617</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-04-01T08:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: SASHELP.VTABLE Error: Libname doesn´t exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/260638#M50618</link>
      <description>&lt;P&gt;I tried to&amp;nbsp;query the DICTIONARY.TABLES before. It results in exactly the same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the csv (&lt;STRONG&gt;the relevant libname where the error occurs is ODS_LAG&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 08:57:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/260638#M50618</guid>
      <dc:creator>FloHau</dc:creator>
      <dc:date>2016-04-01T08:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: SASHELP.VTABLE Error: Libname doesn´t exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/260640#M50620</link>
      <description>&lt;P&gt;Look at views in ODS_LAG. Something is probably fishy there.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 08:42:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/260640#M50620</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-04-01T08:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: SASHELP.VTABLE Error: Libname doesn´t exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/260643#M50621</link>
      <description>&lt;P&gt;Yes, can't see anything there. &amp;nbsp;Do a filter on all sashelp - not just where the problem occurs - of all views. &amp;nbsp;Basically try to narrow down where the problem occurs - it maybe a special character in a file, it may be a connection to database etc. &amp;nbsp;So run a select on everything in sashelp. &amp;nbsp;Then exclude views, if that works we can look at just views, so retrestrict to that, narrow it down each run.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 08:49:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/260643#M50621</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-04-01T08:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: SASHELP.VTABLE Error: Libname doesn´t exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/260746#M50639</link>
      <description>Could it be that any of the views are corrupt, or pointing to data sets not available at the moment?</description>
      <pubDate>Fri, 01 Apr 2016 14:55:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/260746#M50639</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-04-01T14:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: SASHELP.VTABLE Error: Libname doesn´t exist</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/267459#M52868</link>
      <description>Do views have a feature that might hide them</description>
      <pubDate>Sat, 30 Apr 2016 21:35:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SASHELP-VTABLE-Error-Libname-doesn-t-exist/m-p/267459#M52868</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2016-04-30T21:35:44Z</dc:date>
    </item>
  </channel>
</rss>

