<?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 do I make permanent Libarary? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-make-permanent-Libarary/m-p/14825#M2499</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; This is how I make "permanent" library:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname mydata 'C:\Libraries\Documents';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save the sas code as "autoexec.sas" in directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\SAS\SASFoundation\9.2"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Dec 2011 20:51:57 GMT</pubDate>
    <dc:creator>Linlin</dc:creator>
    <dc:date>2011-12-14T20:51:57Z</dc:date>
    <item>
      <title>How do I make permanent Libarary?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-make-permanent-Libarary/m-p/14820#M2494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know I can use Library Wizard to create library and tick on 'Enable at start up' option to make the library permenant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how do I do it with LIBNAME statement? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 20:08:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-make-permanent-Libarary/m-p/14820#M2494</guid>
      <dc:creator>VX_Xc</dc:creator>
      <dc:date>2011-12-14T20:08:43Z</dc:date>
    </item>
    <item>
      <title>How do I make permanent Libarary?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-make-permanent-Libarary/m-p/14821#M2495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;libname mydata 'C:\Libraries\Documents';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*this creates a reference to the documents folder*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data mydata.one;&lt;/P&gt;&lt;P&gt;set two;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/*this will create a permanent data set named one into the destination determined by the libname statement.*/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 20:17:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-make-permanent-Libarary/m-p/14821#M2495</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2011-12-14T20:17:00Z</dc:date>
    </item>
    <item>
      <title>How do I make permanent Libarary?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-make-permanent-Libarary/m-p/14822#M2496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Yes, it sure does make permanent dataset BUT it does not make permanent library. mydata, the library, will disappear if I quit SAS session and rerun it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 20:29:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-make-permanent-Libarary/m-p/14822#M2496</guid>
      <dc:creator>VX_Xc</dc:creator>
      <dc:date>2011-12-14T20:29:07Z</dc:date>
    </item>
    <item>
      <title>How do I make permanent Libarary?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-make-permanent-Libarary/m-p/14823#M2497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at: &lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#usedatalibs.htm"&gt;http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#usedatalibs.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;particularly the paragraph labeled: &lt;A class="active_link" name="a000118875" style="margin-top: 1em; line-height: 1.25em; font-family: inherit;"&gt;Making Librefs Available When SAS Starts&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 20:37:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-make-permanent-Libarary/m-p/14823#M2497</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-12-14T20:37:13Z</dc:date>
    </item>
    <item>
      <title>How do I make permanent Libarary?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-make-permanent-Libarary/m-p/14824#M2498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So only way is to use library wizard. No options available in LIBNAME statement to do the same thing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 20:48:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-make-permanent-Libarary/m-p/14824#M2498</guid>
      <dc:creator>VX_Xc</dc:creator>
      <dc:date>2011-12-14T20:48:40Z</dc:date>
    </item>
    <item>
      <title>How do I make permanent Libarary?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-make-permanent-Libarary/m-p/14825#M2499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; This is how I make "permanent" library:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname mydata 'C:\Libraries\Documents';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save the sas code as "autoexec.sas" in directory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\SAS\SASFoundation\9.2"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 20:51:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-make-permanent-Libarary/m-p/14825#M2499</guid>
      <dc:creator>Linlin</dc:creator>
      <dc:date>2011-12-14T20:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I make permanent Libarary?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-make-permanent-Libarary/m-p/14826#M2500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lin, using similar methods you mentioned can I make the Notepad to have the first line look like;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;----+----1----+----2----+----3----+----4----+----5----+ &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;So that if I open a text file with some data with Notepad, the first line will look like above, and whatever is contained in the text file will start from the second line?&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 21:01:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-make-permanent-Libarary/m-p/14826#M2500</guid>
      <dc:creator>VX_Xc</dc:creator>
      <dc:date>2011-12-14T21:01:13Z</dc:date>
    </item>
    <item>
      <title>How do I make permanent Libarary?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-make-permanent-Libarary/m-p/14827#M2501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do what Linlin posted.&amp;nbsp; If you're running SAS 9.3 the directory is a little different:&amp;nbsp; C:\Program Files\SASHome\SASFoundation\9.3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 21:02:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-make-permanent-Libarary/m-p/14827#M2501</guid>
      <dc:creator>GreggB</dc:creator>
      <dc:date>2011-12-14T21:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I make permanent Libarary?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-make-permanent-Libarary/m-p/14828#M2502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Somehow I think you've got your threads mixed up.&amp;nbsp; However, in answer to your question, just use Wordpad rather than Notepad and make courier or new courier the default font.&amp;nbsp; Wordpad has a built-in ruler.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 21:32:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-make-permanent-Libarary/m-p/14828#M2502</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2011-12-14T21:32:12Z</dc:date>
    </item>
    <item>
      <title>How do I make permanent Libarary?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-do-I-make-permanent-Libarary/m-p/14829#M2503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I think it's just a manual way of doing what library wizard with 'enable at start up' option does .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2011 22:52:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-do-I-make-permanent-Libarary/m-p/14829#M2503</guid>
      <dc:creator>VX_Xc</dc:creator>
      <dc:date>2011-12-14T22:52:13Z</dc:date>
    </item>
  </channel>
</rss>

