<?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 memory log error - identify what causes it in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-log-error-identify-what-causes-it/m-p/324184#M271279</link>
    <description>&lt;P&gt;Insufficient memory points to RAM, not disk.&lt;/P&gt;
&lt;P&gt;Please post the log including the step that caused the ERROR, and some information about the dataset(s) used (variables, number of observations, cardinality of class variables, if such were used)&lt;/P&gt;</description>
    <pubDate>Thu, 12 Jan 2017 09:09:19 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-01-12T09:09:19Z</dc:date>
    <item>
      <title>Insufficient memory log error - identify what causes it</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-log-error-identify-what-causes-it/m-p/324179#M271278</link>
      <description>&lt;P&gt;My log file contains this error message:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ERROR: Insufficient memory.
ERROR: The SAS System stopped processing this step because of insufficient memory.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ussually this is due insufficient space for WORK library datasets but i have been assured by our IT support that&amp;nbsp;Saswork is currently only 56% full. What can I do to find out more details about this error to ultimately solve this issue? Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2017 08:50:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-log-error-identify-what-causes-it/m-p/324179#M271278</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2017-01-12T08:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient memory log error - identify what causes it</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-log-error-identify-what-causes-it/m-p/324184#M271279</link>
      <description>&lt;P&gt;Insufficient memory points to RAM, not disk.&lt;/P&gt;
&lt;P&gt;Please post the log including the step that caused the ERROR, and some information about the dataset(s) used (variables, number of observations, cardinality of class variables, if such were used)&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2017 09:09:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-log-error-identify-what-causes-it/m-p/324184#M271279</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-01-12T09:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient memory log error - identify what causes it</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-log-error-identify-what-causes-it/m-p/324185#M271280</link>
      <description>&lt;P&gt;&lt;SPAN&gt;What proc are you running or is it datastep? Please provide the logic where you encountered the issue.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can also try checking what's your memsize setting at your end. You can try increasing the memsize and see if that works for you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options memsize=max;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Cheers from India !&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Manjeet&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2017 09:15:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-log-error-identify-what-causes-it/m-p/324185#M271280</guid>
      <dc:creator>mnjtrana</dc:creator>
      <dc:date>2017-01-12T09:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient memory log error - identify what causes it</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-log-error-identify-what-causes-it/m-p/324186#M271281</link>
      <description>&lt;P&gt;Keep in mind that MEMSIZE can only be set at SAS invocation, either from the commandline or through the config file.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2017 09:21:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-log-error-identify-what-causes-it/m-p/324186#M271281</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-01-12T09:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient memory log error - identify what causes it</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-log-error-identify-what-causes-it/m-p/324228#M271282</link>
      <description>thanks - so inclusion of: options memsize=max; in my driver SAS program would not make any difference (did not get an error message).</description>
      <pubDate>Thu, 12 Jan 2017 13:00:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-log-error-identify-what-causes-it/m-p/324228#M271282</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2017-01-12T13:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient memory log error - identify what causes it</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-log-error-identify-what-causes-it/m-p/324231#M271283</link>
      <description>&lt;P&gt;But you do get a WARNING:&lt;/P&gt;
&lt;PRE&gt;16         options memsize=max;
                   _______
                   30
WARNING 30-12: SAS option MEMSIZE is valid only at startup of the SAS System. The SAS option is ignored.
&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Jan 2017 13:07:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-log-error-identify-what-causes-it/m-p/324231#M271283</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-01-12T13:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient memory log error - identify what causes it</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-log-error-identify-what-causes-it/m-p/324243#M271284</link>
      <description>&lt;P&gt;As an addendum: MEMSIZE problems often point to inefficient programming. Around here, the workspace server (9.2) runs with 192 MB, and we very rarely run into memory problems. Most often this is caused by using summary procedures with a class instead of a by, and the class variables having a high cardinality.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2017 13:58:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-log-error-identify-what-causes-it/m-p/324243#M271284</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-01-12T13:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient memory log error - identify what causes it</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-log-error-identify-what-causes-it/m-p/324290#M271285</link>
      <description>Agrree but sometimes you inherit inefficient code and you do not have time to optimize (-:</description>
      <pubDate>Thu, 12 Jan 2017 15:56:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-log-error-identify-what-causes-it/m-p/324290#M271285</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2017-01-12T15:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient memory log error - identify what causes it</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-log-error-identify-what-causes-it/m-p/324292#M271286</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/99946"&gt;@csetzkorn&lt;/a&gt; wrote:&lt;BR /&gt;Agrree but sometimes you inherit inefficient code and you do not have time to optimize (-:&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If you do not have the time to do something right, then why are you doing it anyway? Not having the time to correct things is the one poor excuse that perpetuates shitty code. Because the next time that bullshit code causes you grief, you get into even more trouble and have even less time to fix it, and on and on and on. Until you find that you have wasted a man-month by not taking the one hour that would have fixed it in the first place.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Jan 2017 16:00:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-log-error-identify-what-causes-it/m-p/324292#M271286</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-01-12T16:00:55Z</dc:date>
    </item>
  </channel>
</rss>

