<?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: STORE statement in PROC GLMSELECT in Statistical Procedures</title>
    <link>https://communities.sas.com/t5/Statistical-Procedures/STORE-statement-in-PROC-GLMSELECT/m-p/217019#M11764</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using SAS 9.2 version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2015 03:32:59 GMT</pubDate>
    <dc:creator>SreedharDhekonda</dc:creator>
    <dc:date>2015-05-20T03:32:59Z</dc:date>
    <item>
      <title>STORE statement in PROC GLMSELECT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/STORE-statement-in-PROC-GLMSELECT/m-p/217017#M11762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use STORE statement in PROC GLMSELECT. But I am facing below issue during execution of the step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;14&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STORE OUT=INPUT.PROJSTORE;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -----&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;WARNING 1-322: Assuming the symbol SCORE was misspelled as STORE.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in resolving this issue. I am also pasting the code of PROC GLMSELECT I used below for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%LET VAR6 = Disbursement_Amount OD_Days Total_Outstanding_Amount;&lt;/P&gt;&lt;P&gt;%LET VAR7= STATE PROD_CODE;&lt;/P&gt;&lt;P&gt;ODS GRAPHICS ON;&lt;/P&gt;&lt;P&gt;PROC GLMSELECT DATA=INPUT.PROJECT9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PLOTS=ALL;&lt;/P&gt;&lt;P&gt; CLASS &amp;amp;VAR7 / PARAM=GLM REF=FIRST;&lt;/P&gt;&lt;P&gt; MODEL Total_Od_Amt=&amp;amp;VAR7 &amp;amp;VAR6 / SELECTION=BACKWARD &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT=SBC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CHOOSE=VALIDATE;&lt;/P&gt;&lt;P&gt; PARTITION FRACTION(TEST=0.25 VALIDATE=0.25);&lt;/P&gt;&lt;P&gt; STORE OUT=INPUT.PROJSTORE; &lt;/P&gt;&lt;P&gt; OUTPUT OUT=INPUT.PROJSTOR2;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;ODS GRAPHICS OFF;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 04:51:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/STORE-statement-in-PROC-GLMSELECT/m-p/217017#M11762</guid>
      <dc:creator>SreedharDhekonda</dc:creator>
      <dc:date>2015-05-19T04:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: STORE statement in PROC GLMSELECT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/STORE-statement-in-PROC-GLMSELECT/m-p/217018#M11763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What version of sas are you using? STORE was not available in the earliest versions of GLMSELECT. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 13:39:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/STORE-statement-in-PROC-GLMSELECT/m-p/217018#M11763</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2015-05-19T13:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: STORE statement in PROC GLMSELECT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/STORE-statement-in-PROC-GLMSELECT/m-p/217019#M11764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using SAS 9.2 version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 03:32:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/STORE-statement-in-PROC-GLMSELECT/m-p/217019#M11764</guid>
      <dc:creator>SreedharDhekonda</dc:creator>
      <dc:date>2015-05-20T03:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: STORE statement in PROC GLMSELECT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/STORE-statement-in-PROC-GLMSELECT/m-p/217020#M11765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the STORE statement was only added in9.3 for the GLMSELECT procedure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 12:58:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/STORE-statement-in-PROC-GLMSELECT/m-p/217020#M11765</guid>
      <dc:creator>lvm</dc:creator>
      <dc:date>2015-05-20T12:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: STORE statement in PROC GLMSELECT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/STORE-statement-in-PROC-GLMSELECT/m-p/217021#M11766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Ivm. In that case I will try to find out alternative to store and produce code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 16:50:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/STORE-statement-in-PROC-GLMSELECT/m-p/217021#M11766</guid>
      <dc:creator>SreedharDhekonda</dc:creator>
      <dc:date>2015-05-21T16:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: STORE statement in PROC GLMSELECT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/STORE-statement-in-PROC-GLMSELECT/m-p/217022#M11767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and one more thing can you also help me how to prepare a code in SAS 9.2 version ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 May 2015 08:11:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/STORE-statement-in-PROC-GLMSELECT/m-p/217022#M11767</guid>
      <dc:creator>SreedharDhekonda</dc:creator>
      <dc:date>2015-05-24T08:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: STORE statement in PROC GLMSELECT</title>
      <link>https://communities.sas.com/t5/Statistical-Procedures/STORE-statement-in-PROC-GLMSELECT/m-p/658392#M31540</link>
      <description>&lt;P&gt;Hey I know this is a really old post but I just wanted to suggest trying the CODE statement, which writes a model out to a file.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://documentation.sas.com/?docsetId=casml&amp;amp;docsetTarget=viyaml_regselect_syntax04.htm&amp;amp;docsetVersion=3.0&amp;amp;locale=en" target="_self"&gt;Here's a link to documentation on the CODE statement.&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Jun 2020 19:09:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Statistical-Procedures/STORE-statement-in-PROC-GLMSELECT/m-p/658392#M31540</guid>
      <dc:creator>jules_s</dc:creator>
      <dc:date>2020-06-14T19:09:18Z</dc:date>
    </item>
  </channel>
</rss>

