<?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 Libname - Unable to startup in the beginning. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Libname-Unable-to-startup-in-the-beginning/m-p/231142#M42018</link>
    <description>&lt;P&gt;Im new to SAS, learing in Windows environemnt. When i create new SAS Library by using Libname statement, the libaray is not saving upon closure. I mean, when i reopen SAS, this library is not listed under Libraries.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But this is possible through Tools&amp;gt;New Library&amp;gt;by Enabling at start up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had excepted the same from Libname statement. Is it posiible?&lt;/P&gt;&lt;P&gt;I had to open SAS program from folder to see the libraries created by using Libname statement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any kind of help in this regard is much appreciated.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Oct 2015 13:17:59 GMT</pubDate>
    <dc:creator>Rafi</dc:creator>
    <dc:date>2015-10-22T13:17:59Z</dc:date>
    <item>
      <title>Libname - Unable to startup in the beginning.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-Unable-to-startup-in-the-beginning/m-p/231142#M42018</link>
      <description>&lt;P&gt;Im new to SAS, learing in Windows environemnt. When i create new SAS Library by using Libname statement, the libaray is not saving upon closure. I mean, when i reopen SAS, this library is not listed under Libraries.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But this is possible through Tools&amp;gt;New Library&amp;gt;by Enabling at start up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had excepted the same from Libname statement. Is it posiible?&lt;/P&gt;&lt;P&gt;I had to open SAS program from folder to see the libraries created by using Libname statement.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any kind of help in this regard is much appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2015 13:17:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-Unable-to-startup-in-the-beginning/m-p/231142#M42018</guid>
      <dc:creator>Rafi</dc:creator>
      <dc:date>2015-10-22T13:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Libname - Unable to startup in the beginning.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-Unable-to-startup-in-the-beginning/m-p/231144#M42019</link>
      <description>&lt;P&gt;Put your libname statement into a process flow called Autoexec,&amp;nbsp; and it should run every time you open your project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/582i450B8F63A1587EFC/image-size/original?v=mpbl-1&amp;amp;px=-1" alt="Capture.JPG" title="Capture.JPG" border="0" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2015 13:22:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-Unable-to-startup-in-the-beginning/m-p/231144#M42019</guid>
      <dc:creator>dsbihill</dc:creator>
      <dc:date>2015-10-22T13:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Libname - Unable to startup in the beginning.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-Unable-to-startup-in-the-beginning/m-p/231146#M42020</link>
      <description>&lt;P&gt;Not sure what software you are using there, thats not Base SAS. &amp;nbsp;Anyways, to clarify, SAS reads a file called Autoexec.sas when it starts up, this is generally in the install area, so dependant on your setup as to where it is. &amp;nbsp;Code which is placed in that file is always executed when SAS loads up. &amp;nbsp;You can also, if you use SAS Batch, has an Autoexec.sas in the same directory as where you batch submit your SAS file which does the same thing, i.e. SAS loads that file first, then the file you batch submitted.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2015 13:33:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-Unable-to-startup-in-the-beginning/m-p/231146#M42020</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-10-22T13:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Libname - Unable to startup in the beginning.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-Unable-to-startup-in-the-beginning/m-p/231159#M42025</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You are asking a question that is almost too&amp;nbsp;big to answer.&lt;/P&gt;&lt;P&gt;1. If you are using simple Base SAS running on your local windows, check this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#a000104286.htm" target="_self"&gt;https://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#a000104286.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. If you are running SAS enterprise guide, check this:&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sgf/2014/05/01/autoexecs-the-sas-enterprise-guide-advantage/" target="_self"&gt;http://blogs.sas.com/content/sgf/2014/05/01/autoexecs-the-sas-enterprise-guide-advantage/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;3.If you are using SAS metadata server under SAS EBI, contact your Admin, or take a look at:&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/bi/2012/10/29/choosing_an_autoexec/" target="_self"&gt;http://blogs.sas.com/content/bi/2012/10/29/choosing_an_autoexec/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;4. If you need to use some other files other than autoexec.sas, check this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#win-sysop-autoexec.htm" target="_self"&gt;https://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#win-sysop-autoexec.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and you want to config it in : SAS Configuration Files, follow the same link as above 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good Luck,&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;</description>
      <pubDate>Thu, 22 Oct 2015 13:58:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-Unable-to-startup-in-the-beginning/m-p/231159#M42025</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2015-10-22T13:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Libname - Unable to startup in the beginning.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Libname-Unable-to-startup-in-the-beginning/m-p/231303#M42057</link>
      <description>Thanks a ton &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Fri, 23 Oct 2015 04:49:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Libname-Unable-to-startup-in-the-beginning/m-p/231303#M42057</guid>
      <dc:creator>Rafi</dc:creator>
      <dc:date>2015-10-23T04:49:03Z</dc:date>
    </item>
  </channel>
</rss>

