<?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: library properties indicate invalid while it was created one day ago in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/library-properties-indicate-invalid-while-it-was-created-one-day/m-p/602490#M8245</link>
    <description>&lt;P&gt;Thanks for the recommendation. I made a mistake attaching those errors as a file which do not appear in my question.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;the code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname pg1 "FILEPATH";&lt;/P&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;STRONG&gt;the log:&amp;nbsp;&lt;/STRONG&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;72&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 libname pg1 "FILEPATH";&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Library PG1 does not exist.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;STRONG&gt;The Path to replace with the FILEPATH:&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;PRE&gt;/folders/myfolders/EPG194/data";&lt;/PRE&gt;&lt;/DIV&gt;&lt;PRE class="sasLog"&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2019 17:04:56 GMT</pubDate>
    <dc:creator>Esmatullah</dc:creator>
    <dc:date>2019-11-07T17:04:56Z</dc:date>
    <item>
      <title>library properties indicate invalid while it was created one day ago</title>
      <link>https://communities.sas.com/t5/SAS-Studio/library-properties-indicate-invalid-while-it-was-created-one-day/m-p/602471#M8242</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am an absolute newbie in programming and in SAS. I am taking an essential e-learning course right now to familiarize myself with the basics.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created the PG1 library yesterday as it was required by the course. Today, I wanted to write a journal about my learning, but I was stuck in creating a library section. I wanted to provide an example of what I have learned but it did not work. I used both localhost and the SAS Studio server. In both cases, I received errors in my log and I wanted to change the path of PG1 and that showed invalid.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me what is the problem. I want to use this activity as an example of my self-study journal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Esmat&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 16:19:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/library-properties-indicate-invalid-while-it-was-created-one-day/m-p/602471#M8242</guid>
      <dc:creator>Esmatullah</dc:creator>
      <dc:date>2019-11-07T16:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: library properties indicate invalid while it was created one day ago</title>
      <link>https://communities.sas.com/t5/SAS-Studio/library-properties-indicate-invalid-while-it-was-created-one-day/m-p/602479#M8243</link>
      <description>&lt;P&gt;When you have a question about errors the best thing with this forum is to copy the code and error messages from the log and paste into a code box opened on the forum using the {I} icon.&lt;/P&gt;
&lt;P&gt;You should also describe your SAS environment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unless you use one of the options, depends on SAS environment, to create permanent libraries the reference for a library will only exist for that session.&lt;/P&gt;
&lt;P&gt;And with servers, again depending on environment, you may not be able to use simple code to reference a disk location on your computer as the Server likely 1) does not have permissions to generally use your computer and 2) paths in code would tend to be in reference to the Server and C:\ would be the Server drive, not yours.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 16:35:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/library-properties-indicate-invalid-while-it-was-created-one-day/m-p/602479#M8243</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-11-07T16:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: library properties indicate invalid while it was created one day ago</title>
      <link>https://communities.sas.com/t5/SAS-Studio/library-properties-indicate-invalid-while-it-was-created-one-day/m-p/602490#M8245</link>
      <description>&lt;P&gt;Thanks for the recommendation. I made a mistake attaching those errors as a file which do not appear in my question.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;the code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname pg1 "FILEPATH";&lt;/P&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;STRONG&gt;the log:&amp;nbsp;&lt;/STRONG&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;72&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;73 libname pg1 "FILEPATH";&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: Library PG1 does not exist.&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;74&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;75&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;76 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;STRONG&gt;The Path to replace with the FILEPATH:&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;&lt;PRE&gt;/folders/myfolders/EPG194/data";&lt;/PRE&gt;&lt;/DIV&gt;&lt;PRE class="sasLog"&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 17:04:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/library-properties-indicate-invalid-while-it-was-created-one-day/m-p/602490#M8245</guid>
      <dc:creator>Esmatullah</dc:creator>
      <dc:date>2019-11-07T17:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: library properties indicate invalid while it was created one day ago</title>
      <link>https://communities.sas.com/t5/SAS-Studio/library-properties-indicate-invalid-while-it-was-created-one-day/m-p/602503#M8247</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/294824"&gt;@Esmatullah&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thanks for the recommendation. I made a mistake attaching those errors as a file which do not appear in my question.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;the code:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname pg1 "FILEPATH";&lt;/P&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&lt;STRONG&gt;the log:&amp;nbsp;&lt;/STRONG&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;72&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;73 libname pg1 "FILEPATH";&lt;/DIV&gt;
&lt;DIV class="sasNote"&gt;NOTE: Library PG1 does not exist.&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;74&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;75&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;76 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&lt;STRONG&gt;The Path to replace with the FILEPATH:&amp;nbsp;&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;
&lt;PRE&gt;/folders/myfolders/EPG194/data";&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;PRE class="sasLog"&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The syntax for your library was incorrect as the actual value of the file path needs to appear between the quotes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;libname pg1 "/folders/myfolders/EPG194/data";&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 Nov 2019 17:26:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/library-properties-indicate-invalid-while-it-was-created-one-day/m-p/602503#M8247</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-11-07T17:26:12Z</dc:date>
    </item>
  </channel>
</rss>

