<?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: Creating a  permanent library in SAS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Creating-a-permanent-library-in-SAS/m-p/202244#M50488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;Just to reiterate, you can create permanent libraries, place the libname code in the &lt;/SPAN&gt;autoexec or use the GUI menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;It was probably created by modifying the auto exec somehow. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;AFAIK it&amp;nbsp; is a limitation in all SAS BASE/UE versions. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Mar 2015 01:53:28 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2015-03-17T01:53:28Z</dc:date>
    <item>
      <title>Creating a  permanent library in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-a-permanent-library-in-SAS/m-p/202237#M50481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey All,&lt;/P&gt;&lt;P&gt;I have installed the university edition of SAS and learning the base programming .I have created a library using libname statement with a valid name.I can create the library but my library is not shown as a library in the library folder.Instead i can the see the library name in my folders tab.Also i can see the temp_o library in the library section with the same dataset on it.Can anyone&amp;nbsp; explain me here .I appreciate your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 14:22:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-a-permanent-library-in-SAS/m-p/202237#M50481</guid>
      <dc:creator>NoorulIyn</dc:creator>
      <dc:date>2015-03-16T14:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a  permanent library in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-a-permanent-library-in-SAS/m-p/202238#M50482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What happens when you run the libname statement in a code window?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 14:50:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-a-permanent-library-in-SAS/m-p/202238#M50482</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-03-16T14:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a  permanent library in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-a-permanent-library-in-SAS/m-p/202239#M50483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post a pic of your log and the library window. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, note that the libname folder statement is case sensitive since SAS UE is on a unix system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 14:58:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-a-permanent-library-in-SAS/m-p/202239#M50483</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-03-16T14:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a  permanent library in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-a-permanent-library-in-SAS/m-p/202240#M50484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="sasSource" style="color: #000000;"&gt;&amp;nbsp; ;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 43 libname test "/folders/myfolders/test";&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote1_1426536731675" style="color: #0000ff;"&gt; NOTE: Libref TEST was successfully assigned as follows: &lt;/P&gt;&lt;P class="sasNote" style="color: #0000ff;"&gt;&amp;nbsp; Engine: V9 &lt;/P&gt;&lt;P class="sasNote" style="color: #0000ff;"&gt;&amp;nbsp; Physical Name: /folders/myfolders/test&lt;/P&gt;&lt;P class="sasNote" style="color: #0000ff;"&gt;&lt;/P&gt;&lt;P class="sasNote" style="color: #0000ff;"&gt;Then once i close the seeion test library was not in place.it was shown under the folders tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 20:19:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-a-permanent-library-in-SAS/m-p/202240#M50484</guid>
      <dc:creator>NoorulIyn</dc:creator>
      <dc:date>2015-03-16T20:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a  permanent library in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-a-permanent-library-in-SAS/m-p/202241#M50485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The libref test is basically a reference name that points to folder where your datasets reside.&amp;nbsp; The libname statement establishes a connection between your SAS windowing environment and the folder with your libref engine. When your session is open, you should be able to comfortably read and write SAS datasets in your test library that points to your folder by the name test, which perhaps all your datasets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use a two level reference name to read your sas datasets in your test library after running your libname statement such as libref.datasetname1, libref.datasetname2 and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Naveen Srinivasan&lt;/P&gt;&lt;P&gt;L&amp;amp;T Infotech&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 20:32:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-a-permanent-library-in-SAS/m-p/202241#M50485</guid>
      <dc:creator>naveen_srini</dc:creator>
      <dc:date>2015-03-16T20:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a  permanent library in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-a-permanent-library-in-SAS/m-p/202242#M50486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately a libname does not stay between sessions using the libname statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to create a library that exists between sessions, click on the Libraries link in SAS UE (left hand side by folders). Click Create Library, the first 'filing cabinet' and then click the box that says:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recreate at startup - add to auto exec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There should be a way to do this via code &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could also modify the autoexec file yourself and include the libname statement there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 22:05:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-a-permanent-library-in-SAS/m-p/202242#M50486</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-03-16T22:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a  permanent library in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-a-permanent-library-in-SAS/m-p/202243#M50487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes i tried that way.So that is a limitation on UE or on other edition too.how does the orion library stays in the library in SASUE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Mar 2015 22:43:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-a-permanent-library-in-SAS/m-p/202243#M50487</guid>
      <dc:creator>NoorulIyn</dc:creator>
      <dc:date>2015-03-16T22:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a  permanent library in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Creating-a-permanent-library-in-SAS/m-p/202244#M50488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 10pt;"&gt;Just to reiterate, you can create permanent libraries, place the libname code in the &lt;/SPAN&gt;autoexec or use the GUI menu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;It was probably created by modifying the auto exec somehow. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;AFAIK it&amp;nbsp; is a limitation in all SAS BASE/UE versions. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Mar 2015 01:53:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Creating-a-permanent-library-in-SAS/m-p/202244#M50488</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-03-17T01:53:28Z</dc:date>
    </item>
  </channel>
</rss>

