<?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: Impact of sas configration on some sas program in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Impact-of-sas-configration-on-some-sas-program/m-p/323263#M71631</link>
    <description>&lt;P&gt;Since SAS (if started without the -autoexec commandline option) will automatically use any autoexec.sas in the current directory (from which SAS was called), I would NEVER name a file like that, unless it is meant to be used as an autoexec.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jan 2017 06:39:54 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-01-09T06:39:54Z</dc:date>
    <item>
      <title>Impact of sas configration on some sas program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Impact-of-sas-configration-on-some-sas-program/m-p/323236#M71614</link>
      <description>&lt;P&gt;Hello expert,&lt;/P&gt;
&lt;P&gt;Please, I would like to know the impact of giving for a sas program the name : autoexec.sas (this program is not&amp;nbsp; a "sas file autoexec&lt;/P&gt;
&lt;P&gt;is executed immediately after SAS initializes")&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/hostwin/63047/HTML/default/viewer.htm#p0bmj7wjme32ayn1h4wim7trkhp6.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/hostwin/63047/HTML/default/viewer.htm#p0bmj7wjme32ayn1h4wim7trkhp6.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Is there any restriction on this name "autoexec" ? It can make a problems ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jan 2017 22:50:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Impact-of-sas-configration-on-some-sas-program/m-p/323236#M71614</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2017-01-08T22:50:19Z</dc:date>
    </item>
    <item>
      <title>the impact of sas configuration on the sas program name</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Impact-of-sas-configration-on-some-sas-program/m-p/323238#M71617</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;Please, I would like to know the impact of the creation sas program with the name autoexec.sas( but this program is not the autoexec file )&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/hostwin/63047/HTML/default/viewer.htm#p0bmj7wjme32ayn1h4wim7trkhp6.htm" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/hostwin/63047/HTML/default/viewer.htm#p0bmj7wjme32ayn1h4wim7trkhp6.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;given a sas program the name "autoexec.sas" is it correct ? it can make a matters ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jan 2017 23:04:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Impact-of-sas-configration-on-some-sas-program/m-p/323238#M71617</guid>
      <dc:creator>LineMoon</dc:creator>
      <dc:date>2017-01-08T23:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: the impact of sas configuration on the sas program name</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Impact-of-sas-configration-on-some-sas-program/m-p/323240#M71618</link>
      <description>&lt;P&gt;As much as I know there is no restriction or impact to call your program autoexec.sas&lt;/P&gt;
&lt;P&gt;which is &lt;U&gt;not&lt;/U&gt; the sas autoexec - as long:&lt;/P&gt;
&lt;P&gt;1) the program with its path is not mentioned in the configuration file&lt;/P&gt;
&lt;P&gt;2) nor in the exec sas command line&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW, any program with any name can be used at exec sas command line or be called&lt;/P&gt;
&lt;P&gt;through the sas configuration file in order to initiate sas environment &amp;nbsp;- usually contains&lt;/P&gt;
&lt;P&gt;LIBNAMEs, FILENAMEs, system options and predefined options - and you can add any&lt;/P&gt;
&lt;P&gt;desired code besides.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 00:22:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Impact-of-sas-configration-on-some-sas-program/m-p/323240#M71618</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-01-09T00:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: the impact of sas configuration on the sas program name</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Impact-of-sas-configration-on-some-sas-program/m-p/323241#M71619</link>
      <description>&lt;P&gt;The name autoexec.sas isn't of functional relevance but it's a naming convention SAS uses OOTB for .sas files executed during SAS invocation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd consider it a bad practice but yes, you could also call another file autoexec.sas&amp;nbsp;if you want to confuse people.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 00:26:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Impact-of-sas-configration-on-some-sas-program/m-p/323241#M71619</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2017-01-09T00:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Impact of sas configration on some sas program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Impact-of-sas-configration-on-some-sas-program/m-p/323251#M71622</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Creating a sas program with name- autoexec.sas should not be a problem. the file -autoexec.sas that sas runs automatically is defined by the administrator and it's reference is there in sas, however the file you will create won't be run automatically, unless you want it to.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are also using one such autoexec.sas which we have created for one specific project and run it manually, before you we want to get it to that project.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Manjeet&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 04:37:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Impact-of-sas-configration-on-some-sas-program/m-p/323251#M71622</guid>
      <dc:creator>mnjtrana</dc:creator>
      <dc:date>2017-01-09T04:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Impact of sas configration on some sas program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Impact-of-sas-configration-on-some-sas-program/m-p/323263#M71631</link>
      <description>&lt;P&gt;Since SAS (if started without the -autoexec commandline option) will automatically use any autoexec.sas in the current directory (from which SAS was called), I would NEVER name a file like that, unless it is meant to be used as an autoexec.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 06:39:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Impact-of-sas-configration-on-some-sas-program/m-p/323263#M71631</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-01-09T06:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Impact of sas configration on some sas program</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Impact-of-sas-configration-on-some-sas-program/m-p/323271#M71638</link>
      <description>&lt;P&gt;If your aim is to be a best-practice SAS practitioner&amp;nbsp;then I would recommend&amp;nbsp;taking&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;'s advice to heart.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 07:24:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Impact-of-sas-configration-on-some-sas-program/m-p/323271#M71638</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-01-09T07:24:59Z</dc:date>
    </item>
  </channel>
</rss>

