<?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 run time error in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/run-time-error/m-p/235904#M3382</link>
    <description>&lt;DIV class="fusionnote"&gt;&lt;PRE&gt;Run time error was encountered.  Please see the log for more details.&lt;BR /&gt;Hi , &lt;BR /&gt;I am a new user of sas enterprize miner. &lt;BR /&gt;my question is about above window with run time error. &lt;BR /&gt;I used a data set / newral network/ score/ sas code &lt;BR /&gt;when I run this, in sas code i will get this error.&lt;BR /&gt;I confused with MARCO part in this diagram. &lt;BR /&gt;Would you please help me.&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 22 Nov 2015 14:02:18 GMT</pubDate>
    <dc:creator>matin</dc:creator>
    <dc:date>2015-11-22T14:02:18Z</dc:date>
    <item>
      <title>run time error</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/run-time-error/m-p/235904#M3382</link>
      <description>&lt;DIV class="fusionnote"&gt;&lt;PRE&gt;Run time error was encountered.  Please see the log for more details.&lt;BR /&gt;Hi , &lt;BR /&gt;I am a new user of sas enterprize miner. &lt;BR /&gt;my question is about above window with run time error. &lt;BR /&gt;I used a data set / newral network/ score/ sas code &lt;BR /&gt;when I run this, in sas code i will get this error.&lt;BR /&gt;I confused with MARCO part in this diagram. &lt;BR /&gt;Would you please help me.&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2015 14:02:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/run-time-error/m-p/235904#M3382</guid>
      <dc:creator>matin</dc:creator>
      <dc:date>2015-11-22T14:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: run time error</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/run-time-error/m-p/235908#M3383</link>
      <description>&lt;P&gt;Did you have any attachments showing the error? Can you attach the log?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2015 15:00:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/run-time-error/m-p/235908#M3383</guid>
      <dc:creator>kannand</dc:creator>
      <dc:date>2015-11-22T15:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: run time error</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/run-time-error/m-p/235916#M3384</link>
      <description>&lt;P&gt;Hi Matin,&lt;/P&gt;
&lt;P&gt;So what exactly are you trying to do?&lt;/P&gt;
&lt;P&gt;You mentioned that you have a SAS code node at the end of your flow. What are you trying to do with that SAS code? Hopefully there is a node to do what you are trying to do (this is the case 95% of the time).&lt;/P&gt;
&lt;P&gt;Walk us through what you are trying to achieve and we'll help you debug the code you wrote on the SAS code node.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Miguel&lt;/P&gt;</description>
      <pubDate>Sun, 22 Nov 2015 18:10:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/run-time-error/m-p/235916#M3384</guid>
      <dc:creator>M_Maldonado</dc:creator>
      <dc:date>2015-11-22T18:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: run time error</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/run-time-error/m-p/235934#M3385</link>
      <description>&lt;P&gt;Thanks a lot for your reply.&lt;/P&gt;&lt;P&gt;Actually I am working on a homework for "data mining" class and It looks&amp;nbsp;easy, however I stuck !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just want to use Data(node)--&amp;gt;Neural network&lt;SPAN&gt;(node)&lt;/SPAN&gt;--&amp;gt; sas code&lt;SPAN&gt;(node)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I attached what I have. I know it is not practical to ask question this way, but I really appreciate any help you can provide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(How can I send sas data? in attachment?)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options nodate nonumber;&lt;BR /&gt;goptions reset=all gunit=pct;&lt;/P&gt;&lt;P&gt;/* Define Graphics Symbols */&lt;BR /&gt;symbol1 c=b v=dot h=2 i=none; /* actual model */&lt;BR /&gt;symbol2 c=magenta v=circle h=2 i=none; /* observations */&lt;BR /&gt;symbol3 c=r v=none i=join; /* predicted model */&lt;/P&gt;&lt;P&gt;AXIS1 OFFSET=(2) length=65 LABEL=(F=Swissb H=3.5 A=90 R=270 "Y") minor=none&lt;BR /&gt;VALUE=(f=swissb H=3) ORDER = (-6 to 6 by 1) WIDTH=2;&lt;BR /&gt;AXIS2 OFFSET=(2) LENGTH=85 LABEL=(f=SWISSB H=3.5 "X") minor=none&lt;BR /&gt;VALUE=(f=swissb H=3) ORDER = (-8 to 8 by 1) WIDTH=2;&lt;/P&gt;&lt;P&gt;legend1 across=2 position=(top inside right)&lt;BR /&gt;value=(f=swissb h=2.5 "#1" "#2")&lt;BR /&gt;label=none mode=share frame;&lt;BR /&gt;legend2 across=3 position=(top inside right)&lt;BR /&gt;value=(f=swissb h=2.5 "True Curve" "Data" "Estimate")&lt;BR /&gt;label=none mode=share frame;&lt;/P&gt;&lt;P&gt;/* True Membership */&lt;BR /&gt;title1 h=5 f=swissb 'Figure 1 Two Spirals Problem';&lt;BR /&gt;title2 h=4 '(True Membership)';&lt;BR /&gt;proc gplot data=&amp;amp;EM_IMPORT_DATA;&lt;BR /&gt;plot y*x=c / vaxis=axis1 haxis=axis2 legend=legend1 description="plot 1";&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;/* Neural Network fitting with 35 neurons and 50 iterations */&lt;BR /&gt;title1 h=5 j=c f=swissb 'Table 1 Two Spirals Problem';&lt;BR /&gt;title2 h=4 j=c '(Classification Matrix - Low Iteration)';&lt;BR /&gt;proc freq data=&amp;amp;EM_IMPORT_DATA;&lt;BR /&gt;tables F_c*I_c / norow nocol nopercent missing;&lt;BR /&gt;run;&lt;BR /&gt;title1 h=5 f=swissb 'Figure 2 Two Spirals Problem';&lt;BR /&gt;title2 h=4 '(Predicted Membership - Low Iteration)';&lt;BR /&gt;proc gplot data=&amp;amp;EM_IMPORT_DATA;&lt;BR /&gt;plot y*x=I_c / vaxis=axis1 haxis=axis2 legend=legend1 description="plot 2";&lt;BR /&gt;run;&lt;BR /&gt;quit;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2015 00:01:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/run-time-error/m-p/235934#M3385</guid>
      <dc:creator>matin</dc:creator>
      <dc:date>2015-11-23T00:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: run time error</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/run-time-error/m-p/235936#M3386</link>
      <description>&lt;P&gt;This is one part of my LOG that have error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;8746 /* Neural Network fitting with 35 neurons and 50 iterations */&lt;BR /&gt;8747 title1 h=5 j=c f=swissb 'Table 1 Two Spirals Problem';&lt;BR /&gt;8748 title2 h=4 j=c '(Classification Matrix - Low Iteration)';&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;8749 proc freq data=&amp;amp;EM_IMPORT_DATA;&lt;BR /&gt;ERROR: File EMWS3.NEURAL_TRAIN.DATA does not exist.&lt;BR /&gt;8750 tables F_c*I_c / norow nocol nopercent missing;&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;8751 run;&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: PROCEDURE FREQ used (Total process time):&lt;BR /&gt;real time 0.00 seconds&lt;BR /&gt;cpu time 0.01 seconds&lt;BR /&gt;&lt;BR /&gt;8752 title1 h=5 f=swissb 'Figure 2 Two Spirals Problem';&lt;BR /&gt;8753 title2 h=4 '(Predicted Membership - Low Iteration)';&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;8754 proc gplot data=&amp;amp;EM_IMPORT_DATA;&lt;BR /&gt;ERROR: File EMWS3.NEURAL_TRAIN.DATA does not exist.&lt;BR /&gt;8755 plot y*x=I_c / vaxis=axis1 haxis=axis2 legend=legend1 description="plot 2";&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;8756 run;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2015 02:21:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/run-time-error/m-p/235936#M3386</guid>
      <dc:creator>matin</dc:creator>
      <dc:date>2015-11-23T02:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: run time error</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/run-time-error/m-p/235937#M3387</link>
      <description>&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12088iC446F952E29DA5CD/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Untitled.png" title="Untitled.png" /&gt;</description>
      <pubDate>Mon, 23 Nov 2015 02:33:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/run-time-error/m-p/235937#M3387</guid>
      <dc:creator>matin</dc:creator>
      <dc:date>2015-11-23T02:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: run time error</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/run-time-error/m-p/235980#M3391</link>
      <description>&lt;P&gt;Your code seems OK, but for some reason EM thinks that you have not run your neural network yet:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;8749 proc freq data=&amp;amp;EM_IMPORT_DATA;&lt;BR /&gt;&lt;FONT color="#000080"&gt;ERROR: File EMWS3.NEURAL_TRAIN.DATA does not exist.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have this flow:&lt;/P&gt;
&lt;P&gt;Data(node)--&amp;gt;Neural network&lt;SPAN&gt;(node)&lt;/SPAN&gt;--&amp;gt; sas code&lt;SPAN&gt;(node)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;click on your SAS Code node, go to Imported Data and browse or explore the training data. Confirm that data set exist, and your code should run.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;good luck!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;-M&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Nov 2015 14:20:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/run-time-error/m-p/235980#M3391</guid>
      <dc:creator>M_Maldonado</dc:creator>
      <dc:date>2015-11-23T14:20:57Z</dc:date>
    </item>
  </channel>
</rss>

