<?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 how to create permanent library in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-create-permanent-library/m-p/297096#M62355</link>
    <description>&lt;DIV class="sasSource"&gt;Hi there,&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;I have created &amp;nbsp;libname &amp;nbsp;&lt;U&gt;Tutorial on Vm &lt;/U&gt;&amp;nbsp;. And it was saying successfuly created as you &amp;nbsp;see under the log.&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Then I closed the program ,&amp;nbsp;when I reopened it ,I couldn't find it. &amp;nbsp;How am i able to make it permannet so I can see it when reopen SAS studio&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Sincerely,&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;code:&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;libname Tutorial " /home/shimelisroro0/ecprg193 ";&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Log:&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;55&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;56 libname Tutorial " /home/shimelisroro0/ecprg193 ";&lt;/DIV&gt;
&lt;DIV id="sasLogNote1_1473300072050" class="sasNote"&gt;NOTE: Libref TUTORIAL 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: /home/shimelisroro0/ecprg193&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;57&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;58 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;70&lt;/DIV&gt;</description>
    <pubDate>Thu, 08 Sep 2016 02:15:35 GMT</pubDate>
    <dc:creator>shimelis</dc:creator>
    <dc:date>2016-09-08T02:15:35Z</dc:date>
    <item>
      <title>how to create permanent library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-create-permanent-library/m-p/297096#M62355</link>
      <description>&lt;DIV class="sasSource"&gt;Hi there,&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;I have created &amp;nbsp;libname &amp;nbsp;&lt;U&gt;Tutorial on Vm &lt;/U&gt;&amp;nbsp;. And it was saying successfuly created as you &amp;nbsp;see under the log.&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Then I closed the program ,&amp;nbsp;when I reopened it ,I couldn't find it. &amp;nbsp;How am i able to make it permannet so I can see it when reopen SAS studio&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Sincerely,&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;code:&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;libname Tutorial " /home/shimelisroro0/ecprg193 ";&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;Log:&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;55&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;56 libname Tutorial " /home/shimelisroro0/ecprg193 ";&lt;/DIV&gt;
&lt;DIV id="sasLogNote1_1473300072050" class="sasNote"&gt;NOTE: Libref TUTORIAL 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: /home/shimelisroro0/ecprg193&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;57&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;58 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;&lt;/DIV&gt;
&lt;DIV class="sasSource"&gt;70&lt;/DIV&gt;</description>
      <pubDate>Thu, 08 Sep 2016 02:15:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-create-permanent-library/m-p/297096#M62355</guid>
      <dc:creator>shimelis</dc:creator>
      <dc:date>2016-09-08T02:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to create permanent library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-create-permanent-library/m-p/297100#M62357</link>
      <description>&lt;P&gt;If you're using Base SAS here are two options:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Add the libname definition to your autoexec&lt;/P&gt;
&lt;P&gt;2. Create the libname via the point and click menu which includes a checkbox that will allow you to create a permanent library.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 02:52:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-create-permanent-library/m-p/297100#M62357</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-09-08T02:52:38Z</dc:date>
    </item>
  </channel>
</rss>

