<?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: Integer overflow on computing amount of memory required in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Integer-overflow-on-computing-amount-of-memory-required/m-p/275482#M14529</link>
    <description>&lt;P&gt;Hello expert,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My data is observations of firms data in stock exchange. I got the following error in LOG:&lt;/P&gt;&lt;P&gt;ERROR: Integer overflow on computing amount of memory required. A request to allocate 28439.9M bytes of memory can not be&lt;/P&gt;&lt;P&gt;honored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My sas code is as follows:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;mixed&lt;/STRONG&gt; data=sasfile06 method=ml covtest nobound;&lt;/P&gt;&lt;P&gt;class Old;&lt;/P&gt;&lt;P&gt;model ROA=INDUSTRY YEAR/s intercept;&lt;/P&gt;&lt;P&gt;random&amp;nbsp;OLD RD MARKETING LOANS/type=un s;&lt;/P&gt;&lt;P&gt;repeated / type=un subject=ID;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I probably did a mistake but could not find any clue via interent or forum as a solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any remarks will acceptable, THANKS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jun 2016 17:54:48 GMT</pubDate>
    <dc:creator>yael</dc:creator>
    <dc:date>2016-06-06T17:54:48Z</dc:date>
    <item>
      <title>ERROR: Integer overflow on computing amount of memory required</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Integer-overflow-on-computing-amount-of-memory-required/m-p/275482#M14529</link>
      <description>&lt;P&gt;Hello expert,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My data is observations of firms data in stock exchange. I got the following error in LOG:&lt;/P&gt;&lt;P&gt;ERROR: Integer overflow on computing amount of memory required. A request to allocate 28439.9M bytes of memory can not be&lt;/P&gt;&lt;P&gt;honored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My sas code is as follows:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt; &lt;STRONG&gt;mixed&lt;/STRONG&gt; data=sasfile06 method=ml covtest nobound;&lt;/P&gt;&lt;P&gt;class Old;&lt;/P&gt;&lt;P&gt;model ROA=INDUSTRY YEAR/s intercept;&lt;/P&gt;&lt;P&gt;random&amp;nbsp;OLD RD MARKETING LOANS/type=un s;&lt;/P&gt;&lt;P&gt;repeated / type=un subject=ID;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I probably did a mistake but could not find any clue via interent or forum as a solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any remarks will acceptable, THANKS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2016 17:54:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Integer-overflow-on-computing-amount-of-memory-required/m-p/275482#M14529</guid>
      <dc:creator>yael</dc:creator>
      <dc:date>2016-06-06T17:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Integer overflow on computing amount of memory required</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Integer-overflow-on-computing-amount-of-memory-required/m-p/275497#M14530</link>
      <description>&lt;P&gt;I would guess that you are estimating many, many random effects and that SAS cannot allocate enough memory to hold the symmetric matrix for the "Z" design matrix. &amp;nbsp;You might want to run PROC FREQ to find out how many columns are in your Z matrix:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc freq data=sasfile06;&lt;/P&gt;
&lt;P&gt;tables&amp;nbsp;&lt;SPAN&gt;OLD RD MARKETING LOANS;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;See &lt;A href="http://support.sas.com/documentation/cdl/en/statug/68162/HTML/default/viewer.htm#statug_mixed_details58.htm" target="_self"&gt;the doc for PROC MIXED that discusses memory &lt;/A&gt;and computing time for hints about how to handle large data and random effects with many levels.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2016 18:40:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/ERROR-Integer-overflow-on-computing-amount-of-memory-required/m-p/275497#M14530</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2016-06-06T18:40:18Z</dc:date>
    </item>
  </channel>
</rss>

