<?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: SAS_PROC SQL_Temporary files in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-PROC-SQL-Temporary-files/m-p/350382#M273651</link>
    <description>&lt;P&gt;Note that the solution you've linked to is a&amp;nbsp;permanent change for where your WORK directory is stored. If that post answered your question, please mark it as the solution.&lt;/P&gt;</description>
    <pubDate>Sun, 16 Apr 2017 19:40:33 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-04-16T19:40:33Z</dc:date>
    <item>
      <title>SAS_PROC SQL_Temporary files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-PROC-SQL-Temporary-files/m-p/350287#M273644</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I need to use PROC.SQL statements for my analysis. The problem is, SAS uses C disk in order to create temporary files when I use SQL statements. My datasets are very large and I do not have enough space for that. Could you please explain me how to allocate this temporary file in other place rather than C disk?&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 17:36:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-PROC-SQL-Temporary-files/m-p/350287#M273644</guid>
      <dc:creator>Khaladdin</dc:creator>
      <dc:date>2017-04-15T17:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAS_PROC SQL_Temporary files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-PROC-SQL-Temporary-files/m-p/350300#M273645</link>
      <description>&lt;P&gt;Use the -utilloc option, either in a config file or on the SAS commandline.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 18:03:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-PROC-SQL-Temporary-files/m-p/350300#M273645</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-04-15T18:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS_PROC SQL_Temporary files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-PROC-SQL-Temporary-files/m-p/350301#M273646</link>
      <description>how to use it?</description>
      <pubDate>Sat, 15 Apr 2017 18:05:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-PROC-SQL-Temporary-files/m-p/350301#M273646</guid>
      <dc:creator>Khaladdin</dc:creator>
      <dc:date>2017-04-15T18:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS_PROC SQL_Temporary files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-PROC-SQL-Temporary-files/m-p/350313#M273647</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/122878"&gt;@Khaladdin&lt;/a&gt; wrote:&lt;BR /&gt;how to use it?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I alreaady told you that. Which config file or shell script (commandline) depends on your SAS setup.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 20:26:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-PROC-SQL-Temporary-files/m-p/350313#M273647</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-04-15T20:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS_PROC SQL_Temporary files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-PROC-SQL-Temporary-files/m-p/350314#M273648</link>
      <description>&lt;P&gt;The C drive is used when you're either&lt;/P&gt;
&lt;P&gt;1. Accessing a DBMS but using functions that are not supported on the DBMS&lt;/P&gt;
&lt;P&gt;2. Using data both in SAS and on the server - the data is then brought down the server to be processed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. All your data is local.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Identify which situation you're in first.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If #3, there aren't any workarounds.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If its 1/2 you can modify your query so that it's processed on the server instead.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 20:47:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-PROC-SQL-Temporary-files/m-p/350314#M273648</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-15T20:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAS_PROC SQL_Temporary files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-PROC-SQL-Temporary-files/m-p/350328#M273649</link>
      <description>&lt;P&gt;One workaround is to compress your SAS datasets at the expense of slowing your programs down a bit. Put this at the start of your program. If you are lucky it might give you enough space to complete your job successfully. At the end of the day you may still need to put another hard drive in your PC. Warning - don't write SAS temporary files to a network drive unless you want your programs to run forever and seriously annoy IT administrators.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options compress = binary;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 23:58:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-PROC-SQL-Temporary-files/m-p/350328#M273649</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-04-15T23:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAS_PROC SQL_Temporary files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-PROC-SQL-Temporary-files/m-p/350350#M273650</link>
      <description>&lt;P&gt;I followed that link and it worked:&lt;/P&gt;&lt;P&gt;&lt;A href="http://stats.idre.ucla.edu/sas/icu/customizing-sas-8-2/" target="_blank"&gt;http://stats.idre.ucla.edu/sas/icu/customizing-sas-8-2/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Apr 2017 08:11:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-PROC-SQL-Temporary-files/m-p/350350#M273650</guid>
      <dc:creator>Khaladdin</dc:creator>
      <dc:date>2017-04-16T08:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS_PROC SQL_Temporary files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-PROC-SQL-Temporary-files/m-p/350382#M273651</link>
      <description>&lt;P&gt;Note that the solution you've linked to is a&amp;nbsp;permanent change for where your WORK directory is stored. If that post answered your question, please mark it as the solution.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Apr 2017 19:40:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-PROC-SQL-Temporary-files/m-p/350382#M273651</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-04-16T19:40:33Z</dc:date>
    </item>
  </channel>
</rss>

