<?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 Integer overflow on computing amount of memory required A request to allocate the memory ....SAS9.4 in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Integer-overflow-on-computing-amount-of-memory-required-A/m-p/671844#M23393</link>
    <description>&lt;P&gt;Hi! How can I bypass or resolve this problem in my log... I am tryin to create a model where I have multiple SCC_linear_score by lactation, multiples lactations by cow and multiple cows by herd, and of course multiple herds.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sort data=qulac;
by No_ferme cow jr_test;
run;

proc mixed data=qulac order=data /*method=ml*/;
class type_lit cow No_ferme Lac;
model SCC_linear_score=type_lit  /solution cl;
random intercept /subject=No_ferme;
random intercept/subject=Cow (No_ferme);
Repeated /subject=lac (cow No_ferme) type=toep;
lsmeans type_lit / cl;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Here's a print screen form my log.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Annie_Fréchette_0-1595516068915.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47600iF61795E77AE9EB5E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Annie_Fréchette_0-1595516068915.png" alt="Annie_Fréchette_0-1595516068915.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!!&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jul 2020 14:55:04 GMT</pubDate>
    <dc:creator>Annie_Fréchette</dc:creator>
    <dc:date>2020-07-23T14:55:04Z</dc:date>
    <item>
      <title>Integer overflow on computing amount of memory required A request to allocate the memory ....SAS9.4</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Integer-overflow-on-computing-amount-of-memory-required-A/m-p/671844#M23393</link>
      <description>&lt;P&gt;Hi! How can I bypass or resolve this problem in my log... I am tryin to create a model where I have multiple SCC_linear_score by lactation, multiples lactations by cow and multiple cows by herd, and of course multiple herds.&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sort data=qulac;
by No_ferme cow jr_test;
run;

proc mixed data=qulac order=data /*method=ml*/;
class type_lit cow No_ferme Lac;
model SCC_linear_score=type_lit  /solution cl;
random intercept /subject=No_ferme;
random intercept/subject=Cow (No_ferme);
Repeated /subject=lac (cow No_ferme) type=toep;
lsmeans type_lit / cl;
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Here's a print screen form my log.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Annie_Fréchette_0-1595516068915.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47600iF61795E77AE9EB5E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Annie_Fréchette_0-1595516068915.png" alt="Annie_Fréchette_0-1595516068915.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!!&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 14:55:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Integer-overflow-on-computing-amount-of-memory-required-A/m-p/671844#M23393</guid>
      <dc:creator>Annie_Fréchette</dc:creator>
      <dc:date>2020-07-23T14:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Integer overflow on computing amount of memory required A request to allocate the memory ....SAS</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Integer-overflow-on-computing-amount-of-memory-required-A/m-p/671898#M23397</link>
      <description>&lt;P&gt;Not a trivial issue. Please review the computational details for Proc Mixed at &lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_mixed_details58.htm&amp;amp;locale=en"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.4&amp;amp;docsetId=statug&amp;amp;docsetTarget=statug_mixed_details58.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This will give you an idea on how to estimate what memory need is being caused and may a have couple of pointers on addressing the issue.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 17:21:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Integer-overflow-on-computing-amount-of-memory-required-A/m-p/671898#M23397</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-07-23T17:21:15Z</dc:date>
    </item>
  </channel>
</rss>

