<?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 Disk full OUT OF RESOURCES question in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Disk-full-OUT-OF-RESOURCES-question/m-p/567591#M75138</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have big data on an shared drive on the server. 15GB dataset.&lt;/P&gt;&lt;P&gt;When I am running it I am receiving following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Disk Full: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Out of Resources. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;R Retry, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;N. Tell procedure/DATA step no more resources. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C. Cancel Submitted Statements. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;T.Terminate SAS.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Also&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ERROR: Insufficient space in file WORK....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ERROR : Failure while merging sorted runs from utility file 1 to final output.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ERROR: Failure encountered during external sort.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ERROR: File WORK.ALL_EDATUM.DATA is damaged. I/O processing did not complete.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The shared network disk has 12 GB left available.&lt;/P&gt;&lt;P&gt;Is this why I receive the errors? Should I increase the size maybe?&lt;/P&gt;&lt;P&gt;Why does this happend though? I mean does it use x amount of space when I run the datacode?&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jun 2019 12:29:13 GMT</pubDate>
    <dc:creator>Freppys</dc:creator>
    <dc:date>2019-06-20T12:29:13Z</dc:date>
    <item>
      <title>Disk full OUT OF RESOURCES question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Disk-full-OUT-OF-RESOURCES-question/m-p/567591#M75138</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have big data on an shared drive on the server. 15GB dataset.&lt;/P&gt;&lt;P&gt;When I am running it I am receiving following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Disk Full: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Out of Resources. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;R Retry, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;N. Tell procedure/DATA step no more resources. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C. Cancel Submitted Statements. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;T.Terminate SAS.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Also&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ERROR: Insufficient space in file WORK....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ERROR : Failure while merging sorted runs from utility file 1 to final output.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ERROR: Failure encountered during external sort.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ERROR: File WORK.ALL_EDATUM.DATA is damaged. I/O processing did not complete.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The shared network disk has 12 GB left available.&lt;/P&gt;&lt;P&gt;Is this why I receive the errors? Should I increase the size maybe?&lt;/P&gt;&lt;P&gt;Why does this happend though? I mean does it use x amount of space when I run the datacode?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 12:29:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Disk-full-OUT-OF-RESOURCES-question/m-p/567591#M75138</guid>
      <dc:creator>Freppys</dc:creator>
      <dc:date>2019-06-20T12:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Disk full OUT OF RESOURCES question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Disk-full-OUT-OF-RESOURCES-question/m-p/567596#M75139</link>
      <description>&lt;P&gt;You get that error in your WORK location, so you need to check there.&lt;/P&gt;
&lt;P&gt;For further help, please post the log of the failing step, using the {i} button.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 12:59:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Disk-full-OUT-OF-RESOURCES-question/m-p/567596#M75139</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-06-20T12:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Disk full OUT OF RESOURCES question</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Disk-full-OUT-OF-RESOURCES-question/m-p/567736#M75144</link>
      <description>&lt;P&gt;You probably need to look at some coding efficiency activities.&amp;nbsp; For instance, using TAGSORT takes lot less disk space than a regular sort.&amp;nbsp; You may also want to explicitly delete work files and, when possible, use the KEEP option so the procedures minimize the data they have to carry.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2019 19:08:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Disk-full-OUT-OF-RESOURCES-question/m-p/567736#M75144</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2019-06-20T19:08:13Z</dc:date>
    </item>
  </channel>
</rss>

