<?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: Where is SAS config file that sets  SAS system option to NOREPLACE? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-SAS-config-file-that-sets-SAS-system-option-to/m-p/429755#M27717</link>
    <description>&lt;P&gt;&lt;SPAN&gt;The NOREPLACE option can be set in several places:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;SAS 9.4: Configuration file, &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;SAS invocation, &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;OPTIONS statement,&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="xis-windowName"&gt;SAS System Options&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;window&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://documentation.sas.com/?docsetId=lesysoptsref&amp;amp;docsetTarget=n16q7psnp46obtn1hqbni4o7f6qg.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=lesysoptsref&amp;amp;docsetTarget=n16q7psnp46obtn1hqbni4o7f6qg.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jan 2018 19:28:52 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-01-22T19:28:52Z</dc:date>
    <item>
      <title>Where is SAS config file that sets  SAS system option to NOREPLACE?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-SAS-config-file-that-sets-SAS-system-option-to/m-p/429668#M27710</link>
      <description>&lt;P&gt;I am looking for a configuration SAS file that will have a Replace/Noreplace option setting.&amp;nbsp; Where in the SAS/Config directory is it?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 16:30:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-SAS-config-file-that-sets-SAS-system-option-to/m-p/429668#M27710</guid>
      <dc:creator>elena_ziemke_capblurcross_com</dc:creator>
      <dc:date>2018-01-22T16:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: Where is SAS config file that sets  SAS system option to NOREPLACE?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-SAS-config-file-that-sets-SAS-system-option-to/m-p/429679#M27712</link>
      <description>&lt;P&gt;By default the option REPLACE is enabled. You can use following files to update with NOREPLACE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sasv9_local.cfg :&amp;nbsp;~/SASHOME/SASFoundation/9.4/ (i.e ~/SASRoot)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can also set this option in&amp;nbsp;autoexec_usermods.sas located at:&amp;nbsp;~/SASCONFIG/Lev1/SASApp/WorkspaceServer&lt;/P&gt;&lt;P&gt;remember to use the Autoexec option included in&amp;nbsp;&lt;SPAN&gt;sasv9_local.cfg.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 16:57:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-SAS-config-file-that-sets-SAS-system-option-to/m-p/429679#M27712</guid>
      <dc:creator>SangramjitPanda</dc:creator>
      <dc:date>2018-01-22T16:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Where is SAS config file that sets  SAS system option to NOREPLACE?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-SAS-config-file-that-sets-SAS-system-option-to/m-p/429680#M27713</link>
      <description>&lt;P&gt;And if you're not an administrator you can use the OPTIONS statement to set this as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;option noreplace;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Jan 2018 16:59:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-SAS-config-file-that-sets-SAS-system-option-to/m-p/429680#M27713</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-22T16:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Where is SAS config file that sets  SAS system option to NOREPLACE?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-SAS-config-file-that-sets-SAS-system-option-to/m-p/429754#M27716</link>
      <description>&lt;P&gt;In our test environment we get this message when running SAS processes&lt;/P&gt;&lt;P&gt;WARNING: Data set SASDATA.XXX was not replaced because of NOREPLACE option.&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;In production we don't get this message so I was trying to figure out where this NOREPLACE option is set but I can't find it.&amp;nbsp; I checked sasv9.cfg files in multiple locations but I don't see this option in any of these .cfg files...&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 19:21:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-SAS-config-file-that-sets-SAS-system-option-to/m-p/429754#M27716</guid>
      <dc:creator>elena_ziemke_capblurcross_com</dc:creator>
      <dc:date>2018-01-22T19:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Where is SAS config file that sets  SAS system option to NOREPLACE?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-SAS-config-file-that-sets-SAS-system-option-to/m-p/429755#M27717</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The NOREPLACE option can be set in several places:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN&gt;SAS 9.4: Configuration file, &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;SAS invocation, &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;OPTIONS statement,&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN class="xis-windowName"&gt;SAS System Options&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;window&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://documentation.sas.com/?docsetId=lesysoptsref&amp;amp;docsetTarget=n16q7psnp46obtn1hqbni4o7f6qg.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;http://documentation.sas.com/?docsetId=lesysoptsref&amp;amp;docsetTarget=n16q7psnp46obtn1hqbni4o7f6qg.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2018 19:28:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-SAS-config-file-that-sets-SAS-system-option-to/m-p/429755#M27717</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-01-22T19:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Where is SAS config file that sets  SAS system option to NOREPLACE?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-SAS-config-file-that-sets-SAS-system-option-to/m-p/429877#M27725</link>
      <description>&lt;P&gt;Use the below code to see where SAS is reading the value from:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc options option=replace value;
run;&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Jan 2018 04:08:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-SAS-config-file-that-sets-SAS-system-option-to/m-p/429877#M27725</guid>
      <dc:creator>nhvdwalt</dc:creator>
      <dc:date>2018-01-23T04:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Where is SAS config file that sets  SAS system option to NOREPLACE?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-SAS-config-file-that-sets-SAS-system-option-to/m-p/429916#M27726</link>
      <description>&lt;P&gt;Use the below code to identify the location of config files:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc options option=config;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the log, check for the below information:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SAS (r) Proprietary Software Release 9.4 TS1M3&lt;/P&gt;&lt;P&gt;CONFIG=(*******)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 09:11:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-SAS-config-file-that-sets-SAS-system-option-to/m-p/429916#M27726</guid>
      <dc:creator>SangramjitPanda</dc:creator>
      <dc:date>2018-01-23T09:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Where is SAS config file that sets  SAS system option to NOREPLACE?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-SAS-config-file-that-sets-SAS-system-option-to/m-p/429969#M27730</link>
      <description>&lt;P&gt;proc options option=config value;run;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 13:04:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Where-is-SAS-config-file-that-sets-SAS-system-option-to/m-p/429969#M27730</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-01-23T13:04:22Z</dc:date>
    </item>
  </channel>
</rss>

