<?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: Integer overflow in Proc GLM in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/Integer-overflow-in-Proc-GLM/m-p/95335#M4745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2 years later.... &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;P&gt;I now tried to use HPMixed with a subsequent Proc Mixed step, especially to use the covtest option in Mixed, like in &lt;A href="http://support.sas.com/resources/papers/proceedings12/332-2012.pdf" title="http://support.sas.com/resources/papers/proceedings12/332-2012.pdf"&gt;http://support.sas.com/resources/papers/proceedings12/332-2012.pdf &lt;/A&gt;&lt;/P&gt;&lt;P&gt;(page7/8)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used HPMIXED with the statement "ods output covparms=covpe;".:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc HPMixed;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;class&lt;/STRONG&gt; habitat site block treatment mesh substrate sampling;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;model&lt;/STRONG&gt; trans =&lt;/P&gt;&lt;P&gt;habitat&lt;/P&gt;&lt;P&gt;treatment&lt;/P&gt;&lt;P&gt;treatment*habitat&lt;/P&gt;&lt;P&gt;substrate&lt;/P&gt;&lt;P&gt;substrate*habitat&lt;/P&gt;&lt;P&gt;mesh&lt;/P&gt;&lt;P&gt;mesh*habitat&lt;/P&gt;&lt;P&gt;sampling&lt;/P&gt;&lt;P&gt;sampling*habitat&lt;/P&gt;&lt;P&gt;substrate*treatment&lt;/P&gt;&lt;P&gt;substrate*treatment*habitat&lt;/P&gt;&lt;P&gt;mesh*treatment&lt;/P&gt;&lt;P&gt;mesh*treatment*habitat&lt;/P&gt;&lt;P&gt;sampling*treatment&lt;/P&gt;&lt;P&gt;sampling*treatment*habitat&lt;/P&gt;&lt;P&gt;substrate*mesh&lt;/P&gt;&lt;P&gt;substrate*mesh*habitat&lt;/P&gt;&lt;P&gt;substrate*sampling&lt;/P&gt;&lt;P&gt;substrate*sampling*habitat&lt;/P&gt;&lt;P&gt;mesh*sampling&lt;/P&gt;&lt;P&gt;mesh*sampling*habitat&lt;/P&gt;&lt;P&gt;substrate*mesh*treatment&lt;/P&gt;&lt;P&gt;substrate*mesh*treatment*habitat&lt;/P&gt;&lt;P&gt;substrate*mesh*sampling&lt;/P&gt;&lt;P&gt;substrate*mesh*sampling*habitat&lt;/P&gt;&lt;P&gt;substrate*treatment*sampling&lt;/P&gt;&lt;P&gt;substrate*treatment*sampling*habitat&lt;/P&gt;&lt;P&gt;mesh*treatment*sampling&lt;/P&gt;&lt;P&gt;mesh*treatment*sampling*habitat&lt;/P&gt;&lt;P&gt;substrate*mesh*treatment*sampling&lt;/P&gt;&lt;P&gt;substrate*mesh*treatment*sampling*habitat;&lt;/P&gt;&lt;P&gt;lsmeans habitat|treatment|substrate|mesh / solution;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;random&lt;/STRONG&gt; site(habitat)&lt;/P&gt;&lt;P&gt;block(site*habitat)&lt;/P&gt;&lt;P&gt;treatment*site(habitat)&lt;/P&gt;&lt;P&gt;treatment*block(site*habitat)&lt;/P&gt;&lt;P&gt;substrate*site(habitat)&lt;/P&gt;&lt;P&gt;substrate*block(site*habitat)&lt;/P&gt;&lt;P&gt;mesh*site(habitat)&lt;/P&gt;&lt;P&gt;mesh*block(site*habitat)&lt;/P&gt;&lt;P&gt;sampling*site(habitat)&lt;/P&gt;&lt;P&gt;sampling*block(site*habitat)&lt;/P&gt;&lt;P&gt;substrate*treatment*site(habitat)&lt;/P&gt;&lt;P&gt;substrate*treatment*block(site*habitat)&lt;/P&gt;&lt;P&gt;mesh*treatment*site(habitat)&lt;/P&gt;&lt;P&gt;mesh*treatment*block(site*habitat)&lt;/P&gt;&lt;P&gt;sampling*treatment*site(habitat)&lt;/P&gt;&lt;P&gt;sampling*treatment*block(site*habitat)&lt;/P&gt;&lt;P&gt;substrate*mesh*site(habitat)&lt;/P&gt;&lt;P&gt;substrate*mesh*block(site*habitat)&lt;/P&gt;&lt;P&gt;substrate*sampling*site(habitat)&lt;/P&gt;&lt;P&gt;substrate*sampling*block(site*habitat)&lt;/P&gt;&lt;P&gt;mesh*sampling*site(habitat)&lt;/P&gt;&lt;P&gt;mesh*sampling*block(site*habitat)&lt;/P&gt;&lt;P&gt;substrate*mesh*treatment*site(habitat)&lt;/P&gt;&lt;P&gt;substrate*mesh*treatment*block(site*habitat)&lt;/P&gt;&lt;P&gt;substrate*mesh*sampling*site(habitat)&lt;/P&gt;&lt;P&gt;substrate*mesh*sampling*block(site*habitat)&lt;/P&gt;&lt;P&gt;substrate*treatment*sampling*site(habitat)&lt;/P&gt;&lt;P&gt;substrate*treatment*sampling*block(site*habitat)&lt;/P&gt;&lt;P&gt;mesh*treatment*sampling*site(habitat)&lt;/P&gt;&lt;P&gt;mesh*treatment*sampling*block(site*habitat)&lt;/P&gt;&lt;P&gt;substrate*mesh*treatment*sampling*site(habitat)&lt;/P&gt;&lt;P&gt;substrate*mesh*treatment*sampling*block(site*habitat);&lt;/P&gt;&lt;P&gt;lsmeans habitat|treatment|substrate|mesh;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ods output covparms=covpe;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I used the Proc Mixed syntax again including the statement "parms/pdata=covpe noiter;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc Mixed covtest;&lt;/P&gt;&lt;P&gt;class habitat site block treatment mesh substrate sampling;&lt;/P&gt;&lt;P&gt;model trans =...(see above)&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;parms/pdata=covpe noiter;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HPMixed worked well but for Mixed I get the message that the variables habitat, site...etc. were not found.&lt;/P&gt;&lt;P&gt;Does anybody has an idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2015 07:49:02 GMT</pubDate>
    <dc:creator>Tetrix</dc:creator>
    <dc:date>2015-01-26T07:49:02Z</dc:date>
    <item>
      <title>Integer overflow in Proc GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Integer-overflow-in-Proc-GLM/m-p/95327#M4737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what does the message "Integer overflow on computing amount of memory required" in Proc GLM mean? The model is correct and already worked for other data. Thanks for any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 19:34:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Integer-overflow-in-Proc-GLM/m-p/95327#M4737</guid>
      <dc:creator>Tetrix</dc:creator>
      <dc:date>2013-04-02T19:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Integer overflow in Proc GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Integer-overflow-in-Proc-GLM/m-p/95328#M4738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your GLM code, and some info on the datasets where it worked, and on the dataset where it now does not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2013 13:16:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Integer-overflow-in-Proc-GLM/m-p/95328#M4738</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-04-03T13:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Integer overflow in Proc GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Integer-overflow-in-Proc-GLM/m-p/95329#M4739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The code ist:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc GLM;&lt;/P&gt;&lt;P&gt;class habitat site block treatment mesh substrate sampling;&lt;/P&gt;&lt;P&gt;model trans =&lt;/P&gt;&lt;P&gt;habitat&lt;/P&gt;&lt;P&gt;treatment&lt;/P&gt;&lt;P&gt;treatment*habitat&lt;/P&gt;&lt;P&gt;substrate&lt;/P&gt;&lt;P&gt;substrate*habitat&lt;/P&gt;&lt;P&gt;mesh&lt;/P&gt;&lt;P&gt;mesh*habitat&lt;/P&gt;&lt;P&gt;sampling&lt;/P&gt;&lt;P&gt;sampling*habitat&lt;/P&gt;&lt;P&gt;substrate*treatment&lt;/P&gt;&lt;P&gt;substrate*treatment*habitat&lt;/P&gt;&lt;P&gt;mesh*treatment&lt;/P&gt;&lt;P&gt;mesh*treatment*habitat&lt;/P&gt;&lt;P&gt;sampling*treatment&lt;/P&gt;&lt;P&gt;sampling*treatment*habitat&lt;/P&gt;&lt;P&gt;substrate*mesh&lt;/P&gt;&lt;P&gt;substrate*mesh*habitat&lt;/P&gt;&lt;P&gt;substrate*sampling&lt;/P&gt;&lt;P&gt;substrate*sampling*habitat&lt;/P&gt;&lt;P&gt;mesh*sampling&lt;/P&gt;&lt;P&gt;mesh*sampling*habitat&lt;/P&gt;&lt;P&gt;substrate*mesh*treatment&lt;/P&gt;&lt;P&gt;substrate*mesh*treatment*habitat&lt;/P&gt;&lt;P&gt;substrate*mesh*sampling&lt;/P&gt;&lt;P&gt;substrate*mesh*sampling*habitat&lt;/P&gt;&lt;P&gt;substrate*treatment*sampling&lt;/P&gt;&lt;P&gt;substrate*treatment*sampling*habitat&lt;/P&gt;&lt;P&gt;mesh*treatment*sampling&lt;/P&gt;&lt;P&gt;mesh*treatment*sampling*habitat&lt;/P&gt;&lt;P&gt;substrate*mesh*treatment*sampling&lt;/P&gt;&lt;P&gt;substrate*mesh*treatment*sampling*habitat&lt;/P&gt;&lt;P&gt;site(habitat)&lt;/P&gt;&lt;P&gt;block(site*habitat)&lt;/P&gt;&lt;P&gt;treatment*site(habitat)&lt;/P&gt;&lt;P&gt;treatment*block(site*habitat)&lt;/P&gt;&lt;P&gt;substrate*site(habitat)&lt;/P&gt;&lt;P&gt;substrate*block(site*habitat)&lt;/P&gt;&lt;P&gt;mesh*site(habitat)&lt;/P&gt;&lt;P&gt;mesh*block(site*habitat)&lt;/P&gt;&lt;P&gt;sampling*site(habitat)&lt;/P&gt;&lt;P&gt;sampling*block(site*habitat)&lt;/P&gt;&lt;P&gt;substrate*treatment*site(habitat)&lt;/P&gt;&lt;P&gt;substrate*treatment*block(site*habitat)&lt;/P&gt;&lt;P&gt;mesh*treatment*site(habitat)&lt;/P&gt;&lt;P&gt;mesh*treatment*block(site*habitat)&lt;/P&gt;&lt;P&gt;sampling*treatment*site(habitat)&lt;/P&gt;&lt;P&gt;sampling*treatment*block(site*habitat)&lt;/P&gt;&lt;P&gt;substrate*mesh*site(habitat)&lt;/P&gt;&lt;P&gt;substrate*mesh*block(site*habitat)&lt;/P&gt;&lt;P&gt;substrate*sampling*site(habitat)&lt;/P&gt;&lt;P&gt;substrate*sampling*block(site*habitat)&lt;/P&gt;&lt;P&gt;mesh*sampling*site(habitat)&lt;/P&gt;&lt;P&gt;mesh*sampling*block(site*habitat)&lt;/P&gt;&lt;P&gt;substrate*mesh*treatment*site(habitat)&lt;/P&gt;&lt;P&gt;substrate*mesh*treatment*block(site*habitat)&lt;/P&gt;&lt;P&gt;substrate*mesh*sampling*site(habitat)&lt;/P&gt;&lt;P&gt;substrate*mesh*sampling*block(site*habitat)&lt;/P&gt;&lt;P&gt;substrate*treatment*sampling*site(habitat)&lt;/P&gt;&lt;P&gt;substrate*treatment*sampling*block(site*habitat)&lt;/P&gt;&lt;P&gt;mesh*treatment*sampling*site(habitat)&lt;/P&gt;&lt;P&gt;mesh*treatment*sampling*block(site*habitat)&lt;/P&gt;&lt;P&gt;substrate*mesh*treatment*sampling*site(habitat)&lt;/P&gt;&lt;P&gt;substrate*mesh*treatment*sampling*block(site*habitat);&lt;/P&gt;&lt;P&gt;test h = habitat e = site(habitat);&lt;/P&gt;&lt;P&gt;test h = site(habitat) e = block(site*habitat);&lt;/P&gt;&lt;P&gt;test h = treatment treatment*habitat e = treatment*site(habitat);&lt;/P&gt;&lt;P&gt;test h = treatment*site(habitat) e = treatment*block(site*habitat);&lt;/P&gt;&lt;P&gt;test h = substrate substrate*habitat e = substrate*site(habitat);&lt;/P&gt;&lt;P&gt;test h = substrate*site(habitat) e = substrate*block(site*habitat);&lt;/P&gt;&lt;P&gt;test h = mesh mesh*habitat e = mesh*site(habitat);&lt;/P&gt;&lt;P&gt;test h = mesh*site(habitat) e = mesh*block(site*habitat);&lt;/P&gt;&lt;P&gt;test h = sampling sampling*habitat e = sampling*site(habitat);&lt;/P&gt;&lt;P&gt;test h = sampling*site(habitat) e = sampling*block(site*habitat);&lt;/P&gt;&lt;P&gt;test h = substrate*treatment substrate*treatment*habitat e = substrate*treatment*site(habitat);&lt;/P&gt;&lt;P&gt;test h = substrate*treatment*site(habitat) e = substrate*treatment*block(site*habitat);&lt;/P&gt;&lt;P&gt;test h = mesh*treatment mesh*treatment*habitat e = mesh*treatment*site(habitat);&lt;/P&gt;&lt;P&gt;test h = mesh*treatment*site(habitat) e = mesh*treatment*block(site*habitat);&lt;/P&gt;&lt;P&gt;test h = sampling*treatment sampling*treatment*habitat e = sampling*treatment*site(habitat);&lt;/P&gt;&lt;P&gt;test h = sampling*treatment*site(habitat) e = sampling*treatment*block(site*habitat);&lt;/P&gt;&lt;P&gt;test h = substrate*mesh substrate*mesh*habitat e = substrate*mesh*site(habitat);&lt;/P&gt;&lt;P&gt;test h = substrate*mesh*site(habitat) e = substrate*mesh*block(site*habitat);&lt;/P&gt;&lt;P&gt;test h = substrate*sampling substrate*sampling*habitat e = substrate*sampling*site(habitat);&lt;/P&gt;&lt;P&gt;test h = substrate*sampling*site(habitat) e = substrate*sampling*block(site*habitat);&lt;/P&gt;&lt;P&gt;test h = mesh*sampling mesh*sampling*habitat e = mesh*sampling*site(habitat);&lt;/P&gt;&lt;P&gt;test h = mesh*Sampling*site(habitat) e = mesh*sampling*block(site*habitat);&lt;/P&gt;&lt;P&gt;test h = substrate*mesh*treatment substrate*mesh*treatment*habitat e = substrate*mesh*treatment*site(habitat);&lt;/P&gt;&lt;P&gt;test h = substrate*mesh*treatment*site(habitat) e = substrate*mesh*treatment*block(site*habitat);&lt;/P&gt;&lt;P&gt;test h = substrate*mesh*sampling substrate*mesh*sampling*habitat e = substrate*mesh*sampling*site(habitat);&lt;/P&gt;&lt;P&gt;test h = substrate*mesh*sampling*site(habitat) e = substrate*mesh*sampling*block(Site*habitat);&lt;/P&gt;&lt;P&gt;test h = substrate*treatment*sampling substrate*treatment*sampling*habitat e = substrate*treatment*sampling*site(habitat);&lt;/P&gt;&lt;P&gt;test h = substrate*treatment*sampling*site(habitat) e = substrate*treatment*sampling*block(site*habitat);&lt;/P&gt;&lt;P&gt;test h = mesh*treatment*sampling mesh*treatment*sampling*habitat e = mesh*treatment*sampling*site(habitat);&lt;/P&gt;&lt;P&gt;test h = mesh*treatment*sampling*site(habitat) e = mesh*treatment*sampling*block(site*habitat);&lt;/P&gt;&lt;P&gt;test h = substrate*mesh*treatment*sampling substrate*mesh*treatment*sampling*habitat e = substrate*mesh*treatment*sampling*site(habitat);&lt;/P&gt;&lt;P&gt;test h = substrate*mesh*treatment*sampling*site(habitat) e = substrate*mesh*treatment*sampling*block(site*habitat);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The design is a double-nested split-plot-design. The factor sampling has 3 levels. If I only use 2 level the syntax works (=2700 replicates) , if I use 3 levels for "sampling" (=c. 4000 replicates) I get this error message. However, even if 2 levels it takes about one hour... Initially I 've tried Proc Mixed but then the calculation takes about 40 hours...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Apr 2013 20:50:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Integer-overflow-in-Proc-GLM/m-p/95329#M4739</guid>
      <dc:creator>Tetrix</dc:creator>
      <dc:date>2013-04-06T20:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Integer overflow in Proc GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Integer-overflow-in-Proc-GLM/m-p/95330#M4740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read the section of the PROC GLM documentation, "Computational Resources".&amp;nbsp; Under the subsection, "Memory", this documentation states that the number of levels of classification variables and their interactions in the model cannot exceed 32,767.&amp;nbsp;&amp;nbsp; With three levels of sampling, you probably have exceeded this limit, yielding the error message you observed.&amp;nbsp; This subsection shows ways that you might reduce the number of these levels.&amp;nbsp; Or, you might rethink your model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Apr 2013 14:09:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Integer-overflow-in-Proc-GLM/m-p/95330#M4740</guid>
      <dc:creator>1zmm</dc:creator>
      <dc:date>2013-04-07T14:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Integer overflow in Proc GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Integer-overflow-in-Proc-GLM/m-p/95331#M4741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you might move to PROC HPMIXED.&amp;nbsp; With this many levels and a split-split plot, MIXED is dealing with a pretty sparse matrix.&amp;nbsp; This looks exactly like what HPMIXED was devised for.&amp;nbsp; The hardest part will be recoding all of the GLM TEST statements to HPMIXED TEST statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 17:40:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Integer-overflow-in-Proc-GLM/m-p/95331#M4741</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-04-08T17:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Integer overflow in Proc GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Integer-overflow-in-Proc-GLM/m-p/95332#M4742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like you have several random effects (based on the test statements in GLM) but you are not specifying any random effects with RANDOM statements. This is the &lt;EM&gt;very&lt;/EM&gt; old fashioned way of doing split plots, nested designs, etc. This is now much easier &lt;EM&gt;and&lt;/EM&gt; simpler using true mixed-model software (such as MIXED, HPMIXED, and GLIMMIX), if you learn how to specify the random effects. (GLM is not a true mixed-model procedure). But you have to learn how to list the random effects, and not put them in a model statement. Then, all of these individual test statements will be automatically handled (you won't need to write them out). There is a bunch to learn, and you should start with the great book: SAS for Mixed Models, second edition (2006) by Littell et al. When the MIXED procedure was new in the mid-1990s, there were several articles written explaining the better way of fitting these models and testing effects. You might be able to find some from the SAS USers' Group International online (not called SAS Global Forum).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 18:24:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Integer-overflow-in-Proc-GLM/m-p/95332#M4742</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2013-04-08T18:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Integer overflow in Proc GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Integer-overflow-in-Proc-GLM/m-p/95333#M4743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for all your answers. I will check out HPMIXED when I am back in the office next week!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@lvm: I am experienced with Proc Mixed and I usually prefer it. However, as noted above, each calculation with Proc Mixed takes about 40 hours using this model and my data and often ends with "did not converge". This is why I used GLM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 07:43:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Integer-overflow-in-Proc-GLM/m-p/95333#M4743</guid>
      <dc:creator>Tetrix</dc:creator>
      <dc:date>2013-04-09T07:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Integer overflow in Proc GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Integer-overflow-in-Proc-GLM/m-p/95334#M4744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are familiar with MIXED, the move to HPMIXED won't be difficult, especially if you are used to writing TEST statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve Denham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 11:32:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Integer-overflow-in-Proc-GLM/m-p/95334#M4744</guid>
      <dc:creator>SteveDenham</dc:creator>
      <dc:date>2013-04-09T11:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Integer overflow in Proc GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Integer-overflow-in-Proc-GLM/m-p/95335#M4745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2 years later.... &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;P&gt;I now tried to use HPMixed with a subsequent Proc Mixed step, especially to use the covtest option in Mixed, like in &lt;A href="http://support.sas.com/resources/papers/proceedings12/332-2012.pdf" title="http://support.sas.com/resources/papers/proceedings12/332-2012.pdf"&gt;http://support.sas.com/resources/papers/proceedings12/332-2012.pdf &lt;/A&gt;&lt;/P&gt;&lt;P&gt;(page7/8)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used HPMIXED with the statement "ods output covparms=covpe;".:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc HPMixed;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;class&lt;/STRONG&gt; habitat site block treatment mesh substrate sampling;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;model&lt;/STRONG&gt; trans =&lt;/P&gt;&lt;P&gt;habitat&lt;/P&gt;&lt;P&gt;treatment&lt;/P&gt;&lt;P&gt;treatment*habitat&lt;/P&gt;&lt;P&gt;substrate&lt;/P&gt;&lt;P&gt;substrate*habitat&lt;/P&gt;&lt;P&gt;mesh&lt;/P&gt;&lt;P&gt;mesh*habitat&lt;/P&gt;&lt;P&gt;sampling&lt;/P&gt;&lt;P&gt;sampling*habitat&lt;/P&gt;&lt;P&gt;substrate*treatment&lt;/P&gt;&lt;P&gt;substrate*treatment*habitat&lt;/P&gt;&lt;P&gt;mesh*treatment&lt;/P&gt;&lt;P&gt;mesh*treatment*habitat&lt;/P&gt;&lt;P&gt;sampling*treatment&lt;/P&gt;&lt;P&gt;sampling*treatment*habitat&lt;/P&gt;&lt;P&gt;substrate*mesh&lt;/P&gt;&lt;P&gt;substrate*mesh*habitat&lt;/P&gt;&lt;P&gt;substrate*sampling&lt;/P&gt;&lt;P&gt;substrate*sampling*habitat&lt;/P&gt;&lt;P&gt;mesh*sampling&lt;/P&gt;&lt;P&gt;mesh*sampling*habitat&lt;/P&gt;&lt;P&gt;substrate*mesh*treatment&lt;/P&gt;&lt;P&gt;substrate*mesh*treatment*habitat&lt;/P&gt;&lt;P&gt;substrate*mesh*sampling&lt;/P&gt;&lt;P&gt;substrate*mesh*sampling*habitat&lt;/P&gt;&lt;P&gt;substrate*treatment*sampling&lt;/P&gt;&lt;P&gt;substrate*treatment*sampling*habitat&lt;/P&gt;&lt;P&gt;mesh*treatment*sampling&lt;/P&gt;&lt;P&gt;mesh*treatment*sampling*habitat&lt;/P&gt;&lt;P&gt;substrate*mesh*treatment*sampling&lt;/P&gt;&lt;P&gt;substrate*mesh*treatment*sampling*habitat;&lt;/P&gt;&lt;P&gt;lsmeans habitat|treatment|substrate|mesh / solution;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;random&lt;/STRONG&gt; site(habitat)&lt;/P&gt;&lt;P&gt;block(site*habitat)&lt;/P&gt;&lt;P&gt;treatment*site(habitat)&lt;/P&gt;&lt;P&gt;treatment*block(site*habitat)&lt;/P&gt;&lt;P&gt;substrate*site(habitat)&lt;/P&gt;&lt;P&gt;substrate*block(site*habitat)&lt;/P&gt;&lt;P&gt;mesh*site(habitat)&lt;/P&gt;&lt;P&gt;mesh*block(site*habitat)&lt;/P&gt;&lt;P&gt;sampling*site(habitat)&lt;/P&gt;&lt;P&gt;sampling*block(site*habitat)&lt;/P&gt;&lt;P&gt;substrate*treatment*site(habitat)&lt;/P&gt;&lt;P&gt;substrate*treatment*block(site*habitat)&lt;/P&gt;&lt;P&gt;mesh*treatment*site(habitat)&lt;/P&gt;&lt;P&gt;mesh*treatment*block(site*habitat)&lt;/P&gt;&lt;P&gt;sampling*treatment*site(habitat)&lt;/P&gt;&lt;P&gt;sampling*treatment*block(site*habitat)&lt;/P&gt;&lt;P&gt;substrate*mesh*site(habitat)&lt;/P&gt;&lt;P&gt;substrate*mesh*block(site*habitat)&lt;/P&gt;&lt;P&gt;substrate*sampling*site(habitat)&lt;/P&gt;&lt;P&gt;substrate*sampling*block(site*habitat)&lt;/P&gt;&lt;P&gt;mesh*sampling*site(habitat)&lt;/P&gt;&lt;P&gt;mesh*sampling*block(site*habitat)&lt;/P&gt;&lt;P&gt;substrate*mesh*treatment*site(habitat)&lt;/P&gt;&lt;P&gt;substrate*mesh*treatment*block(site*habitat)&lt;/P&gt;&lt;P&gt;substrate*mesh*sampling*site(habitat)&lt;/P&gt;&lt;P&gt;substrate*mesh*sampling*block(site*habitat)&lt;/P&gt;&lt;P&gt;substrate*treatment*sampling*site(habitat)&lt;/P&gt;&lt;P&gt;substrate*treatment*sampling*block(site*habitat)&lt;/P&gt;&lt;P&gt;mesh*treatment*sampling*site(habitat)&lt;/P&gt;&lt;P&gt;mesh*treatment*sampling*block(site*habitat)&lt;/P&gt;&lt;P&gt;substrate*mesh*treatment*sampling*site(habitat)&lt;/P&gt;&lt;P&gt;substrate*mesh*treatment*sampling*block(site*habitat);&lt;/P&gt;&lt;P&gt;lsmeans habitat|treatment|substrate|mesh;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ods output covparms=covpe;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I used the Proc Mixed syntax again including the statement "parms/pdata=covpe noiter;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc Mixed covtest;&lt;/P&gt;&lt;P&gt;class habitat site block treatment mesh substrate sampling;&lt;/P&gt;&lt;P&gt;model trans =...(see above)&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;parms/pdata=covpe noiter;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HPMixed worked well but for Mixed I get the message that the variables habitat, site...etc. were not found.&lt;/P&gt;&lt;P&gt;Does anybody has an idea?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 07:49:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Integer-overflow-in-Proc-GLM/m-p/95335#M4745</guid>
      <dc:creator>Tetrix</dc:creator>
      <dc:date>2015-01-26T07:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Integer overflow in Proc GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Integer-overflow-in-Proc-GLM/m-p/95336#M4746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need a data= statement in MIXED. Procedures use the most recently created data file as default if a data= option is not given. The proc is trying to use covpe as the data file since this is the most recently created. By the way, you are estimating a LOT of random effects. I would be cautious -- your model could be overparametrized.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2015 15:52:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Integer-overflow-in-Proc-GLM/m-p/95336#M4746</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2015-01-26T15:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Integer overflow in Proc GLM</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/Integer-overflow-in-Proc-GLM/m-p/95337#M4747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, now it works!! Yes, I am aware of the problem with so many random terms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2015 07:23:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/Integer-overflow-in-Proc-GLM/m-p/95337#M4747</guid>
      <dc:creator>Tetrix</dc:creator>
      <dc:date>2015-02-06T07:23:39Z</dc:date>
    </item>
  </channel>
</rss>

