<?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 ERROR: PROC MEANS was terminated prematurely due to a memory shortage. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-PROC-MEANS-was-terminated-prematurely-due-to-a-memory/m-p/139144#M28102</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help. I have the following error when running my proc means:&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: PROC MEANS was terminated prematurely due to a memory shortage. Adjusting MEMSIZE and/or SUMSIZE may allow normal processing &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to complete.&lt;/P&gt;&lt;P&gt;ERROR: The SAS System stopped processing this step because of insufficient memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I resolve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Jan 2014 06:49:14 GMT</pubDate>
    <dc:creator>Havi</dc:creator>
    <dc:date>2014-01-13T06:49:14Z</dc:date>
    <item>
      <title>ERROR: PROC MEANS was terminated prematurely due to a memory shortage.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-PROC-MEANS-was-terminated-prematurely-due-to-a-memory/m-p/139144#M28102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help. I have the following error when running my proc means:&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: PROC MEANS was terminated prematurely due to a memory shortage. Adjusting MEMSIZE and/or SUMSIZE may allow normal processing &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to complete.&lt;/P&gt;&lt;P&gt;ERROR: The SAS System stopped processing this step because of insufficient memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I resolve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 06:49:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-PROC-MEANS-was-terminated-prematurely-due-to-a-memory/m-p/139144#M28102</guid>
      <dc:creator>Havi</dc:creator>
      <dc:date>2014-01-13T06:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: PROC MEANS was terminated prematurely due to a memory shortage.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-PROC-MEANS-was-terminated-prematurely-due-to-a-memory/m-p/139145#M28103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the SAS System option SUMSIZE=Maximum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it would help to run the proc means&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if still not ,then need to increase the MEMSIZE or REALMEMSIZE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Uma Shanker Saini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 08:29:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-PROC-MEANS-was-terminated-prematurely-due-to-a-memory/m-p/139145#M28103</guid>
      <dc:creator>umashankersaini</dc:creator>
      <dc:date>2014-01-13T08:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: PROC MEANS was terminated prematurely due to a memory shortage.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-PROC-MEANS-was-terminated-prematurely-due-to-a-memory/m-p/139146#M28104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using lots of class variables and analysis variables? If so you might consider controlling which combinations are being used. Also, if this is generating large tables you may look into sending the output to a dataset instead of the results window as&amp;nbsp; the displays in memory can eat a lot of resources.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 18:02:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-PROC-MEANS-was-terminated-prematurely-due-to-a-memory/m-p/139146#M28104</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-01-13T18:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: PROC MEANS was terminated prematurely due to a memory shortage.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-PROC-MEANS-was-terminated-prematurely-due-to-a-memory/m-p/139147#M28105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post the syntax which fails and a hint of the number of obs on the input table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 18:16:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-PROC-MEANS-was-terminated-prematurely-due-to-a-memory/m-p/139147#M28105</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2014-01-13T18:16:25Z</dc:date>
    </item>
  </channel>
</rss>

