<?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: Does SAS take much space of C drive? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-take-much-space-of-C-drive/m-p/851293#M41925</link>
    <description>Thank you for your reply.&lt;BR /&gt;Thanks for your hint, I found there was very big logs in C drive '\AppData\Roaming\SAS\EnterpriseGuide\EGTEMP'.&lt;BR /&gt;After deleting files in this folder, I get about 200GB capacity.&lt;BR /&gt;Yes, I think I solved the problem.&lt;BR /&gt;Thank you.</description>
    <pubDate>Wed, 28 Dec 2022 02:47:53 GMT</pubDate>
    <dc:creator>SweetPotato</dc:creator>
    <dc:date>2022-12-28T02:47:53Z</dc:date>
    <item>
      <title>Does SAS take much space of C drive?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-take-much-space-of-C-drive/m-p/851289#M41923</link>
      <description>&lt;P&gt;Hi, I'm importing 300GB csv file by using SAS with sas studio.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I import csv file successfully. But after importing csv file, my C drive capacity has increase a lot.&lt;/P&gt;&lt;P&gt;Does SAS save some temporary file, during importing? Or is there anything something wrong..?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm SAS newbie, please help me....&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 01:42:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-take-much-space-of-C-drive/m-p/851289#M41923</guid>
      <dc:creator>SweetPotato</dc:creator>
      <dc:date>2022-12-28T01:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS take much space of C drive?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-take-much-space-of-C-drive/m-p/851290#M41924</link>
      <description>&lt;P&gt;SAS will store files created during a SAS session in library WORK if no other library defined explicitly (=two level table name).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS will also create temporary files during processing like a Proc Sort in the utilloc destination.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;WORK gets deleted when you terminate your SAS Session (like closing your Studio session).&lt;/P&gt;
&lt;P&gt;Files in UTILLOC get deleted once the creating process doesn't need them anymore.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where WORK and UTILLOC point to depends on your SAS installation.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Execute below. The SAS Log will then tell you where such files get stored physically.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc options option=WORK;
run;
proc options option=UTILLOC;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 02:09:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-take-much-space-of-C-drive/m-p/851290#M41924</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2022-12-28T02:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS take much space of C drive?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-take-much-space-of-C-drive/m-p/851293#M41925</link>
      <description>Thank you for your reply.&lt;BR /&gt;Thanks for your hint, I found there was very big logs in C drive '\AppData\Roaming\SAS\EnterpriseGuide\EGTEMP'.&lt;BR /&gt;After deleting files in this folder, I get about 200GB capacity.&lt;BR /&gt;Yes, I think I solved the problem.&lt;BR /&gt;Thank you.</description>
      <pubDate>Wed, 28 Dec 2022 02:47:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-take-much-space-of-C-drive/m-p/851293#M41925</guid>
      <dc:creator>SweetPotato</dc:creator>
      <dc:date>2022-12-28T02:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Does SAS take much space of C drive?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-take-much-space-of-C-drive/m-p/851311#M41926</link>
      <description>&lt;P&gt;Since &lt;STRONG&gt;SAS Studio&lt;/STRONG&gt; is a web application which usually runs on a remote server, no additional space on your Windows desktop should be used.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Enterprise Guide&lt;/STRONG&gt; is different, as it is a Windows application which stores data on your desktop.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 08:12:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-SAS-take-much-space-of-C-drive/m-p/851311#M41926</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-12-28T08:12:30Z</dc:date>
    </item>
  </channel>
</rss>

