<?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 U Edition. ERROR: Insufficient space in file WORK. in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/SAS-U-Edition-ERROR-Insufficient-space-in-file-WORK/m-p/577191#M13157</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I already assign the user, but it's so strange the error shows that it was working on WORK library.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;options user = '/folders/myfolders/';&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 27 Jul 2019 21:36:28 GMT</pubDate>
    <dc:creator>zhbin</dc:creator>
    <dc:date>2019-07-27T21:36:28Z</dc:date>
    <item>
      <title>SAS U Edition. ERROR: Insufficient space in file WORK.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-U-Edition-ERROR-Insufficient-space-in-file-WORK/m-p/577124#M13146</link>
      <description>&lt;P&gt;I use SAS University Edition on my Mac.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running a big file about 27G now. My code run well yesterday when dealing with a 24G big data file.&lt;/P&gt;&lt;P&gt;Here is my code: (hg01merged is the input big data)&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;proc sort tagsort data=_temp0.hg01merged out=hg.newmm reverse;&lt;BR /&gt;by party_id company country exp_imp shipment tel;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Today I encounter this problem but it worked well yesterday.&lt;/P&gt;&lt;DIV class="sasError focus-line"&gt;ERROR: Insufficient space in file WORK.'SASTMP-000000031'n.UTILITY.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: File WORK.'SASTMP-000000031'n.UTILITY is damaged. I/O processing did not complete.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;I tried reinstall the SAS U Edition as mentioned here:&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SAS-Studio/ERROR-Insufficient-space-in-file-WORK-SASTMP-000000096-n-UTILITY/td-p/406784" target="_blank" rel="noopener"&gt;https://communities.sas.com/t5/SAS-Studio/ERROR-Insufficient-space-in-file-WORK-SASTMP-000000096-n-UTILITY/td-p/406784&lt;/A&gt;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;But it does not work.&lt;BR /&gt;&lt;BR /&gt;The remaining space in my share folder is about 152G on my Mac which should be enough. Can anyone help me out of this? Thank you so much.&lt;/DIV&gt;</description>
      <pubDate>Sat, 27 Jul 2019 03:35:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-U-Edition-ERROR-Insufficient-space-in-file-WORK/m-p/577124#M13146</guid>
      <dc:creator>zhbin</dc:creator>
      <dc:date>2019-07-27T03:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS U Edition. ERROR: Insufficient space in file WORK.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-U-Edition-ERROR-Insufficient-space-in-file-WORK/m-p/577131#M13148</link>
      <description>&lt;P&gt;University Edition is a learning tool with limited internal space, and since WORK is inside the virtual machine, it is limited.&lt;/P&gt;
&lt;P&gt;At some point, even the tagsort utility file will exceed that limit.&lt;/P&gt;
&lt;P&gt;Try to assign a USER library on your shared folder (if USER is present, SAS will use it instead of WORK).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you sure that what you do does not violate the UE license agreement?&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jul 2019 06:02:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-U-Edition-ERROR-Insufficient-space-in-file-WORK/m-p/577131#M13148</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-07-27T06:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: SAS U Edition. ERROR: Insufficient space in file WORK.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-U-Edition-ERROR-Insufficient-space-in-file-WORK/m-p/577191#M13157</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I already assign the user, but it's so strange the error shows that it was working on WORK library.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;options user = '/folders/myfolders/';&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jul 2019 21:36:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-U-Edition-ERROR-Insufficient-space-in-file-WORK/m-p/577191#M13157</guid>
      <dc:creator>zhbin</dc:creator>
      <dc:date>2019-07-27T21:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS U Edition. ERROR: Insufficient space in file WORK.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-U-Edition-ERROR-Insufficient-space-in-file-WORK/m-p/577212#M13160</link>
      <description>&lt;P&gt;Create a directory, and use it in a libname:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname user '/folders/myfolders/user';&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 28 Jul 2019 06:24:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-U-Edition-ERROR-Insufficient-space-in-file-WORK/m-p/577212#M13160</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-07-28T06:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS U Edition. ERROR: Insufficient space in file WORK.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-U-Edition-ERROR-Insufficient-space-in-file-WORK/m-p/577213#M13161</link>
      <description>&lt;P&gt;It doesn't help. The error still exists.&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jul 2019 07:35:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-U-Edition-ERROR-Insufficient-space-in-file-WORK/m-p/577213#M13161</guid>
      <dc:creator>zhbin</dc:creator>
      <dc:date>2019-07-28T07:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS U Edition. ERROR: Insufficient space in file WORK.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-U-Edition-ERROR-Insufficient-space-in-file-WORK/m-p/577214#M13162</link>
      <description>&lt;P&gt;Then you will have to reduce your data. Proof of concept or examples for learning do not need overly large data.&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jul 2019 07:46:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-U-Edition-ERROR-Insufficient-space-in-file-WORK/m-p/577214#M13162</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-07-28T07:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS U Edition. ERROR: Insufficient space in file WORK.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-U-Edition-ERROR-Insufficient-space-in-file-WORK/m-p/577287#M13183</link>
      <description>&lt;P&gt;It's truly for study usage. I am writing my academic paper which has to process such large data.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 02:53:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-U-Edition-ERROR-Insufficient-space-in-file-WORK/m-p/577287#M13183</guid>
      <dc:creator>zhbin</dc:creator>
      <dc:date>2019-07-29T02:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAS U Edition. ERROR: Insufficient space in file WORK.</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-U-Edition-ERROR-Insufficient-space-in-file-WORK/m-p/577618#M13251</link>
      <description>&lt;P&gt;In that case, your tutors need to get you a SAS On Demand for Academics access, where such data sizes can be processed; or they give you an account for the university's SAS environment.&lt;/P&gt;
&lt;P&gt;You cannot do this with the locally installed SAS UE.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 06:42:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-U-Edition-ERROR-Insufficient-space-in-file-WORK/m-p/577618#M13251</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-07-30T06:42:30Z</dc:date>
    </item>
  </channel>
</rss>

