<?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 ... proc SURVEYREG in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/297853#M270275</link>
    <description>&lt;P&gt;I'm afraid that I don't get your point. Would you please explain for me? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I ran your code, y is perfectly predicted by x only (R-sq=1.0000).&lt;/P&gt;</description>
    <pubDate>Mon, 12 Sep 2016 20:18:01 GMT</pubDate>
    <dc:creator>Rakkoo</dc:creator>
    <dc:date>2016-09-12T20:18:01Z</dc:date>
    <item>
      <title>Insufficient Memory ... proc SURVEYREG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/297229#M270267</link>
      <description>&lt;P&gt;Dear folks,&lt;/P&gt;
&lt;P&gt;I couldn't find the solution in the previous postings, so let me&amp;nbsp;post my question here.&amp;nbsp;I'd like to run the following model&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;proc surveyreg&lt;/STRONG&gt; data&lt;/FONT&gt;=timediff;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;strata&lt;/FONT&gt; _ststr;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;cluster&lt;/FONT&gt; _psu;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;model&lt;/FONT&gt; timediff = white Asian NHPI AIAN OthRace Multi Hispani Male age18_24 age30_34 age35_39 age40_44 age45_49 age50_54 age55_59 age60_64 age65_69 age70_74 age75_79 age80_XX empy selfempy Hommake Student Retire Unable Divorced Widowed Separated Nevermarried Unmacouple never_atten G1_8 G9_11 edu_HS Edu_SomeC In10_15 In15_20 In20_25 In25_35 In35_50 In50_75 In75_xx Past1_2 Past2_5 Past5_xx Past_never PerDoc1_xx PerDoc_None HLTHPLN1 MEDCOST HLTH_VeryGood HLTH_Good HLTH_Fair HLTH_Poor;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;weight&lt;/FONT&gt; weight;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;run;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, I've run into this error:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;ERROR: The SAS System stopped processing this step because of insufficient memory.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I'm not sure if&amp;nbsp;the problem stems from the physical memory size, given these two considerations:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, I calculated the required memory size&amp;nbsp;(based on this link: &lt;A href="http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_surveyreg_a0000000284.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/statug/63962/HTML/default/viewer.htm#statug_surveyreg_a0000000284.htm&lt;/A&gt;) and found that less than 600MB is required.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;# observations (unweighted) = 886,167&lt;/LI&gt;
&lt;LI&gt;# strata = 1,284&lt;/LI&gt;
&lt;LI&gt;# cluster = 45,804&lt;/LI&gt;
&lt;LI&gt;# parameters = 56&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Second, my computer has much larger memory:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Windows 7 Professional (Service Pack 1)&lt;/LI&gt;
&lt;LI&gt;System type: 64-bit OS&lt;/LI&gt;
&lt;LI&gt;RAM 8GB&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me show you the memory setting below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SAS (r) Proprietary Software Release 9.4 TS1M3&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Group=MEMORY&lt;BR /&gt;SORTSIZE=MAX Specifies the amount of memory that is available to the SORT procedure.&lt;BR /&gt;SUMSIZE=0 Specifies a limit on the amount of memory that is available for data summarization procedures when class &lt;BR /&gt; variables are active.&lt;BR /&gt;MAXMEMQUERY=0 Specifies the maximum amount of memory that is allocated for procedures.&lt;BR /&gt;MEMBLKSZ=16777216 Specifies the memory block size for Windows memory-based libraries.&lt;BR /&gt;MEMMAXSZ=2147483648&lt;BR /&gt; Specifies the maximum amount of memory to allocate for using memory-based libraries.&lt;BR /&gt;LOADMEMSIZE=0 Specifies a suggested amount of memory that is needed for executable programs loaded by SAS.&lt;BR /&gt;MEMSIZE=6442450944&lt;BR /&gt; Specifies the limit on the amount of virtual memory that can be used during a SAS session.&lt;BR /&gt;REALMEMSIZE=0 Specifies the amount of real memory SAS can expect to allocate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am not sure if I have not configured it appropriately, or if I have to install more physical memory, or if the solution is something else. Would you please help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot!&lt;/P&gt;
&lt;P&gt;Rakkoo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 18:34:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/297229#M270267</guid>
      <dc:creator>Rakkoo</dc:creator>
      <dc:date>2016-09-08T18:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Memory ... proc SURVEYREG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/297233#M270268</link>
      <description>&lt;P&gt;Are you by any chance working with BRFSS data? The strata and cluster variable names look very familiar as well as the apparent categories for a bunch of demographic variables. I have to assume that most of those are coded as dichotomous variables as member/not member of population. The numbers of observations and strata makes me suspect this is an entire US data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, I am curious what the Timedif variable represents.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 19:13:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/297233#M270268</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-09-08T19:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Memory ... proc SURVEYREG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/297235#M270269</link>
      <description>&lt;P&gt;Yes, I'm working on the BRFSS data of 2011 and 2012. Yes, it is the entire US data. Yes, all covariates are dummy variables, even though I'm considering to include some of them as ordinal variables and reduce the number of parameters. [timedif] is a calculated variable: the length of time since the last HIV test.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 19:56:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/297235#M270269</guid>
      <dc:creator>Rakkoo</dc:creator>
      <dc:date>2016-09-08T19:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Memory ... proc SURVEYREG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/297238#M270270</link>
      <description>&lt;P&gt;Try running your program using the SAS option FULLSTIMER. This should report the actual memory stats for SURVEYREG in the log.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 20:08:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/297238#M270270</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-09-08T20:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Memory ... proc SURVEYREG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/297243#M270271</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/29000"&gt;@Rakkoo&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Yes, I'm working on the BRFSS data of 2011 and 2012. Yes, it is the entire US data. Yes, all covariates are dummy variables, even though I'm considering to include some of them as ordinal variables and reduce the number of parameters. [timedif] is a calculated variable: the length of time since the last HIV test.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Since your Timediff variable is somewhat dependent on age I would think that having age as continous variable would be better than the agegroup variables. For example NO 18 year old could have a Timediff of 20. Make sure that your refused or don't know ages are missing if you go this route. This may also have an impact on your memory issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would also expect the Timediff to be missing for refused and don't know for the date of last test.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may also want to switch to Surveylogistic if you have an interest in is the time greater than or less than some key value (5 years or such).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BTW I believe that you may want to use the NOMCAR option as data missing due to skip patterns in the survey is not missing at random.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 20:51:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/297243#M270271</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-09-08T20:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Memory ... proc SURVEYREG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/297454#M270272</link>
      <description>&lt;P&gt;Thank you. Let me try that option. BTW, I've found that the number of clusters is much larger, 367,222, which necessitates&amp;nbsp;over 4GB memory, according to the formula. Then, I've found that SAS sets max 2GB memory by default. I've edited the sasv9.cfg file to increase the memory, but still find the insufficient memory error.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 16:43:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/297454#M270272</guid>
      <dc:creator>Rakkoo</dc:creator>
      <dc:date>2016-09-09T16:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Memory ... proc SURVEYREG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/297456#M270273</link>
      <description>&lt;P&gt;Thank you for great suggestions. I'll include NOMCAR option in the command. Age is potentially&amp;nbsp;to be included as one continuous&amp;nbsp;variable, but is currently included as a bunch of dummy variables for the linearity check purpose. Yes, I've handled those missing data. I've also used proc surveylogistic, as there are many studies using logistic regression. However, I'm trying to&amp;nbsp;go further&amp;nbsp;and regress on the continuous variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 16:53:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/297456#M270273</guid>
      <dc:creator>Rakkoo</dc:creator>
      <dc:date>2016-09-09T16:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Memory ... proc SURVEYREG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/297476#M270274</link>
      <description>&lt;P&gt;Please look at this example of regression using some dummy data and what may happen with a bunch of dichotomous variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data example;
   do x= 1 to 1000;
      y= x + ranuni(123);
      d1= (x&amp;lt;300);
      d2= (300 le x &amp;lt;600);
      d3= (x ge 600);
      output;
   end;
run;

proc reg data=example;
   var x y d:;
   model y = x;
   run;
   model y = x d:;
   run;
quit; &lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Sep 2016 19:43:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/297476#M270274</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-09-09T19:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Memory ... proc SURVEYREG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/297853#M270275</link>
      <description>&lt;P&gt;I'm afraid that I don't get your point. Would you please explain for me? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I ran your code, y is perfectly predicted by x only (R-sq=1.0000).&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2016 20:18:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/297853#M270275</guid>
      <dc:creator>Rakkoo</dc:creator>
      <dc:date>2016-09-12T20:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Memory ... proc SURVEYREG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/297871#M270276</link>
      <description>&lt;P&gt;The output for the model y = x d: ; Statement is what to look at. The three D variables correspond to splitting age into 3 dichotomous varialbles. Note that you get 0 for a parameter for the 3d and some warning notes in the output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Surveyreg will have similar issues with the dichotomous variables that have no overlaps as the "last" one listed in the model is completely &lt;STRONG&gt;dependent&lt;/STRONG&gt; on the values of the others in the group.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2016 22:44:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/297871#M270276</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-09-12T22:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Memory ... proc SURVEYREG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/298140#M270277</link>
      <description>&lt;P&gt;&lt;SPAN&gt;You're right. So, I included only two of the three d# variables so that the omitted dummy variable can serve as reference. Likewise, in my program, there is one omitted dummy variable (reference) in every set of dummy variables.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 20:18:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/298140#M270277</guid>
      <dc:creator>Rakkoo</dc:creator>
      <dc:date>2016-09-13T20:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Memory ... proc SURVEYREG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/298143#M270278</link>
      <description>&lt;P&gt;Thanks. The FULLSTIMER option&amp;nbsp;was very useful to identify the problem.&amp;nbsp;I found two: (1) I initially needed larger physical memory for the large number of clusters; and (2) I did not even have&amp;nbsp;to worry about insufficient memory after all, because I did not have to consider clusters in my model. I have learned that&amp;nbsp;BRFSS sampling has&amp;nbsp;not used the cluster component since 2011.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2016 20:26:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/298143#M270278</guid>
      <dc:creator>Rakkoo</dc:creator>
      <dc:date>2016-09-13T20:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Memory ... proc SURVEYREG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/375419#M270279</link>
      <description>Hi Rakko,&lt;BR /&gt;May I know how exactly you fixed this issue because I'm having the same issue and can't really figure the solutions provided here.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Theo</description>
      <pubDate>Wed, 12 Jul 2017 17:12:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/375419#M270279</guid>
      <dc:creator>Theo_Gh</dc:creator>
      <dc:date>2017-07-12T17:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Memory ... proc SURVEYREG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/375449#M270280</link>
      <description>&lt;P&gt;Hi The,&lt;/P&gt;&lt;P&gt;It eventually turned out that I did not need that much memory, because the line "cluster _psu;" was to be removed. Plus, I got a funding to purchase a laptop with large RAM and fast CPU. Since then, I haven't encountered&amp;nbsp;many problems...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BTW, do you also use the BRFSS data? If so, you may not really need cluster, because each cluster includes only one record, as far as I have checked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this help.&lt;/P&gt;&lt;P&gt;Rakkoo&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 18:59:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/375449#M270280</guid>
      <dc:creator>rcrs2</dc:creator>
      <dc:date>2017-07-12T18:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Memory ... proc SURVEYREG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/489691#M270281</link>
      <description>&lt;P&gt;I am facing this error on SAS Studio. It is not possible to change settings on SAS Studio I guess.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you give some advice? Is this really a limitation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sincerely&lt;/P&gt;&lt;P&gt;Ezequias Rocha&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 16:53:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/489691#M270281</guid>
      <dc:creator>ezequias</dc:creator>
      <dc:date>2018-08-24T16:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Memory ... proc SURVEYREG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/489711#M270282</link>
      <description>&lt;P&gt;Due to the insufficient memory error, SAS was not able to get me the SURVEYREG results. PROC SURVEYREG needs a large amount of memory and takes a long time to calculate, as it creates a covariance matrix for each cluster.&amp;nbsp;It luckily turned out that I did not need to specify cluster for my model. So I didn't have to solve the problem. Also, I've never used SAS Studio. Sorry I cannot give you much help.&amp;nbsp;&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.sas.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 17:27:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/489711#M270282</guid>
      <dc:creator>rcrs2</dc:creator>
      <dc:date>2018-08-24T17:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Memory ... proc SURVEYREG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/489757#M270283</link>
      <description>&lt;P&gt;Is this topic about SAS Studio too?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got the same message as you can evidence on the attached photo.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="datatec.PNG" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/22771i50EBA88644D048FF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="datatec.PNG" alt="datatec.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ezequias.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Aug 2018 20:17:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/489757#M270283</guid>
      <dc:creator>ezequias</dc:creator>
      <dc:date>2018-08-24T20:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Memory ... proc SURVEYREG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/489944#M270284</link>
      <description>&lt;P&gt;As a general rule: &lt;BR /&gt; 1. SAS studio is a front end. The memory issue in on the server. Where is your server? Look at the memory settings there. &lt;BR /&gt; 2. If your server is 32 bits, you are very limited in terms of accessible memory. 64 bits (both OS and SAS) allows going beyond 3GB and as high as the hardware allows. &lt;BR /&gt; 3. You must increase REALMEMSIZE (if enough RAM is available) and MEMSIZE (at least to slightly over REALMEMSIZE, and more if you don't mind the process paging). Paging means using disk as if it were RAM, and it make the process slow to a crawl but least be able to complete. &lt;BR /&gt; &lt;BR /&gt; In your case: &lt;BR /&gt; 2. Since your log looks like a Unix log, you are probably fine &lt;BR /&gt; 3. These settings must be changed by the system admin as they are SAS startup parameters. For a server, paging is never desirable and the proper way to configure the option is to set MEMSIZE as high as possible and REALMEMSIZE as MAX. This will affect all SAS sessions started after the change in the configuration file.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Aug 2018 23:11:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/489944#M270284</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-08-26T23:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Memory ... proc SURVEYREG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/490425#M270285</link>
      <description>&lt;P&gt;Dear&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16961"&gt;@ChrisNZ&lt;/a&gt;&amp;nbsp;I am using SAS Studio on the cloud. I have no server to perform those operations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I didn't understand what you meant.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sincerely&lt;/P&gt;&lt;P&gt;Ezequias Rocha&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 11:57:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/490425#M270285</guid>
      <dc:creator>ezequias</dc:creator>
      <dc:date>2018-08-28T11:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Memory ... proc SURVEYREG</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/490638#M270286</link>
      <description>&lt;P&gt;Where your SAS processes run is your SAS server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Whoever set up SAS for you manages your SAS environment.&lt;/P&gt;
&lt;P&gt;That person can increase the amount of memory available to you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the could is managed by SAS Institute, then they would need to be contacted for this modification.&lt;/P&gt;
&lt;P&gt;Your contract would presumably point you to the appropriate contact channels.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does that make sense?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Aug 2018 21:41:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Insufficient-Memory-proc-SURVEYREG/m-p/490638#M270286</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-08-28T21:41:35Z</dc:date>
    </item>
  </channel>
</rss>

