<?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 file WORK in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-space-in-file-WORK/m-p/384500#M65662</link>
    <description>&lt;P&gt;If yor code is one step only you can use libname USER assigned by yourself to a local big space, like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname user '...disk area under myfolders ...';

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;no need to change your code. sas will use libname USER automatically instead WORK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there are many steps you can add in between steps of deleting non used datasets, for eample:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data c;
    set a b;  
run;
/* no more use of datasets a b */

proc datasets lib=work nolist;
  delete a b;
run; quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Aug 2017 05:02:06 GMT</pubDate>
    <dc:creator>Shmuel</dc:creator>
    <dc:date>2017-08-01T05:02:06Z</dc:date>
    <item>
      <title>ERROR: Insufficient space in file WORK</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-space-in-file-WORK/m-p/384492#M65659</link>
      <description>&lt;DIV class="sasError"&gt;Hi All,&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Could someone guide me on how to resolve the below error in SAS University Edition.While running a merge Data step, since the file is big, I am getting the below error. Even I tried to delete some unwanted datasets in Work LIbrary, still getting the same issue.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Insufficient space in file WORK.PRICE_A.DATA.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: File WORK.PRICE_A.DATA is damaged. I/O processing did not complete.&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 491547 observations read from the data set WORK.US_STOCK_PRICE.&lt;/DIV&gt;&lt;DIV class="sasNote"&gt;NOTE: There were 704 observations read from the data set WORK.SEC_IND.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: The data set WORK.PRICE_A may be incomplete. When this step was stopped there were 491797 observations and 12 variables.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;WARNING: Data set WORK.PRICE_A was not replaced because this step was stopped.&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasWarning"&gt;Many Thanks!!!&lt;/DIV&gt;</description>
      <pubDate>Tue, 01 Aug 2017 04:21:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-space-in-file-WORK/m-p/384492#M65659</guid>
      <dc:creator>lakshmiG</dc:creator>
      <dc:date>2017-08-01T04:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient space in file WORK</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-space-in-file-WORK/m-p/384500#M65662</link>
      <description>&lt;P&gt;If yor code is one step only you can use libname USER assigned by yourself to a local big space, like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname user '...disk area under myfolders ...';

&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;no need to change your code. sas will use libname USER automatically instead WORK.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there are many steps you can add in between steps of deleting non used datasets, for eample:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data c;
    set a b;  
run;
/* no more use of datasets a b */

proc datasets lib=work nolist;
  delete a b;
run; quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 05:02:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-space-in-file-WORK/m-p/384500#M65662</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-08-01T05:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient space in file WORK</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-space-in-file-WORK/m-p/384503#M65663</link>
      <description>&lt;P&gt;Shmuel, Thanks much for your reply!&lt;/P&gt;&lt;P&gt;I will try using Libname statement, I will come back if I again face the issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 05:08:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-space-in-file-WORK/m-p/384503#M65663</guid>
      <dc:creator>lakshmiG</dc:creator>
      <dc:date>2017-08-01T05:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient space in file WORK</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-space-in-file-WORK/m-p/384509#M65664</link>
      <description>Sometimes, hopefully not in this case, you may need to reinstall SAS to remove the error. It seems to not clean up something from bad crashes and then your work get's permanently full.&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Aug 2017 05:40:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-space-in-file-WORK/m-p/384509#M65664</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-08-01T05:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient space in file WORK</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-space-in-file-WORK/m-p/384520#M65665</link>
      <description>&lt;P&gt;You can add your vote on&amp;nbsp;&lt;A href="https://communities.sas.com/t5/SASware-Ballot-Ideas/Do-a-thorough-clean-in-SAS-University-Edition/idi-p/337266" target="_blank"&gt;https://communities.sas.com/t5/SASware-Ballot-Ideas/Do-a-thorough-clean-in-SAS-University-Edition/idi-p/337266&lt;/A&gt;, which deals with this kind of problems.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 06:18:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-space-in-file-WORK/m-p/384520#M65665</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-08-01T06:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient space in file WORK</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-space-in-file-WORK/m-p/384521#M65666</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;, assuming this is the case, should next code - being first code to run - &amp;nbsp;help?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc datasets lib=work kill; run; quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 01 Aug 2017 06:20:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-space-in-file-WORK/m-p/384521#M65666</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-08-01T06:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient space in file WORK</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-space-in-file-WORK/m-p/384523#M65667</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/88384"&gt;@Shmuel&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879"&gt;@Reeza&lt;/a&gt;, assuming this is the case, should next code - being first code to run - &amp;nbsp;help?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc datasets lib=work kill; run; quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;No, that only cleans the current WORK directory. Orphaned WORK directories from previously crashed sessions must be cleaned with the cleanutil utility, but that can't be used on SAS UE (no XCMD or console access). That's why I posted my Ballot Idea that UE cleans its temporary spaces on its own when it is (re)started.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 06:24:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-space-in-file-WORK/m-p/384523#M65667</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-08-01T06:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient space in file WORK</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-space-in-file-WORK/m-p/384524#M65668</link>
      <description>SAS UE is a learning edition so you should be able limit your data sets drastically and still learn.</description>
      <pubDate>Tue, 01 Aug 2017 06:25:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-space-in-file-WORK/m-p/384524#M65668</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-08-01T06:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient space in file WORK</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-space-in-file-WORK/m-p/384527#M65670</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH&lt;/a&gt; wrote:&lt;BR /&gt;SAS UE is a learning edition so you should be able limit your data sets drastically and still learn.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Yeah, but 491547 observations (as stated in the OP) should be far removed from the 10 GB space limit of SAS UE.&lt;/P&gt;
&lt;P&gt;If the OP kept lots of intermediate datasets in WORK up to this point, inspecting and cleaning the WORK may help. But if it's the problem with the leftover WORKS, a reinstallation of SAS UE might be in order.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 06:31:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-space-in-file-WORK/m-p/384527#M65670</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-08-01T06:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient space in file WORK</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-space-in-file-WORK/m-p/384570#M65682</link>
      <description>&lt;P&gt;You can make that shared fold to your WORK library.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;options &amp;nbsp;user='/folders/myfolders/';&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 12:23:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-space-in-file-WORK/m-p/384570#M65682</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-08-01T12:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient space in file WORK</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-space-in-file-WORK/m-p/384771#M65688</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt; given 32k variables though...but yeah, I get your point &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
      <pubDate>Tue, 01 Aug 2017 19:39:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/ERROR-Insufficient-space-in-file-WORK/m-p/384771#M65688</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-08-01T19:39:51Z</dc:date>
    </item>
  </channel>
</rss>

