<?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: Receiving an ambiguous error when scoring new data using proc nnet in SAS Studio in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Receiving-an-ambiguous-error-when-scoring-new-data-using-proc/m-p/609053#M17802</link>
    <description>&lt;P&gt;I agree that this message is very ambiguous, and I have never actually seen this error message myself. Due to the vagueness of the error message, and you attempts to troubleshoot the problem so far, I would contact SAS technical support on this one.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Dec 2019 14:10:09 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2019-12-03T14:10:09Z</dc:date>
    <item>
      <title>Receiving an ambiguous error when scoring new data using proc nnet in SAS Studio</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Receiving-an-ambiguous-error-when-scoring-new-data-using-proc/m-p/609048#M17799</link>
      <description>&lt;P&gt;I'm using the following chunk of code to try and score some new data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc nnet data=casuser.newdata inmodel=casuser.oldmodel;
     score out=casuser.scoreddata;
run;&lt;/PRE&gt;&lt;P&gt;Upon running this code, I receive the following errors:&lt;/P&gt;&lt;PRE&gt;ERROR: Invalid argument
ERROR: The action stopped due to errors&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've double checked that all of the inputs in the newdata table are named exactly as used in the model and I've tried multiple variations of copyvar arguments in the score statement, but the only change that's been able to eliminate the error is by removing the score statement so that the code is as follows:&lt;/P&gt;&lt;PRE&gt;proc nnet data=casuser.newdata inmodel=casuser.oldmodel;
run;&lt;/PRE&gt;&lt;P&gt;The code runs without error in this case, but that doesn't help me. A big part of my problem right now is not knowing what to look and to fix this, so any help would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 14:03:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Receiving-an-ambiguous-error-when-scoring-new-data-using-proc/m-p/609048#M17799</guid>
      <dc:creator>Hungry2Learn</dc:creator>
      <dc:date>2019-12-03T14:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving an ambiguous error when scoring new data using proc nnet in SAS Studio</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Receiving-an-ambiguous-error-when-scoring-new-data-using-proc/m-p/609053#M17802</link>
      <description>&lt;P&gt;I agree that this message is very ambiguous, and I have never actually seen this error message myself. Due to the vagueness of the error message, and you attempts to troubleshoot the problem so far, I would contact SAS technical support on this one.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 14:10:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Receiving-an-ambiguous-error-when-scoring-new-data-using-proc/m-p/609053#M17802</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-12-03T14:10:09Z</dc:date>
    </item>
  </channel>
</rss>

