<?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: Scoring SAS dataset in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Scoring-SAS-dataset/m-p/12289#M45</link>
    <description>If you checked my previous link earlier, I forgot to add the model node- sorry. It has been corrected. You can see the correct version here:  &lt;A href="http://econometricsense.blogspot.com/2011/02/scoring-data-in-sas-enterprise-miner.html" target="_blank"&gt;http://econometricsense.blogspot.com/2011/02/scoring-data-in-sas-enterprise-miner.html&lt;/A&gt;</description>
    <pubDate>Tue, 22 Feb 2011 22:01:31 GMT</pubDate>
    <dc:creator>SlutskyFan</dc:creator>
    <dc:date>2011-02-22T22:01:31Z</dc:date>
    <item>
      <title>Scoring SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Scoring-SAS-dataset/m-p/12287#M43</link>
      <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
Kindly help me out. I have a model which is based on decision trees in Enterprise Miner and I need to score a new dataset. Since the final (tree) model selects only 4 out of 10 variables so I have imported a SAS dataset that has these 4 variables. In order to find accuracy of the final model I have randomly selected data from original SAS dataset and connected the Assessment node and the new dataset to be scored with the Score node. In the new dataset to be scored there are some missing values.&lt;BR /&gt;
&lt;BR /&gt;
When I run the Score node, I get error:&lt;BR /&gt;
&lt;BR /&gt;
27838  data EMDATA.VD_XXW9B /view=EMDATA.VD_XXW9B;                            &lt;BR /&gt;
27839  set EMDATA.SVAL3155;                                                   &lt;BR /&gt;
27840  run;                                                                   &lt;BR /&gt;
                                                                              &lt;BR /&gt;
NOTE: DATA STEP view saved on file EMDATA.VD_XXW9B.                           &lt;BR /&gt;
NOTE: A stored DATA STEP view cannot run under a different operating system.  &lt;BR /&gt;
NOTE: View EMDATA.SVAL3155.VIEW used (Total process time):                    &lt;BR /&gt;
      real time           0.01 seconds                                        &lt;BR /&gt;
      cpu time            0.01 seconds                                        &lt;BR /&gt;
                                                                              &lt;BR /&gt;
NOTE: DATA statement used (Total process time):                               &lt;BR /&gt;
      real time           0.01 seconds                                        &lt;BR /&gt;
      cpu time            0.01 seconds                                        &lt;BR /&gt;
                                                                              &lt;BR /&gt;
                                                                              &lt;BR /&gt;
                                                                              &lt;BR /&gt;
ERROR: Scoring data set is not identified.                                    &lt;BR /&gt;
                                                                              &lt;BR /&gt;
27841  proc printto;                                                          &lt;BR /&gt;
27842  run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
The Run Score[Apply] fails.&lt;BR /&gt;
&lt;BR /&gt;
Kindly suggest.</description>
      <pubDate>Thu, 17 Feb 2011 18:26:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Scoring-SAS-dataset/m-p/12287#M43</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-02-17T18:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Scoring SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Scoring-SAS-dataset/m-p/12288#M44</link>
      <description>I'm actually new to EM, so this may not be good info. I don't understand the errors you are getting-but, I wonder, are you also using a SAS code node in the schema as well?&lt;BR /&gt;
&lt;BR /&gt;
Is your score data in a library that is connected to Enterprise Miner?&lt;BR /&gt;
&lt;BR /&gt;
These may be basic questions that you are far past, but I am a novice with EM. If you are not using a SAS code node in your flow- see here for an example:&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://econometricsense.blogspot.com/2011/02/scoring-data-in-sas-enterprise-miner.html" target="_blank"&gt;http://econometricsense.blogspot.com/2011/02/scoring-data-in-sas-enterprise-miner.html&lt;/A&gt;</description>
      <pubDate>Tue, 22 Feb 2011 15:31:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Scoring-SAS-dataset/m-p/12288#M44</guid>
      <dc:creator>SlutskyFan</dc:creator>
      <dc:date>2011-02-22T15:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Scoring SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Scoring-SAS-dataset/m-p/12289#M45</link>
      <description>If you checked my previous link earlier, I forgot to add the model node- sorry. It has been corrected. You can see the correct version here:  &lt;A href="http://econometricsense.blogspot.com/2011/02/scoring-data-in-sas-enterprise-miner.html" target="_blank"&gt;http://econometricsense.blogspot.com/2011/02/scoring-data-in-sas-enterprise-miner.html&lt;/A&gt;</description>
      <pubDate>Tue, 22 Feb 2011 22:01:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Scoring-SAS-dataset/m-p/12289#M45</guid>
      <dc:creator>SlutskyFan</dc:creator>
      <dc:date>2011-02-22T22:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Scoring SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Scoring-SAS-dataset/m-p/12290#M46</link>
      <description>In addition, this kind of problem is perfect for tech support since we cannot really see the details of what was done here in this forum.  In some way, the view path to the data set was not resolved, but we don't know any more than that.</description>
      <pubDate>Wed, 16 Mar 2011 16:05:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Scoring-SAS-dataset/m-p/12290#M46</guid>
      <dc:creator>David_Duling</dc:creator>
      <dc:date>2011-03-16T16:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Scoring SAS dataset</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Scoring-SAS-dataset/m-p/12291#M47</link>
      <description>Did you change the Role of the dataset you created for Scoring to 'Score'?  When you create a data source, the default Role is 'Raw' which means the dataset can be used for Model Training. And for scoring  it has to be 'Score'.</description>
      <pubDate>Mon, 21 Mar 2011 05:23:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Scoring-SAS-dataset/m-p/12291#M47</guid>
      <dc:creator>SatishG</dc:creator>
      <dc:date>2011-03-21T05:23:44Z</dc:date>
    </item>
  </channel>
</rss>

