<?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 disk space full in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-disk-space-full/m-p/709991#M218467</link>
    <description>&lt;P&gt;Thanks Kurt - I have tried this although I am unable to find the physical path directory provided. It sends my to my user folder and then directs me to an AppData folder. Although I can't seem to find this AppData folder in the path location. Any other thoughts?&lt;/P&gt;</description>
    <pubDate>Thu, 07 Jan 2021 18:45:56 GMT</pubDate>
    <dc:creator>njgrubic</dc:creator>
    <dc:date>2021-01-07T18:45:56Z</dc:date>
    <item>
      <title>SAS disk space full</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-disk-space-full/m-p/709986#M218465</link>
      <description>&lt;P&gt;I have been receiving the following error from SAS when I try to run a program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Insufficient space in file WORK.CARES1_8.DATA.&lt;BR /&gt;ERROR: File WORK.CARES1_8.DATA is damaged. I/O processing did not complete&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/53281i024663B7133A0FD2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;From what I could gather from other forum posts, my temporary file work folder has been clogged up from SAS programs that have been incorrectly terminated (I have been terminating programs recently due to long running times). I am unable to find the folder to clear these temporary files? Is there a SAS proc or a location I should be looking in on my PC?&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 18:34:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-disk-space-full/m-p/709986#M218465</guid>
      <dc:creator>njgrubic</dc:creator>
      <dc:date>2021-01-07T18:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS disk space full</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-disk-space-full/m-p/709988#M218466</link>
      <description>&lt;P&gt;Start a SAS session, right-click on WORK in Libraries, and select Properties. You will see the physical path to the directory. How you navigate there depends on your SAS setup (local, client-server, operating systems). Then you remove all orphaned directories there.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 18:41:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-disk-space-full/m-p/709988#M218466</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-01-07T18:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: SAS disk space full</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-disk-space-full/m-p/709991#M218467</link>
      <description>&lt;P&gt;Thanks Kurt - I have tried this although I am unable to find the physical path directory provided. It sends my to my user folder and then directs me to an AppData folder. Although I can't seem to find this AppData folder in the path location. Any other thoughts?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 18:45:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-disk-space-full/m-p/709991#M218467</guid>
      <dc:creator>njgrubic</dc:creator>
      <dc:date>2021-01-07T18:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS disk space full</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-disk-space-full/m-p/709992#M218468</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/349601"&gt;@njgrubic&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Folder AppData is hidden by default. So, you need to change the setting for "Hidden files and folders" in the Windows Explorer: Tools --&amp;gt; Folder Options… --&amp;gt; View.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: Actually&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;deserves the "accepted solution". To make this post an alternative solution I add:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%put %sysfunc(pathname(work));&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The above %PUT statement writes the path of the WORK library to the log. Typically, the parent folder of that folder contains the "orphaned" Work folders from old (crashed) SAS sessions alongside the current Work folder(s). The subfolder names contain process IDs to make them unique.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 19:25:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-disk-space-full/m-p/709992#M218468</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2021-01-07T19:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS disk space full</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-disk-space-full/m-p/710152#M218555</link>
      <description>Direct your WORK library into other fold.&lt;BR /&gt;&lt;BR /&gt;libname x v9 'c:\temp';&lt;BR /&gt;options user=x ;</description>
      <pubDate>Fri, 08 Jan 2021 11:56:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-disk-space-full/m-p/710152#M218555</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2021-01-08T11:56:08Z</dc:date>
    </item>
  </channel>
</rss>

