<?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 Disk full or maybe damaged in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Disk-full-or-maybe-damaged/m-p/97285#M8788</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some of the answers depend on your operating system.&amp;nbsp; For example, on Unix, a failed SAS job may preserve its WORK area.&amp;nbsp; It would be worth looking for WORK folders that are just hanging around and should be deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using COMPRESS=YES or COMPRESS=BINARY?&amp;nbsp; Depending on characteristics of your data, you might save a lot of disk space (at a small cost in CPU time to uncompress data sets as they are needed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the WORK areas compete with permanently saved data sets for the same disk space?&amp;nbsp; You might have old, permanent SAS data sets that are no longer needed.&amp;nbsp; Is that what you mean when you save you purge/delete everything that you no longer need?&amp;nbsp; If so, remember that you can delete WORK data sets that you no longer need in the middle of your program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc datasets library=work;&lt;/P&gt;&lt;P&gt;delete data sets I no longer need;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Apr 2013 14:30:55 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2013-04-04T14:30:55Z</dc:date>
    <item>
      <title>Error Disk full or maybe damaged</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Disk-full-or-maybe-damaged/m-p/97282#M8785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i always seem to get this error of disk full or maybe damaged which means that in the server i have no longer free space. I do the purging and delete everything i no longer use.&lt;/P&gt;&lt;P&gt;Is there a way to bypass that? (I know i can just ask the administrator to buy new servers but that would not be recommended)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 12:16:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Disk-full-or-maybe-damaged/m-p/97282#M8785</guid>
      <dc:creator>M_A_C</dc:creator>
      <dc:date>2013-04-04T12:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error Disk full or maybe damaged</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Disk-full-or-maybe-damaged/m-p/97283#M8786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you asking how you can bypass the error that tells you there is no more disk space available?&amp;nbsp; Don't think that is feasible.&amp;nbsp; If your system administrators are enforcing disk quotas, then you might could increase your allotment without purchasing new servers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 13:23:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Disk-full-or-maybe-damaged/m-p/97283#M8786</guid>
      <dc:creator>DBailey</dc:creator>
      <dc:date>2013-04-04T13:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error Disk full or maybe damaged</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Disk-full-or-maybe-damaged/m-p/97284#M8787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isn't there like a way to save the temporary tables on your own hard disk ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 14:22:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Disk-full-or-maybe-damaged/m-p/97284#M8787</guid>
      <dc:creator>M_A_C</dc:creator>
      <dc:date>2013-04-04T14:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error Disk full or maybe damaged</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Disk-full-or-maybe-damaged/m-p/97285#M8788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some of the answers depend on your operating system.&amp;nbsp; For example, on Unix, a failed SAS job may preserve its WORK area.&amp;nbsp; It would be worth looking for WORK folders that are just hanging around and should be deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using COMPRESS=YES or COMPRESS=BINARY?&amp;nbsp; Depending on characteristics of your data, you might save a lot of disk space (at a small cost in CPU time to uncompress data sets as they are needed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the WORK areas compete with permanently saved data sets for the same disk space?&amp;nbsp; You might have old, permanent SAS data sets that are no longer needed.&amp;nbsp; Is that what you mean when you save you purge/delete everything that you no longer need?&amp;nbsp; If so, remember that you can delete WORK data sets that you no longer need in the middle of your program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc datasets library=work;&lt;/P&gt;&lt;P&gt;delete data sets I no longer need;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 14:30:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Disk-full-or-maybe-damaged/m-p/97285#M8788</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2013-04-04T14:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error Disk full or maybe damaged</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Disk-full-or-maybe-damaged/m-p/97286#M8789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;M.A.C.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seeing your other post, you have a huge incoming dataset.&amp;nbsp; Judicious use of the KEEP statement or option will significantly reduce work data set size; EGuide does that as well as using VIEWs when you are using the task interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a shared server environment, putting the WORK space on a separate spindle can do marvels.&amp;nbsp; It can also be treated as a separate drive and not backed up.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also in a shared server environment, the problem may be someone else's and you may be "collateral damage".&amp;nbsp; The network admin can tell you if others are using all the space.&amp;nbsp; As Astounding said, the server environment can make a big difference; maybe you could tell us more about your work setup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doc Muhlbaier&lt;/P&gt;&lt;P&gt;Duke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 17:46:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-Disk-full-or-maybe-damaged/m-p/97286#M8789</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2013-04-04T17:46:56Z</dc:date>
    </item>
  </channel>
</rss>

