<?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: config in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/config-for-TEMP-area-for-SAS-Enterprise-Guide/m-p/139081#M11213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this .But you need have appropriate right to fold&amp;nbsp; 'c:\temp' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;libname x v9&amp;nbsp; 'c:\temp';
options user=x ;


data class;
 set sashelp.class;
run;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Sep 2014 12:12:03 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2014-09-11T12:12:03Z</dc:date>
    <item>
      <title>config for TEMP area for SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/config-for-TEMP-area-for-SAS-Enterprise-Guide/m-p/139079#M11211</link>
      <description>&lt;P&gt;Where is the configuration file to change the work directory for enterprise guide? i have changed the foundation/.../nls/en folder but this only applies to base SAS not SAS\EG.&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2018 15:01:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/config-for-TEMP-area-for-SAS-Enterprise-Guide/m-p/139079#M11211</guid>
      <dc:creator>Jchapman</dc:creator>
      <dc:date>2018-05-28T15:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: config</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/config-for-TEMP-area-for-SAS-Enterprise-Guide/m-p/139080#M11212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you mean the (SAS)work libraray, it is the same, EG does not have an own work, it uses SAS Foundation as a compute server, which could be local or remote.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2014 20:23:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/config-for-TEMP-area-for-SAS-Enterprise-Guide/m-p/139080#M11212</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2014-09-10T20:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: config</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/config-for-TEMP-area-for-SAS-Enterprise-Guide/m-p/139081#M11213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this .But you need have appropriate right to fold&amp;nbsp; 'c:\temp' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;libname x v9&amp;nbsp; 'c:\temp';
options user=x ;


data class;
 set sashelp.class;
run;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 12:12:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/config-for-TEMP-area-for-SAS-Enterprise-Guide/m-p/139081#M11213</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-09-11T12:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: config for TEMP area used by SAS Enterprise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/config-for-TEMP-area-for-SAS-Enterprise-Guide/m-p/139082#M11214</link>
      <description>&lt;P&gt;The WORK library is set by the SAS Configuration, which for remote servers is defined in a sasv9.cfg file somewhere in the Config folders or where the application is installed.&amp;nbsp; On window the default setting looks like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-WORK "!TEMP\SAS Temporary Files"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That !TEMP variable is a Windows environment variable, and is expanded at runtime and resolves to something like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;WORK=C:\Users\sassrv\AppData\Local\Temp\SAS Temporary Files\_TD8620_L77841_\Prc2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're looking to control where EG uses its own "scratch" space (different than the WORK library) on the local PC, you can change that by modifying the SEGuide.exe.config file (located in the application install folder) to override the TEMP environment variable.&amp;nbsp; It would look like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;configuration&amp;gt;
&amp;nbsp; &amp;lt;configSections&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;section name="microsoft.web.services3"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type="Microsoft.Web.Services3.Configuration.WebServicesConfiguration, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;section name="Environment"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type="SAS.EG.Configuration.EnvironmentSection, SAS.EG.Utilities"/&amp;gt;
&amp;nbsp; &amp;lt;/configSections&amp;gt;
&amp;nbsp; &amp;lt;microsoft.web.services3&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;policy fileName="wse3policyCache.config" /&amp;gt;
&amp;nbsp; &amp;lt;/microsoft.web.services3&amp;gt;

&amp;nbsp; &amp;lt;!-- Example Environment Section, which sets the environment variables EGTMP, TEMP and TMP --&amp;gt;
&amp;nbsp; &amp;lt;Environment&amp;gt;
&amp;nbsp; &amp;lt;Variables&amp;gt;
  &amp;nbsp; &amp;lt;add name="TEMP" value="c:\MyTEMPArea\temp" /&amp;gt;
&amp;nbsp; &amp;lt;/Variables&amp;gt;
&amp;nbsp; &amp;lt;/Environment&amp;gt;
&amp;lt;/configuration&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This temp space is used by EG to hold project elements/files as you work in your EG session, cache server files, and more.&amp;nbsp; The folder *should* be cleaned up automatically when you close your EG session.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Mon, 28 May 2018 15:04:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/config-for-TEMP-area-for-SAS-Enterprise-Guide/m-p/139082#M11214</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2018-05-28T15:04:16Z</dc:date>
    </item>
  </channel>
</rss>

