<?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 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/insufficient-memory/m-p/208771#M38796</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my main purpose is to do the classification. Could the Proc PLS be used to do the classification?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jun 2015 15:23:14 GMT</pubDate>
    <dc:creator>cecily</dc:creator>
    <dc:date>2015-06-18T15:23:14Z</dc:date>
    <item>
      <title>insufficient memory</title>
      <link>https://communities.sas.com/t5/SAS-Programming/insufficient-memory/m-p/208765#M38790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My code is just:&lt;/P&gt;&lt;P&gt;proc logistic data=freq, Plots(Label Maxpoints=None)=all descending;&lt;/P&gt;&lt;P&gt;model tag= video1-video30 three1-three30 old1-old30 yong1-yong30 get1-get30/INFLUENCE;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My laptop has 8 GB memory 256SSD.&lt;/P&gt;&lt;P&gt;But still insufficient memory. How to solve this problem???&lt;/P&gt;&lt;P&gt;My file contains 120000 observations , 150 predictor&amp;nbsp; variables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 23:46:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/insufficient-memory/m-p/208765#M38790</guid>
      <dc:creator>cecily</dc:creator>
      <dc:date>2015-06-17T23:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: insufficient memory</title>
      <link>https://communities.sas.com/t5/SAS-Programming/insufficient-memory/m-p/208766#M38791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your SAS environment?&lt;/P&gt;&lt;P&gt;- SAS UE?&lt;/P&gt;&lt;P&gt;- local SAS installed?&lt;/P&gt;&lt;P&gt;- remote SAS with Enterprise Guide or SAS Studio?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 07:37:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/insufficient-memory/m-p/208766#M38791</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-06-18T07:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: insufficient memory</title>
      <link>https://communities.sas.com/t5/SAS-Programming/insufficient-memory/m-p/208767#M38792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would try this without the plots to see if that helps as something very easy to try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 14:58:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/insufficient-memory/m-p/208767#M38792</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-06-18T14:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: insufficient memory</title>
      <link>https://communities.sas.com/t5/SAS-Programming/insufficient-memory/m-p/208768#M38793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Logistic on that many predictor variables not only causes memory problems, but it also would cause interpretation problems if you were able to actually run the model — in the sense that any resulting model would be extremely difficult to use or interpret because of the correlation between the predictors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An alternative is to use PROC PLS, which has the advantage of using an algorithm that is not as susceptible to memory issues as is PROC LOGISTIC, but it also provides more interpretable models in the case of correlation between the predictors. Win-win!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 15:09:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/insufficient-memory/m-p/208768#M38793</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2015-06-18T15:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: insufficient memory</title>
      <link>https://communities.sas.com/t5/SAS-Programming/insufficient-memory/m-p/208769#M38794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My environment is windows8.&lt;/P&gt;&lt;P&gt;Yes . Local SAS installed.&lt;/P&gt;&lt;P&gt;I am using sas9.4&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 15:12:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/insufficient-memory/m-p/208769#M38794</guid>
      <dc:creator>cecily</dc:creator>
      <dc:date>2015-06-18T15:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: insufficient memory</title>
      <link>https://communities.sas.com/t5/SAS-Programming/insufficient-memory/m-p/208770#M38795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to see the Plots to find the influential points. Without the plots.....I think this code is useless&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 15:13:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/insufficient-memory/m-p/208770#M38795</guid>
      <dc:creator>cecily</dc:creator>
      <dc:date>2015-06-18T15:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: insufficient memory</title>
      <link>https://communities.sas.com/t5/SAS-Programming/insufficient-memory/m-p/208771#M38796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my main purpose is to do the classification. Could the Proc PLS be used to do the classification?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 15:23:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/insufficient-memory/m-p/208771#M38796</guid>
      <dc:creator>cecily</dc:creator>
      <dc:date>2015-06-18T15:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: insufficient memory</title>
      <link>https://communities.sas.com/t5/SAS-Programming/insufficient-memory/m-p/208772#M38797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"Classification" is a broad term, but yes, you could use the PROC PLS results to do some types of classification.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 15:33:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/insufficient-memory/m-p/208772#M38797</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2015-06-18T15:33:41Z</dc:date>
    </item>
  </channel>
</rss>

