<?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 Editing a library's properties permanently in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Editing-a-library-s-properties-permanently/m-p/154093#M40481</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I currently use SAS 9.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a library that is attached to an external folder. I want to change this external location permanently, so that the library will already be connected to that folder when SAS opens, without using any code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to change a library's settings permanently?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jun 2014 13:26:37 GMT</pubDate>
    <dc:creator>SASuser13579</dc:creator>
    <dc:date>2014-06-24T13:26:37Z</dc:date>
    <item>
      <title>Editing a library's properties permanently</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Editing-a-library-s-properties-permanently/m-p/154093#M40481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I currently use SAS 9.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a library that is attached to an external folder. I want to change this external location permanently, so that the library will already be connected to that folder when SAS opens, without using any code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to change a library's settings permanently?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 13:26:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Editing-a-library-s-properties-permanently/m-p/154093#M40481</guid>
      <dc:creator>SASuser13579</dc:creator>
      <dc:date>2014-06-24T13:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Editing a library's properties permanently</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Editing-a-library-s-properties-permanently/m-p/154094#M40482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A library definition is a reference to a network location.&amp;nbsp; So if you had:&lt;/P&gt;&lt;P&gt;a:\alocation\subdirectory&lt;/P&gt;&lt;P&gt;You would create libname reference to this e.g.:&lt;/P&gt;&lt;P&gt;libname mylib "a:\alocation\subdirectory";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I move the files in that directory somewhere else I close the libname and re-assign:&lt;/P&gt;&lt;P&gt;libname mylib clear;&lt;/P&gt;&lt;P&gt;libname mylib "a:\somewhereelse";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So somewhere in you programs, or startup files (autoexec.sas ?) there will be definitions to setup libnames.&amp;nbsp; It is there that you would need to assign them to point at a new area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 13:48:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Editing-a-library-s-properties-permanently/m-p/154094#M40482</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-06-24T13:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Editing a library's properties permanently</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Editing-a-library-s-properties-permanently/m-p/154095#M40483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I will try that. Thank you for your help! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 13:56:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Editing-a-library-s-properties-permanently/m-p/154095#M40483</guid>
      <dc:creator>SASuser13579</dc:creator>
      <dc:date>2014-06-24T13:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Editing a library's properties permanently</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Editing-a-library-s-properties-permanently/m-p/154096#M40484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way in Base SAS is to go to the tools menu and select New Library which will let you set the name, location, various options and a check box to "enable at startup" which will make the library available at each start of a SAS session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I generally use code referenced in Autoexec.sas for my permanent libraries as I have had issues with registry type items not surviving updates and or OS changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 16:13:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Editing-a-library-s-properties-permanently/m-p/154096#M40484</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-06-24T16:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Editing a library's properties permanently</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Editing-a-library-s-properties-permanently/m-p/154097#M40485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to change the settings of a library that's already created without creating a whole new library? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 18:14:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Editing-a-library-s-properties-permanently/m-p/154097#M40485</guid>
      <dc:creator>SASuser13579</dc:creator>
      <dc:date>2014-06-24T18:14:20Z</dc:date>
    </item>
  </channel>
</rss>

