<?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: Insufficient Space in file in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-in-file/m-p/593264#M34785</link>
    <description>&lt;P&gt;Thank Anand_V,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Makes sense. But this also happens the other way around, in some other sessions I get this error on WORK but then it magically works fine when I change the path to permanent library.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Oct 2019 07:57:36 GMT</pubDate>
    <dc:creator>rawagah</dc:creator>
    <dc:date>2019-10-02T07:57:36Z</dc:date>
    <item>
      <title>Insufficient Space in file</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-in-file/m-p/593262#M34783</link>
      <description>&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get this error a lot and I have gotten mixed answers, some say it's a RAM issue while others say it's the storage size.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ERROR: Insufficient space in file MYLIBRARY.MYTABLE

ERROR: File MYLIBRARY.MYTABLE is damaged. I/O processing did not complete.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;However, I can work around it by just changing the library from my own to WORK library. This is frustrating as I need the output to be saved permanently. What can I do to solve this issue?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 07:23:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-in-file/m-p/593262#M34783</guid>
      <dc:creator>rawagah</dc:creator>
      <dc:date>2019-10-02T07:23:55Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Space in file</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-in-file/m-p/593263#M34784</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/293311"&gt;@rawagah&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks like the library path you wish to save your data permanently has less space than the file size. you may try to point your library to a different location with more disk space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 07:39:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-in-file/m-p/593263#M34784</guid>
      <dc:creator>AnandVyas</dc:creator>
      <dc:date>2019-10-02T07:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Space in file</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-in-file/m-p/593264#M34785</link>
      <description>&lt;P&gt;Thank Anand_V,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Makes sense. But this also happens the other way around, in some other sessions I get this error on WORK but then it magically works fine when I change the path to permanent library.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 07:57:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-in-file/m-p/593264#M34785</guid>
      <dc:creator>rawagah</dc:creator>
      <dc:date>2019-10-02T07:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Space in file</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-in-file/m-p/593265#M34786</link>
      <description>&lt;P&gt;WORK and MYLIBRARY most likely point to different drives, so it is not that strange that you receive the error message sometimes for WORK and sometimes for your library. You should talk to your server-admins, maybe they have defined a quota for WORK.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 08:05:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-in-file/m-p/593265#M34786</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-10-02T08:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Space in file</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-in-file/m-p/593266#M34787</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/293311"&gt;@rawagah&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Dears,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get this error a lot and I have gotten mixed answers, some say it's a RAM issue while others say it's the storage size.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ERROR: Insufficient space in file MYLIBRARY.MYTABLE

ERROR: File MYLIBRARY.MYTABLE is damaged. I/O processing did not complete.&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;However, I can work around it by just changing the library from my own to WORK library. This is frustrating as I need the output to be saved permanently. What can I do to solve this issue?&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;This is surely not a RAM issue, it is an overflow in your (allotted) disk storage.&lt;/P&gt;
&lt;P&gt;Determine where your permanent and WORK library are located (use the pathname() function), and then get yourself a picture of the free space there.&lt;/P&gt;
&lt;P&gt;Note that wise administrators will take care that no single user can exhaust a shared resource by setting quotas there, so what is reported as free may not be what you as an individual can use.&lt;/P&gt;
&lt;P&gt;WORK may be overused by remnants of crashed (or non-gracefully terminated) SAS sessions; this can be remedied by using the cleanutil utility provided by SAS.&lt;/P&gt;
&lt;P&gt;It is always a good idea to try the compress=yes dataset option when dealing with large datasets; if you have long character variables, the compression factor can exceed 90 percent.&lt;/P&gt;
&lt;P&gt;And, as always, Know Your Data (Maxim 3). You may have variables defined with default lengths that waste space unnecessarily, are always missing, contain redundant values, etc etc.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 08:16:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-in-file/m-p/593266#M34787</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-10-02T08:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Space in file</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-in-file/m-p/593514#M34788</link>
      <description>&lt;P&gt;The advice from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;pretty much covers it all. Just one additional comment; sometimes it'll succeed on your MYLIBRARY, and sometimes it'll succeed on WORK, because the balance of free space on both devices will go up and down with the datasets that you and other users are adding and deleting. Completely unpredictable, and exactly what I would expect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Wed, 02 Oct 2019 19:17:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Insufficient-Space-in-file/m-p/593514#M34788</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2019-10-02T19:17:55Z</dc:date>
    </item>
  </channel>
</rss>

