<?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 OUT OF RESOURCES Select in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/OUT-OF-RESOURCES-Select/m-p/508620#M26091</link>
    <description>&lt;P&gt;I'm using a multinomial logit model to study a large dataset, approximately 700.000 observations. In particular I have 700.000 observations divided in 23 classes at time 1, and each one evolves in the same or a different class of this at time 2. So, with proc logistic with link multilogit I'm trying to estimate the probability that an observation in the class i at time 1 goes to class j at time 2( also j=i is accetable). Here is the code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC SORT DATA=Finalall OUT=Dieci_undici ;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BY _2010;&lt;/P&gt;&lt;P&gt;RUN ;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc logistic data=Dieci_undici; by _2010;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;model _2011=SHP_AREA / link=glogit;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And it works. Buf if I add this line:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;output pred = predicted predprobs = i;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I have the following problem :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"OUT OF RESOURCES Select"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-R. Retry&lt;/P&gt;&lt;P&gt;-N Tell procedure/DATA step no more resources&lt;/P&gt;&lt;P&gt;-C Cancel Submitted Statement&lt;/P&gt;&lt;P&gt;- T. Terminate SAS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Oct 2018 09:53:17 GMT</pubDate>
    <dc:creator>annamariaclelia</dc:creator>
    <dc:date>2018-10-30T09:53:17Z</dc:date>
    <item>
      <title>OUT OF RESOURCES Select</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/OUT-OF-RESOURCES-Select/m-p/508620#M26091</link>
      <description>&lt;P&gt;I'm using a multinomial logit model to study a large dataset, approximately 700.000 observations. In particular I have 700.000 observations divided in 23 classes at time 1, and each one evolves in the same or a different class of this at time 2. So, with proc logistic with link multilogit I'm trying to estimate the probability that an observation in the class i at time 1 goes to class j at time 2( also j=i is accetable). Here is the code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC SORT DATA=Finalall OUT=Dieci_undici ;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BY _2010;&lt;/P&gt;&lt;P&gt;RUN ;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc logistic data=Dieci_undici; by _2010;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;model _2011=SHP_AREA / link=glogit;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And it works. Buf if I add this line:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;output pred = predicted predprobs = i;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I have the following problem :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"OUT OF RESOURCES Select"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-R. Retry&lt;/P&gt;&lt;P&gt;-N Tell procedure/DATA step no more resources&lt;/P&gt;&lt;P&gt;-C Cancel Submitted Statement&lt;/P&gt;&lt;P&gt;- T. Terminate SAS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much for your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2018 09:53:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/OUT-OF-RESOURCES-Select/m-p/508620#M26091</guid>
      <dc:creator>annamariaclelia</dc:creator>
      <dc:date>2018-10-30T09:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: OUT OF RESOURCES Select</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/OUT-OF-RESOURCES-Select/m-p/508626#M26092</link>
      <description>&lt;P&gt;You're most probably running out of space in WORK. Clean up there before running the proc logistic, or redirect the output to another library that sits on a different physical location.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2018 10:04:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/OUT-OF-RESOURCES-Select/m-p/508626#M26092</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-10-30T10:04:52Z</dc:date>
    </item>
  </channel>
</rss>

