<?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 error with Proc surveyreg in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Insufficient-memory-error-with-Proc-surveyreg/m-p/615585#M29690</link>
    <description>&lt;P&gt;Run the following to determine the MEMSIZE&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
    FREERAM_MB=input(getoption('xmrlmem'),20.)/1024/1024;
    put FREERAM_MB= 8.;
run;

proc options group=memory; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In my eyes your MEMSIZE is most likely to small - talk to your Admins about it&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jan 2020 08:00:12 GMT</pubDate>
    <dc:creator>Criptic</dc:creator>
    <dc:date>2020-01-07T08:00:12Z</dc:date>
    <item>
      <title>Insufficient memory error with Proc surveyreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Insufficient-memory-error-with-Proc-surveyreg/m-p/615564#M29688</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;I am running Proc surveyreg on 9253 observations and a class variable of 4 levels. I am trying to perform an ANOVA test to compare mean across those levels.&lt;BR /&gt;&lt;BR /&gt;However, I get the error "This procedure was cancelled due to insufficient memory".&lt;BR /&gt;&lt;BR /&gt;What should I do? Any help is appreciated.</description>
      <pubDate>Tue, 07 Jan 2020 06:54:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Insufficient-memory-error-with-Proc-surveyreg/m-p/615564#M29688</guid>
      <dc:creator>Prest</dc:creator>
      <dc:date>2020-01-07T06:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient memory error with Proc surveyreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Insufficient-memory-error-with-Proc-surveyreg/m-p/615585#M29690</link>
      <description>&lt;P&gt;Run the following to determine the MEMSIZE&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
    FREERAM_MB=input(getoption('xmrlmem'),20.)/1024/1024;
    put FREERAM_MB= 8.;
run;

proc options group=memory; run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In my eyes your MEMSIZE is most likely to small - talk to your Admins about it&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 08:00:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Insufficient-memory-error-with-Proc-surveyreg/m-p/615585#M29690</guid>
      <dc:creator>Criptic</dc:creator>
      <dc:date>2020-01-07T08:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient memory error with Proc surveyreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Insufficient-memory-error-with-Proc-surveyreg/m-p/615648#M29692</link>
      <description>&lt;P&gt;You are describing a very small problem.&lt;/P&gt;
&lt;P&gt;1. Please post the &lt;STRONG&gt;exact&lt;/STRONG&gt; code you are submitting, including options&lt;/P&gt;
&lt;P&gt;2. Please run the following code on simulated data and tell us if it runs successfully&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data Have;
call streaminit(123);
do i = 1 to 9253;
   group = rand('Table', 0.3, 0.3, 0.2, 0.2); /* group = 1, 2, 3 or 4 */
   Y = 10 + group + rand('Normal');
   output;
end;
run;

proc surveyreg data=Have;
   cluster Group;
   model Y = Group;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 07 Jan 2020 13:01:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Insufficient-memory-error-with-Proc-surveyreg/m-p/615648#M29692</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-01-07T13:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient memory error with Proc surveyreg</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Insufficient-memory-error-with-Proc-surveyreg/m-p/616836#M29723</link>
      <description>&lt;P&gt;Thank you so much for your effort&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 03:03:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Insufficient-memory-error-with-Proc-surveyreg/m-p/616836#M29723</guid>
      <dc:creator>Prest</dc:creator>
      <dc:date>2020-01-13T03:03:02Z</dc:date>
    </item>
  </channel>
</rss>

