<?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: Permanently Change WORK folder location in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanently-Change-WORK-folder-location/m-p/282564#M19381</link>
    <description>&lt;P&gt;What is the reason for wanting a different location for the work library? T&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Jul 2016 22:24:09 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2016-07-06T22:24:09Z</dc:date>
    <item>
      <title>Permanently Change WORK folder location</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanently-Change-WORK-folder-location/m-p/282559#M19380</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to permanently change the WORK location from my C drive temp folder to another folder say on a shared drive? Or a different hard drive?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 21:49:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanently-Change-WORK-folder-location/m-p/282559#M19380</guid>
      <dc:creator>wzimmerman</dc:creator>
      <dc:date>2016-07-06T21:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Permanently Change WORK folder location</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanently-Change-WORK-folder-location/m-p/282564#M19381</link>
      <description>&lt;P&gt;What is the reason for wanting a different location for the work library? T&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 22:24:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanently-Change-WORK-folder-location/m-p/282564#M19381</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-07-06T22:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: Permanently Change WORK folder location</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanently-Change-WORK-folder-location/m-p/282565#M19382</link>
      <description>&lt;P&gt;I am dealing with large data and the temporary files are eating up my HHD space to the point that I run out of space in some instances.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So my choices are (1) Buy a bigger HDD. (2) Change the WORK folder to a network that has the space. (3) Buy a server version of SAS which is very expensive.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Option 2 seems the easiest and cheapest by far if doable.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 22:27:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanently-Change-WORK-folder-location/m-p/282565#M19382</guid>
      <dc:creator>wzimmerman</dc:creator>
      <dc:date>2016-07-06T22:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Permanently Change WORK folder location</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanently-Change-WORK-folder-location/m-p/282567#M19383</link>
      <description>&lt;P&gt;If you have access to a network drive then create a permanent library there and just remember to use the LIBRARY.DATASET notation in code or point to the library as needed. If you can map a drive letter (Windoze) to the network location then creating the library is easy after mapping the drive letter:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;libname mylib "X:\"; for example.&lt;/P&gt;
&lt;P&gt;Just make sure that the drive and the library are available to your projects.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that network drives may have performance issues depending on traffic.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jul 2016 22:36:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanently-Change-WORK-folder-location/m-p/282567#M19383</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-07-06T22:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Permanently Change WORK folder location</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanently-Change-WORK-folder-location/m-p/282582#M19386</link>
      <description>&lt;P&gt;Before run you code , add this line .&lt;/P&gt;
&lt;P&gt;Or you could add this line in AUTOEXEC file .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options user='d:\temp\';
&lt;/CODE&gt;&lt;/PRE&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>Thu, 07 Jul 2016 00:43:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanently-Change-WORK-folder-location/m-p/282582#M19386</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-07-07T00:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Permanently Change WORK folder location</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanently-Change-WORK-folder-location/m-p/282601#M19389</link>
      <description>&lt;P&gt;Note that you'll be giving up significant speed if you start working off of a network drive versus your local HD. &amp;nbsp;Especially if the files are big, you are effectively reading and writing a large amount of data across your network.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rather than a permanent setting, I would recommend using the user library option that&amp;nbsp;@ksharp has recommended.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you set up a library with the name user, SAS treats that as the WORK library instead of work, and you don't need to use a two level (libname.dataset) naming system.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 02:32:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Permanently-Change-WORK-folder-location/m-p/282601#M19389</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-07-07T02:32:52Z</dc:date>
    </item>
  </channel>
</rss>

