<?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: Locating SAS Configuration Files in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/207317#M51501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, it worked perfectly!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jun 2015 20:00:00 GMT</pubDate>
    <dc:creator>OPHD1</dc:creator>
    <dc:date>2015-06-16T20:00:00Z</dc:date>
    <item>
      <title>Locating SAS Configuration Files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/207309#M51493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;Similar to locating the work directory, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;%let wrkpath = %sysfunc (pathname(work));&amp;nbsp; /* returns the fully qualified path of any libref */&lt;/P&gt;&lt;P&gt;%put &amp;amp;wrkpath;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a command to show me where the SAS configuration file is?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having an issue with memory and have been referencing other posts here - I want to type the following command in my SAS configuration file:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;options memsize -0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;But I do not know where it is located. I searched *.cfg in my computer and came up with nothing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;Is there a command that will give the path?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 13:50:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/207309#M51493</guid>
      <dc:creator>OPHD1</dc:creator>
      <dc:date>2015-06-16T13:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Locating SAS Configuration Files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/207310#M51494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm afraid that SAS does not remember the path to the config file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does your SAS environment look like (single machine, client-server, operating system(s))?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 13:56:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/207310#M51494</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-06-16T13:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Locating SAS Configuration Files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/207311#M51495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp; proc options option=config;&lt;/P&gt;&lt;P&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SAS (r) Proprietary Software Release 9.4&amp;nbsp; TS1M1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CONFIG=( "C:\SAS\9.4\x86\SASFoundation\9.4\sasv9.cfg"&lt;/P&gt;&lt;P&gt;"C:\SAS\9.4\x86\SASFoundation\9.4\nls\en\sasv9.cfg" )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Specifies the configuration file that is used when initializing or&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; overriding the values of SAS system options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 14:10:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/207311#M51495</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2015-06-16T14:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Locating SAS Configuration Files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/207312#M51496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I stand corrected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 14:17:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/207312#M51496</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-06-16T14:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: Locating SAS Configuration Files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/207313#M51497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked thank you! Unfortunately I don't have administrative privileges in the current drive. Can I change where SAS looks for the config file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 14:18:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/207313#M51497</guid>
      <dc:creator>OPHD1</dc:creator>
      <dc:date>2015-06-16T14:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Locating SAS Configuration Files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/207314#M51498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the response!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 14:19:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/207314#M51498</guid>
      <dc:creator>OPHD1</dc:creator>
      <dc:date>2015-06-16T14:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Locating SAS Configuration Files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/207315#M51499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it can be specified on the SAS command.&amp;nbsp; See the relevant on-line document at support.sas.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 15:10:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/207315#M51499</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2015-06-16T15:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Locating SAS Configuration Files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/207316#M51500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a desktop shortcut to start sas: (Windows version)&lt;/P&gt;&lt;P&gt;1) copy the shortcut and rename so you can tell which one it is&lt;/P&gt;&lt;P&gt;2) right click on the copied shortcut and go to the Properties menu.&lt;/P&gt;&lt;P&gt;3) the Target line should have a -CONFIG entry, change it to point to the Config file you want to use.&lt;/P&gt;&lt;P&gt;Apply and save the shortcut.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 16:19:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/207316#M51500</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-06-16T16:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Locating SAS Configuration Files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/207317#M51501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, it worked perfectly!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 20:00:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/207317#M51501</guid>
      <dc:creator>OPHD1</dc:creator>
      <dc:date>2015-06-16T20:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: Locating SAS Configuration Files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/207318#M51502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There can be multiple config files chained from one to another - this is typical when working in the SAS Platform (Metadata Server, Workspace Server, etc.).&lt;/P&gt;&lt;P&gt;In this case you can use the VALUE option in PROC OPTIONS to know in which config file the option has been set:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc options option=work VALUE;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the log says (note the bolded text):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option Value Information For SAS Option WORK&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value: C:\Users\isreyg\AppData\Local\Temp\SAS Temporary Files\_TD13244_L76025_&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Scope: SAS Session&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; How option value set: Config File&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Config file name:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt; C:\Program Files\SASHome\SASFoundation\9.4\nls\en\sasv9.cfg&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It the options exists in multiple config files which are chained together this option shows the last config file used which effectively overrides all the other config files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 09:45:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/207318#M51502</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2015-06-26T09:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Locating SAS Configuration Files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/268936#M58117</link>
      <description>&lt;P&gt;When I run the code to identify the location of the config file, it points to that folder, but there are only some odd data files and index files there.&amp;nbsp; I opened one, and it did not appear to be a config file.&amp;nbsp; I think the config file is missing.&amp;nbsp; Is there a default one available somewhere?&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2016 21:47:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/268936#M58117</guid>
      <dc:creator>fit2perform</dc:creator>
      <dc:date>2016-05-06T21:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Locating SAS Configuration Files</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/268937#M58118</link>
      <description>&lt;P&gt;I just found it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 May 2016 21:50:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Locating-SAS-Configuration-Files/m-p/268937#M58118</guid>
      <dc:creator>fit2perform</dc:creator>
      <dc:date>2016-05-06T21:50:23Z</dc:date>
    </item>
  </channel>
</rss>

