<?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: No disk space is available for the write operation on SAS University Edition in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570753#M160972</link>
    <description>If you've had SAS terminate due to large file sizes you often need to either manually find all the leftover files and clean it up - hard with the lockdown setup or re-install the VM itself. I haven't had anyone say this approach doesn't work, so if it doesn't, I'd be very curious to know that.</description>
    <pubDate>Tue, 02 Jul 2019 20:44:41 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-07-02T20:44:41Z</dc:date>
    <item>
      <title>No disk space is available for the write operation on SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570733#M160964</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a file of 9GB size. I tried to sort it on SAS U Edition. But it said "No disk space is available for the write operation." On the other hand, when I tried a smaller file, it run perfectly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My computer is Mac OS&amp;nbsp;10.13.6 (17G3025), I have 150GB available space on my disk. I also set enough space on VM.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know how to solve this problem and I also don't know is it true that the SAS U Edition only allow 5GB space for user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Part of the code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* hg is my database name */&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="sasSource"&gt;83 proc sort data=hg.hg01merged out=hg.newmh reverse;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;84 by party_id company country shipment tel;&lt;/DIV&gt;&lt;DIV class="sasSource"&gt;85 run;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError focus-line"&gt;ERROR: No disk space is available for the write operation. Filename =&lt;/DIV&gt;&lt;DIV class="sasError"&gt;/tmp/SAS_util000100000978_localhost.localdomain/ut0978000005.utl.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Failure while attempting to write page 693 of sorted run 8.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Failure while attempting to write page 44968 to utility file 1.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Failure encountered while creating initial set of sorted runs.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Failure encountered during external sort.&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Sort execution failure.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: There were 7943553 observations read from the data set HG.HG01MERGED.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: The data set HG.NEWMH may be incomplete. When this step was stopped there were 0 observations and 31 variables.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: PROCEDURE SORT used (Total process time):&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;real time 53.72 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;cpu time 44.25 seconds&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;Thanks.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 19:29:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570733#M160964</guid>
      <dc:creator>ZhibinHuang</dc:creator>
      <dc:date>2019-07-02T19:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: No disk space is available for the write operation on SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570734#M160965</link>
      <description>Where do you set the VM to a particular size? I recall settings for RAM and COREs but not for size, so curious as to how you : "set enough space on VM"?&lt;BR /&gt;&lt;BR /&gt;Here's some instructions on working around the size limitations in SAS UE. This is in draft so let me know if something is wrong or not working.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/statgeek/SAS-Tutorials/blob/master/SAS%20UE%20-%20How%20to%20work%20with%20big%20files.md" target="_blank"&gt;https://github.com/statgeek/SAS-Tutorials/blob/master/SAS%20UE%20-%20How%20to%20work%20with%20big%20files.md&lt;/A&gt;</description>
      <pubDate>Tue, 02 Jul 2019 19:32:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570734#M160965</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-02T19:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: No disk space is available for the write operation on SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570739#M160966</link>
      <description>&lt;P&gt;Sorry for confusing. I set RAM as 10240MB and core 2 CPUs.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 19:48:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570739#M160966</guid>
      <dc:creator>ZhibinHuang</dc:creator>
      <dc:date>2019-07-02T19:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: No disk space is available for the write operation on SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570741#M160967</link>
      <description>RAM isn't usually SAS limitation but you need three times the file size to sort, which would be 18GB so you need to redirect your work library. At least it's worth the try. Make sure to change your libname references in your code as well.</description>
      <pubDate>Tue, 02 Jul 2019 19:53:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570741#M160967</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-02T19:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: No disk space is available for the write operation on SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570747#M160969</link>
      <description>&lt;P&gt;I already created my own library by the code below, but it still doesn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;libname HG '/folders/myfolders/';&lt;BR /&gt;options user = HG;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;even I create a new share folder called "newfolder" and redo it. Nothing different.&lt;/P&gt;&lt;P&gt;libname HB '/folders/myshortcuts/newfolder/';&lt;BR /&gt;options user = HB;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 20:24:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570747#M160969</guid>
      <dc:creator>ZhibinHuang</dc:creator>
      <dc:date>2019-07-02T20:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: No disk space is available for the write operation on SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570749#M160971</link>
      <description>&lt;P&gt;Use a smaller file. UE is for learning&amp;nbsp;&lt;EM&gt;only&lt;/EM&gt;, and you don't need large data for learning.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 20:31:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570749#M160971</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-07-02T20:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: No disk space is available for the write operation on SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570753#M160972</link>
      <description>If you've had SAS terminate due to large file sizes you often need to either manually find all the leftover files and clean it up - hard with the lockdown setup or re-install the VM itself. I haven't had anyone say this approach doesn't work, so if it doesn't, I'd be very curious to know that.</description>
      <pubDate>Tue, 02 Jul 2019 20:44:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570753#M160972</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-02T20:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: No disk space is available for the write operation on SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570782#M160987</link>
      <description>&lt;P&gt;To have more disk space in a VM, you need to either add virtual disks or point to a shared folder sitting on the host OS.&lt;/P&gt;
&lt;P&gt;I don't have UE so I am unsure if this is possible.&lt;/P&gt;
&lt;P&gt;As&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;mentionned, UE is not meant to process real-world data, so SAS may well have limited it.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 00:26:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570782#M160987</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2019-07-03T00:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: No disk space is available for the write operation on SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570787#M160991</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16961"&gt;@ChrisNZ&lt;/a&gt;&amp;nbsp;you can point to a folder on the OS, but you cannot change the size/setup of VM besides RAM (machine limited) and # of cores (max=2).&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 01:18:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570787#M160991</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-03T01:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: No disk space is available for the write operation on SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570790#M160992</link>
      <description>&lt;P&gt;Thanks. But where can I get the normal edition of SAS? I can't find it on the web.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 01:59:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570790#M160992</guid>
      <dc:creator>ZhibinHuang</dc:creator>
      <dc:date>2019-07-03T01:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: No disk space is available for the write operation on SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570791#M160993</link>
      <description>It's a paid product, and not cheap. If you're a student you can usually get a version from your University at a steep discount, which means somewhere between $0 to $100 usually.</description>
      <pubDate>Wed, 03 Jul 2019 02:24:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570791#M160993</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-03T02:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: No disk space is available for the write operation on SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570792#M160994</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/277877"&gt;@ZhibinHuang&lt;/a&gt;&amp;nbsp;- You won't find it on the web. To get the "normal" version of SAS you need to contact your SAS account manager, purchase a SAS licence, then a SAS software order will be emailed to you from which you can download the software.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 02:25:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570792#M160994</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-07-03T02:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: No disk space is available for the write operation on SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570797#M160995</link>
      <description>&lt;P&gt;Yes I am a student. Thank you so much.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 03:23:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570797#M160995</guid>
      <dc:creator>ZhibinHuang</dc:creator>
      <dc:date>2019-07-03T03:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: No disk space is available for the write operation on SAS University Edition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570798#M160996</link>
      <description>&lt;P&gt;Got it, thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 03:23:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-disk-space-is-available-for-the-write-operation-on-SAS/m-p/570798#M160996</guid>
      <dc:creator>ZhibinHuang</dc:creator>
      <dc:date>2019-07-03T03:23:42Z</dc:date>
    </item>
  </channel>
</rss>

