<?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: Customising the SAS startup in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Customising-the-SAS-startup/m-p/109492#M258791</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Beginning with version 9.2 SAS installs with a set of config files and autoexecs which are not meant to be modified. It says clearly in the header of such files:&lt;/P&gt;&lt;P&gt; *&amp;nbsp;&amp;nbsp;&amp;nbsp; Do NOT modify this file.&amp;nbsp; Any additions or changes should be made in autoexec_usermods.sas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you change the standared autoexec and config files don't complain if the next patch or upgrade simply wipes out all of your modifications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can always add site specific modifications to the "usermods" versions or even create additional files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Sep 2012 02:05:30 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2012-09-01T02:05:30Z</dc:date>
    <item>
      <title>Customising the SAS startup</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Customising-the-SAS-startup/m-p/109489#M258788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: verdana,geneva; font-size: 12pt;"&gt;I want to submit the statement &lt;STRONG&gt;ods path work.mystore(update) sashelp.tmplmst(read);&lt;/STRONG&gt; when I invoke SAS so I can modify templates temporarily. I tried to include it in the configuration file sasv9.cfg but it doesn't work. Could I get some suggestions as to how I can achieve this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva; font-size: 12pt;"&gt;I use SAS 9.3 M1 x64 on Windows 7 Pro.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: verdana,geneva; font-size: 12pt;"&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 00:05:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Customising-the-SAS-startup/m-p/109489#M258788</guid>
      <dc:creator>PTD_SAS</dc:creator>
      <dc:date>2012-08-31T00:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Customising the SAS startup</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Customising-the-SAS-startup/m-p/109490#M258789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't change config and autoexec files if the name does not contain "usermods".&lt;/P&gt;&lt;P&gt;If you're usin SAS EG then define it best as code to be run when you open the project (that's done in EG).&lt;/P&gt;&lt;P&gt;Else: You could put your code into a usermods autoexec if you must.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 10:08:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Customising-the-SAS-startup/m-p/109490#M258789</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2012-08-31T10:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Customising the SAS startup</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Customising-the-SAS-startup/m-p/109491#M258790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote" modifiedtitle="true"&gt;
&lt;P&gt;PTD_SAS wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: verdana,geneva; font-size: 12pt;"&gt;I want to submit the statement &lt;STRONG&gt;ods path work.mystore(update) sashelp.tmplmst(read);&lt;/STRONG&gt; when I invoke SAS so I can modify templates temporarily. I tried to include it in the configuration file sasv9.cfg but it doesn't work. Could I get some suggestions as to how I can achieve this?&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;Very simple ... put it in your AUTOEXEC file. You may want to create a custom CONFIG file and AUTOEXEC file so the original remains unchanged.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 17:15:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Customising-the-SAS-startup/m-p/109491#M258790</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2012-08-31T17:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Customising the SAS startup</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Customising-the-SAS-startup/m-p/109492#M258791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Beginning with version 9.2 SAS installs with a set of config files and autoexecs which are not meant to be modified. It says clearly in the header of such files:&lt;/P&gt;&lt;P&gt; *&amp;nbsp;&amp;nbsp;&amp;nbsp; Do NOT modify this file.&amp;nbsp; Any additions or changes should be made in autoexec_usermods.sas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you change the standared autoexec and config files don't complain if the next patch or upgrade simply wipes out all of your modifications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can always add site specific modifications to the "usermods" versions or even create additional files.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2012 02:05:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Customising-the-SAS-startup/m-p/109492#M258791</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2012-09-01T02:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Customising the SAS startup</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Customising-the-SAS-startup/m-p/109493#M258792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all for the answers, autoexec_usermode.sas did the trick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2012 04:17:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Customising-the-SAS-startup/m-p/109493#M258792</guid>
      <dc:creator>PTD_SAS</dc:creator>
      <dc:date>2012-09-01T04:17:12Z</dc:date>
    </item>
  </channel>
</rss>

