<?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 Please help me figure out error after %INCLUDE statement. ERROR: Library LIBRARY does not exist. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Please-help-me-figure-out-error-after-INCLUDE-statement-ERROR/m-p/731987#M228080</link>
    <description>&lt;P&gt;Hi SAS Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am submitting the following %INCLUDE statement, and getting an error. I cannot figure out why.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to use VMware to remotely connect to my desktop.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The statement is below, and the error I get follows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%include 'X:\LS\LSDatabase\SASView\LSDBformats.sas';&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NOTE: Library LIBRARY does not exist.&lt;BR /&gt;ERROR: Library LIBRARY does not exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please help me figure this out?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Aaron&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, 07 Apr 2021 16:58:37 GMT</pubDate>
    <dc:creator>Rover17</dc:creator>
    <dc:date>2021-04-07T16:58:37Z</dc:date>
    <item>
      <title>Please help me figure out error after %INCLUDE statement. ERROR: Library LIBRARY does not exist.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-help-me-figure-out-error-after-INCLUDE-statement-ERROR/m-p/731987#M228080</link>
      <description>&lt;P&gt;Hi SAS Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am submitting the following %INCLUDE statement, and getting an error. I cannot figure out why.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to use VMware to remotely connect to my desktop.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The statement is below, and the error I get follows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%include 'X:\LS\LSDatabase\SASView\LSDBformats.sas';&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;NOTE: Library LIBRARY does not exist.&lt;BR /&gt;ERROR: Library LIBRARY does not exist.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please help me figure this out?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Aaron&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, 07 Apr 2021 16:58:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-help-me-figure-out-error-after-INCLUDE-statement-ERROR/m-p/731987#M228080</guid>
      <dc:creator>Rover17</dc:creator>
      <dc:date>2021-04-07T16:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me figure out error after %INCLUDE statement. ERROR: Library LIBRARY does not exist.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-help-me-figure-out-error-after-INCLUDE-statement-ERROR/m-p/731993#M228084</link>
      <description>&lt;P&gt;What is the actual code in the %include file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It appears to be attempting to use a Library named "LIbrary". Do you currently have such a library active? If not then that is the issue.&lt;/P&gt;
&lt;P&gt;If the code is supposed to create the library then there is likely more to the log about a failure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 17:39:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-help-me-figure-out-error-after-INCLUDE-statement-ERROR/m-p/731993#M228084</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-04-07T17:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me figure out error after %INCLUDE statement. ERROR: Library LIBRARY does not exist.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-help-me-figure-out-error-after-INCLUDE-statement-ERROR/m-p/732030#M228098</link>
      <description>Add the source option and then paste the full log from running that code. You may also want to add the LRECL option if you're using an older version of SAS. It used to be default of 256 which could cause issues. The SOURCE2 option will put the code from the %INCLUDE in the log to help you find the actual source of the error.&lt;BR /&gt;&lt;BR /&gt;%include 'X:\LS\LSDatabase\SASView\LSDBformats.sas' / source2 ;</description>
      <pubDate>Wed, 07 Apr 2021 19:17:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-help-me-figure-out-error-after-INCLUDE-statement-ERROR/m-p/732030#M228098</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-04-07T19:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me figure out error after %INCLUDE statement. ERROR: Library LIBRARY does not exist.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-help-me-figure-out-error-after-INCLUDE-statement-ERROR/m-p/732089#M228106</link>
      <description>&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The libname of Library was being specified in the external file, using the wrong directory among my set of shared drives.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I opened the external file, and fixed it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 20:49:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-help-me-figure-out-error-after-INCLUDE-statement-ERROR/m-p/732089#M228106</guid>
      <dc:creator>Rover17</dc:creator>
      <dc:date>2021-04-07T20:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Please help me figure out error after %INCLUDE statement. ERROR: Library LIBRARY does not exist.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Please-help-me-figure-out-error-after-INCLUDE-statement-ERROR/m-p/732090#M228107</link>
      <description>Thanks. This probably would come in handy. I'll refer to it in the future.</description>
      <pubDate>Wed, 07 Apr 2021 20:50:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Please-help-me-figure-out-error-after-INCLUDE-statement-ERROR/m-p/732090#M228107</guid>
      <dc:creator>Rover17</dc:creator>
      <dc:date>2021-04-07T20:50:14Z</dc:date>
    </item>
  </channel>
</rss>

