<?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 Insufficient memory – SAS/SUDAAN PROC RLOGIST in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-SAS-SUDAAN-PROC-RLOGIST/m-p/819851#M323599</link>
    <description>&lt;P&gt;I need to get predicted marginals and SEs for multiple variables by year to evaluate trend. Below is part of the code that I extracted from the macro to keep it simple. I am posting part of the code where I see the error of insufficient memory error. Unfortunately I am unable to use option MEMSIZE=MAX since I am running SAS/SUDAAN in virtual desktop. Also using vitual memory option (USEVMEM=1) in the code.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;CODE:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;OPTION MRECALL stimer fullstimer ;&lt;/P&gt;
&lt;P&gt;Proc rlogist data=One design=wr filetype=sas est_no=230000&amp;nbsp; usevmem=1 noprint;&lt;/P&gt;
&lt;P&gt;Nest Yr stratum psu/psulevel=3 missunit;&lt;/P&gt;
&lt;P&gt;Weight weight;&lt;/P&gt;
&lt;P&gt;Model X1= S R G Yr R*Yr;&lt;/P&gt;
&lt;P&gt;Class S R G Yr;&lt;/P&gt;
&lt;P&gt;Pedmarg R*Yr;&lt;/P&gt;
&lt;P&gt;Test waldf;&lt;/P&gt;
&lt;P&gt;Output predmrg seprdmrg/filename=X1 replace filetype=sas predmrg=f12.4 predmrg=f7.2;&lt;/P&gt;
&lt;P&gt;Run;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ERROR:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rsva_0-1655939371805.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72618iD9214B406A037A60/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rsva_0-1655939371805.png" alt="rsva_0-1655939371805.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any guidance would be appreciated. Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Jun 2022 23:12:50 GMT</pubDate>
    <dc:creator>rsva</dc:creator>
    <dc:date>2022-06-22T23:12:50Z</dc:date>
    <item>
      <title>Insufficient memory – SAS/SUDAAN PROC RLOGIST</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-SAS-SUDAAN-PROC-RLOGIST/m-p/819851#M323599</link>
      <description>&lt;P&gt;I need to get predicted marginals and SEs for multiple variables by year to evaluate trend. Below is part of the code that I extracted from the macro to keep it simple. I am posting part of the code where I see the error of insufficient memory error. Unfortunately I am unable to use option MEMSIZE=MAX since I am running SAS/SUDAAN in virtual desktop. Also using vitual memory option (USEVMEM=1) in the code.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;CODE:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;OPTION MRECALL stimer fullstimer ;&lt;/P&gt;
&lt;P&gt;Proc rlogist data=One design=wr filetype=sas est_no=230000&amp;nbsp; usevmem=1 noprint;&lt;/P&gt;
&lt;P&gt;Nest Yr stratum psu/psulevel=3 missunit;&lt;/P&gt;
&lt;P&gt;Weight weight;&lt;/P&gt;
&lt;P&gt;Model X1= S R G Yr R*Yr;&lt;/P&gt;
&lt;P&gt;Class S R G Yr;&lt;/P&gt;
&lt;P&gt;Pedmarg R*Yr;&lt;/P&gt;
&lt;P&gt;Test waldf;&lt;/P&gt;
&lt;P&gt;Output predmrg seprdmrg/filename=X1 replace filetype=sas predmrg=f12.4 predmrg=f7.2;&lt;/P&gt;
&lt;P&gt;Run;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;ERROR:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rsva_0-1655939371805.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72618iD9214B406A037A60/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rsva_0-1655939371805.png" alt="rsva_0-1655939371805.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any guidance would be appreciated. Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 23:12:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-SAS-SUDAAN-PROC-RLOGIST/m-p/819851#M323599</guid>
      <dc:creator>rsva</dc:creator>
      <dc:date>2022-06-22T23:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient memory – SAS/SUDAAN PROC RLOGIST</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-SAS-SUDAAN-PROC-RLOGIST/m-p/819853#M323600</link>
      <description>&lt;P&gt;Can you increase the amount of memory that your virtual machine has access to? That should be an option in the machine settings.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2022 23:17:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-SAS-SUDAAN-PROC-RLOGIST/m-p/819853#M323600</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-06-22T23:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient memory – SAS/SUDAAN PROC RLOGIST</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-SAS-SUDAAN-PROC-RLOGIST/m-p/819872#M323606</link>
      <description>&lt;P&gt;Please post your MEMSIZE setting:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc options option = memsize;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The memory usage in your post isn't large and the PROC appears to fail before full initialising.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the memory setting for your VM?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 02:41:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-SAS-SUDAAN-PROC-RLOGIST/m-p/819872#M323606</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-06-23T02:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient memory – SAS/SUDAAN PROC RLOGIST</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-SAS-SUDAAN-PROC-RLOGIST/m-p/820124#M323675</link>
      <description>&lt;P&gt;Memory usage below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc options option = memsize; run;&lt;/P&gt;
&lt;P&gt;MEMSIZE = 2147483648&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Detailed memory usage:&lt;/P&gt;
&lt;P&gt;Proc options group=memory; run;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rsva_0-1656008409612.png" style="width: 532px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/72693i8402DD13AB91833A/image-dimensions/532x232?v=v2" width="532" height="232" role="button" title="rsva_0-1656008409612.png" alt="rsva_0-1656008409612.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 18:20:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-SAS-SUDAAN-PROC-RLOGIST/m-p/820124#M323675</guid>
      <dc:creator>rsva</dc:creator>
      <dc:date>2022-06-23T18:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient memory – SAS/SUDAAN PROC RLOGIST</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-SAS-SUDAAN-PROC-RLOGIST/m-p/820159#M323692</link>
      <description>&lt;P&gt;A MEMSIZE of 2GB is small in my experience, especially for statistics procedures. The current setting in our SAS installation is 6GB. I'm fairly convinced you wont make any progress until your VM has at least 8GB and you increase your MEMSIZE to at least 4 or 6 GB. Talk to your SAS administrator about getting an increase.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2022 21:24:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-SAS-SUDAAN-PROC-RLOGIST/m-p/820159#M323692</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-06-23T21:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient memory – SAS/SUDAAN PROC RLOGIST</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-SAS-SUDAAN-PROC-RLOGIST/m-p/821175#M324200</link>
      <description>Thanks will do and post the results.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jun 2022 16:41:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-memory-SAS-SUDAAN-PROC-RLOGIST/m-p/821175#M324200</guid>
      <dc:creator>rsva</dc:creator>
      <dc:date>2022-06-30T16:41:29Z</dc:date>
    </item>
  </channel>
</rss>

