<?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 elasticnet error in proc glmselect in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/elasticnet-error-in-proc-glmselect/m-p/412964#M67433</link>
    <description>&lt;P&gt;I try to follow &lt;A href="http://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_glmselect_examples06.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_self"&gt;this&lt;/A&gt;. I use this code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC GLMSELECT data=TrainingData valdata=ValData plots=coefficients;
	model Y
	= 
	X1
	X2
	/selection=elasticnet(steps=120 choose=validate);
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I get these errors:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR 22-322: Syntax error, expecting one of the following: BACKWARD, FORWARD, LAR, LASSO, NONE, STEPWISE.&lt;BR /&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea? Code above looks OK to me ...&lt;/P&gt;</description>
    <pubDate>Mon, 13 Nov 2017 17:16:15 GMT</pubDate>
    <dc:creator>csetzkorn</dc:creator>
    <dc:date>2017-11-13T17:16:15Z</dc:date>
    <item>
      <title>elasticnet error in proc glmselect</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/elasticnet-error-in-proc-glmselect/m-p/412964#M67433</link>
      <description>&lt;P&gt;I try to follow &lt;A href="http://documentation.sas.com/?docsetId=statug&amp;amp;docsetTarget=statug_glmselect_examples06.htm&amp;amp;docsetVersion=14.3&amp;amp;locale=en" target="_self"&gt;this&lt;/A&gt;. I use this code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC GLMSELECT data=TrainingData valdata=ValData plots=coefficients;
	model Y
	= 
	X1
	X2
	/selection=elasticnet(steps=120 choose=validate);
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I get these errors:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR 22-322: Syntax error, expecting one of the following: BACKWARD, FORWARD, LAR, LASSO, NONE, STEPWISE.&lt;BR /&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea? Code above looks OK to me ...&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 17:16:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/elasticnet-error-in-proc-glmselect/m-p/412964#M67433</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2017-11-13T17:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: elasticnet error in proc glmselect</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/elasticnet-error-in-proc-glmselect/m-p/413071#M67438</link>
      <description>&lt;P&gt;SELECTION=ELASTICNET was implemented in SAS/STAT 13.1, which was released as part of SAS 9.4M1 in 2013. The error message indicates that you are running an older version of SAS that does not have support for the elastic net algorithm.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can submit:&lt;/P&gt;
&lt;P&gt;%put SYSVLONG = &amp;amp;SYSVLONG;&lt;/P&gt;
&lt;P&gt;and look in the log to find your version of SAS.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2017 21:17:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/elasticnet-error-in-proc-glmselect/m-p/413071#M67438</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2017-11-13T21:17:22Z</dc:date>
    </item>
  </channel>
</rss>

