<?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: ERROR: Insufficient Space in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-Space/m-p/396581#M66532</link>
    <description>Thanks for that Chris. I found the compress option interesting. I am still having the same issue except now the error shows up when I try to run the same analysis that worked successfully in the past. Does anyone know how to deal with that?</description>
    <pubDate>Sat, 16 Sep 2017 18:25:47 GMT</pubDate>
    <dc:creator>Wafflecakes</dc:creator>
    <dc:date>2017-09-16T18:25:47Z</dc:date>
    <item>
      <title>ERROR: Insufficient Space</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-Space/m-p/396029#M66495</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;SAS Community,&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;I am trying to run a proc phreg with a model like so:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;proc phreg data=cars;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;class&lt;SPAN&gt;&amp;nbsp;year&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(ref=‘0’) miles&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(ref=‘0’) gas&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(ref='0') model&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(ref=‘0’) cost&lt;/SPAN&gt;&lt;SPAN&gt;(ref=‘0’) yearbought&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;(ref=‘0’);&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;model (t1, t2) *censor(0)=&amp;nbsp;&lt;SPAN&gt;year miles gas model cost yearbought&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;/ties=efron rl;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;output out=Mustang&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;dfbeta=dfbvar1 dfbvar2 dfbvar3 dfbvar4 dfbvar5 dfbvar6&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;ressch=scoenvar1&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;ressco=scorevar scorevar2 scorevar3 scorevar4 scorevar5 scorevar6&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;run;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;ERROR: Insufficient space in file WORK.'SASTMP-000000401'n.UTILITY.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;ERROR: FILE&amp;nbsp;&lt;SPAN&gt;WORK.'SASTMP-000000401'n.UTILITY is damaged. I/0 processing did not complete.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;&lt;SPAN&gt;Any thoughts on how to fix this problem? &amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 14 Sep 2017 17:42:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-Space/m-p/396029#M66495</guid>
      <dc:creator>Wafflecakes</dc:creator>
      <dc:date>2017-09-14T17:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient Space</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-Space/m-p/396087#M66498</link>
      <description>&lt;P&gt;You've run out of disk space in your SAS WORK library. Where are you running your program? On a PC, on a remote SAS server?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it's on a PC check the space on your hard drive.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 20:19:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-Space/m-p/396087#M66498</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-09-14T20:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient Space</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-Space/m-p/396088#M66499</link>
      <description>remove server. I have no choice but to work in the library it seems and I have tried other options like clearing it as much as possible.</description>
      <pubDate>Thu, 14 Sep 2017 20:21:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-Space/m-p/396088#M66499</guid>
      <dc:creator>Wafflecakes</dc:creator>
      <dc:date>2017-09-14T20:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient Space</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-Space/m-p/396124#M66500</link>
      <description>&lt;P&gt;There are a number of useful tips here&amp;nbsp;&lt;A href="https://support.sas.com/resources/papers/proceedings15/3196-2015.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings15/3196-2015.pdf&lt;/A&gt; which might help&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2017 23:50:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-Space/m-p/396124#M66500</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-09-14T23:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient Space</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-Space/m-p/396129#M66501</link>
      <description>&lt;P&gt;Besides the lack of disk-space, I am trying to diagnose the problem. &amp;nbsp;Could it be that there is something 'wrong' with the code itself?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2017 01:40:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-Space/m-p/396129#M66501</guid>
      <dc:creator>Wafflecakes</dc:creator>
      <dc:date>2017-09-15T01:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient Space</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-Space/m-p/396581#M66532</link>
      <description>Thanks for that Chris. I found the compress option interesting. I am still having the same issue except now the error shows up when I try to run the same analysis that worked successfully in the past. Does anyone know how to deal with that?</description>
      <pubDate>Sat, 16 Sep 2017 18:25:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-Space/m-p/396581#M66532</guid>
      <dc:creator>Wafflecakes</dc:creator>
      <dc:date>2017-09-16T18:25:47Z</dc:date>
    </item>
  </channel>
</rss>

