<?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: Selected Library is Invalid in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Selected-Library-is-Invalid/m-p/427118#M105307</link>
    <description>&lt;P&gt;Most probably you somehow managed to remove the directory learn from your shared folder.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jan 2018 08:02:40 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2018-01-12T08:02:40Z</dc:date>
    <item>
      <title>Selected Library is Invalid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Selected-Library-is-Invalid/m-p/427085#M105291</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't been working on SAS for a while. I got back from break and suddenly I can no longer refer to the library that I have been using for months. The library name is LEARN and it I am using SAS University edition with VirtualBox.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I click on the library properties for LEARN I get the message that the library is invalid. When I try to reference the library in the SAS programs, I get the Error message that the library Learn does not exist. Help!&amp;nbsp; I have tried to delete and recreate the library, and it works for a minute or so (whereby the SAS program recognizes the library), and then I get the same problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the log form one of the programs. Thanks for your help...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-----------------------------------&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;61&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;62&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;63 data learn.blood;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;64 length Gender $ 6 BloodType $ 2 AgeGroup $ 5;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;65 input Subject&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;66 Gender&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;67 BloodType&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;68 AgeGroup&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;69 WBC&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;70 RBC&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;71 Chol;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72 label Gender = "Gender"&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 BloodType = "Blood Type"&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 AgeGroup = "Age Group"&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75 Chol = "Cholesterol";&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 Datalines ;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;STRONG&gt;ERROR: Library LEARN does not exist.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: DATA statement used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.01 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;1077 ;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;1078&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;1079 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE class="sasLog"&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 01:54:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Selected-Library-is-Invalid/m-p/427085#M105291</guid>
      <dc:creator>ManitobaMoose</dc:creator>
      <dc:date>2018-01-12T01:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Selected Library is Invalid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Selected-Library-is-Invalid/m-p/427087#M105293</link>
      <description>&lt;P&gt;Here is another log showing the same thing:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;61&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;62 /* Chapter 15&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;63 Problem 15.2*/&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;64&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;65 Libname Learn '/folders/myfolders/learn' ;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Libref LEARN refers to the same physical library as SASDATA.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;&lt;STRONG&gt;WARNING: Library LEARN does not exist.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Libref LEARN was successfully assigned as follows:&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Engine: V9&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Physical Name: /folders/myfolders/learn&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;66&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;67 title "Statistics from BLOOD by gender" ;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;68 proc report data=learn.blood ;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;STRONG&gt;ERROR: File LEARN.BLOOD.DATA does not exist.&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;69 column gender WBC RBC ;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;70 define Gender / group width=12 ;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;71 define WBC / analysis mean "Average WBC" width=5&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;72 format=comma8.2 ;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 define RBC / analysis mean "Average RBC" width=5&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74 format=comma8.2 ;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75 run ;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE REPORT used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 0.00 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;76&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;77&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;78&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;79 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;92&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE class="sasLog"&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 01:59:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Selected-Library-is-Invalid/m-p/427087#M105293</guid>
      <dc:creator>ManitobaMoose</dc:creator>
      <dc:date>2018-01-12T01:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Selected Library is Invalid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Selected-Library-is-Invalid/m-p/427088#M105294</link>
      <description>I RECOPIED AND PASTED THE LIBNAME INFORMATION AND SOMEHOW IT NOW WORKS??? AT LEAST FOR NOW. i have no idea why. Anyway, no solution needed for now. If it stops working again, I will repost. Thanks.</description>
      <pubDate>Fri, 12 Jan 2018 02:07:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Selected-Library-is-Invalid/m-p/427088#M105294</guid>
      <dc:creator>ManitobaMoose</dc:creator>
      <dc:date>2018-01-12T02:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Selected Library is Invalid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Selected-Library-is-Invalid/m-p/427118#M105307</link>
      <description>&lt;P&gt;Most probably you somehow managed to remove the directory learn from your shared folder.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 08:02:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Selected-Library-is-Invalid/m-p/427118#M105307</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-01-12T08:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: Selected Library is Invalid</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Selected-Library-is-Invalid/m-p/427121#M105308</link>
      <description>&lt;P&gt;Maybe you had a hidden character somewhere in there that wouldn't display. Such Heisenbugs are the worst of the species.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2018 08:16:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Selected-Library-is-Invalid/m-p/427121#M105308</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-01-12T08:16:53Z</dc:date>
    </item>
  </channel>
</rss>

