<?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: no variables specified for an sscp matrix in forward selection in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/no-variables-specified-for-an-sscp-matrix-in-forward-selection/m-p/254404#M48515</link>
    <description>&lt;P&gt;After changing to educat foll is the error :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: No data set open to look up variables.&lt;BR /&gt;ERROR: No data set open to look up variables.&lt;BR /&gt;ERROR: No data set open to look up variables.&lt;BR /&gt;NOTE: The previous statement has been deleted.&lt;BR /&gt;49 run;&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE REG used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;</description>
    <pubDate>Fri, 04 Mar 2016 04:03:49 GMT</pubDate>
    <dc:creator>sgupta</dc:creator>
    <dc:date>2016-03-04T04:03:49Z</dc:date>
    <item>
      <title>no variables specified for an sscp matrix in forward selection</title>
      <link>https://communities.sas.com/t5/SAS-Programming/no-variables-specified-for-an-sscp-matrix-in-forward-selection/m-p/254384#M48506</link>
      <description>&lt;P&gt;I am trying to run forward selection on data deress2 :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc reg data=assig.depress2;&lt;BR /&gt;model cesd=&lt;BR /&gt;age income education / selection=forward ;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It gives me following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;257 proc reg data=assig.depress2;&lt;BR /&gt;258 model cesd=&lt;BR /&gt;259 age income education / selection=forward ;&lt;BR /&gt;ERROR: Variable EDUCATION not found.&lt;BR /&gt;NOTE: The previous statement has been deleted.&lt;BR /&gt;260 run;&lt;/P&gt;&lt;P&gt;WARNING: No variables specified for an SSCP matrix. Execution terminating.&lt;BR /&gt;NOTE: PROCEDURE REG used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can someone help to solve this?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2016 00:25:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/no-variables-specified-for-an-sscp-matrix-in-forward-selection/m-p/254384#M48506</guid>
      <dc:creator>sgupta</dc:creator>
      <dc:date>2016-03-04T00:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: no variables specified for an sscp matrix in forward selection</title>
      <link>https://communities.sas.com/t5/SAS-Programming/no-variables-specified-for-an-sscp-matrix-in-forward-selection/m-p/254386#M48507</link>
      <description>&lt;P&gt;Check your variable names. Run a proc contents and note the difference between the name and label.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2016 00:53:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/no-variables-specified-for-an-sscp-matrix-in-forward-selection/m-p/254386#M48507</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-03-04T00:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: no variables specified for an sscp matrix in forward selection</title>
      <link>https://communities.sas.com/t5/SAS-Programming/no-variables-specified-for-an-sscp-matrix-in-forward-selection/m-p/254396#M48513</link>
      <description>&lt;P&gt;The attached code shows the variable name to be EDUCAT. "Education" is the variable label, it is only used for display purposes.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2016 03:12:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/no-variables-specified-for-an-sscp-matrix-in-forward-selection/m-p/254396#M48513</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-03-04T03:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: no variables specified for an sscp matrix in forward selection</title>
      <link>https://communities.sas.com/t5/SAS-Programming/no-variables-specified-for-an-sscp-matrix-in-forward-selection/m-p/254403#M48514</link>
      <description>I tried educat,educatf and education but none worked?&lt;BR /&gt;&lt;BR /&gt;##- Please type your reply above this line. Simple formatting, no&lt;BR /&gt;attachments. -##</description>
      <pubDate>Fri, 04 Mar 2016 03:58:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/no-variables-specified-for-an-sscp-matrix-in-forward-selection/m-p/254403#M48514</guid>
      <dc:creator>sgupta</dc:creator>
      <dc:date>2016-03-04T03:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: no variables specified for an sscp matrix in forward selection</title>
      <link>https://communities.sas.com/t5/SAS-Programming/no-variables-specified-for-an-sscp-matrix-in-forward-selection/m-p/254404#M48515</link>
      <description>&lt;P&gt;After changing to educat foll is the error :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: No data set open to look up variables.&lt;BR /&gt;ERROR: No data set open to look up variables.&lt;BR /&gt;ERROR: No data set open to look up variables.&lt;BR /&gt;NOTE: The previous statement has been deleted.&lt;BR /&gt;49 run;&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE REG used (Total process time):&lt;BR /&gt;real time 0.01 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2016 04:03:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/no-variables-specified-for-an-sscp-matrix-in-forward-selection/m-p/254404#M48515</guid>
      <dc:creator>sgupta</dc:creator>
      <dc:date>2016-03-04T04:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: no variables specified for an sscp matrix in forward selection</title>
      <link>https://communities.sas.com/t5/SAS-Programming/no-variables-specified-for-an-sscp-matrix-in-forward-selection/m-p/254405#M48516</link>
      <description>&lt;P&gt;The variable name is educat. Educatf is the format name. Attached code misses a semicolon after "proc reg data=assig.depress2"&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2016 04:07:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/no-variables-specified-for-an-sscp-matrix-in-forward-selection/m-p/254405#M48516</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-03-04T04:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: no variables specified for an sscp matrix in forward selection</title>
      <link>https://communities.sas.com/t5/SAS-Programming/no-variables-specified-for-an-sscp-matrix-in-forward-selection/m-p/254406#M48517</link>
      <description>&lt;P&gt;Sorry following &amp;nbsp;is the complete error :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;66 proc reg data=assig.depress2&lt;BR /&gt;67 where sex=2;&lt;BR /&gt;-----&lt;BR /&gt;22&lt;BR /&gt;76&lt;BR /&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, (, ADJRSQ, AIC, ALL, ALPHA,&lt;BR /&gt;ANNOTATE, BIC, C, CORR, COVOUT, CP, DATA, EDF, GMSEP, GOUT, GRAPHICS, JP, LACKFIT,&lt;BR /&gt;LINEPRINTER, LP, MSE, NOPRINT, OUTEST, OUTSEB, OUTSSCP, OUTSTB, OUTVIF, PC, PCOMIT,&lt;BR /&gt;PLOT, PLOTS, PRESS, RIDGE, RMSE, RSQUARE, SBC, SIMPLE, SINGULAR, SP, SSE, TABLEOUT,&lt;BR /&gt;USSCP.&lt;BR /&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;BR /&gt;68 model cesd=&lt;BR /&gt;ERROR: No data set open to look up variables.&lt;BR /&gt;69 age income educat / selection= forward sle=0.15;&lt;BR /&gt;ERROR: No data set open to look up variables.&lt;BR /&gt;ERROR: No data set open to look up variables.&lt;BR /&gt;ERROR: No data set open to look up variables.&lt;BR /&gt;NOTE: The previous statement has been deleted.&lt;BR /&gt;70 run;&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE REG used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.00 seconds&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;71 quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some one please help.thanks&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2016 04:11:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/no-variables-specified-for-an-sscp-matrix-in-forward-selection/m-p/254406#M48517</guid>
      <dc:creator>sgupta</dc:creator>
      <dc:date>2016-03-04T04:11:24Z</dc:date>
    </item>
  </channel>
</rss>

