<?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 Reporter node-run time error in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Reporter-node-run-time-error/m-p/396709#M6041</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I ran sevel models and model comparison node was successful.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then I added reporter node next to model comparison. I got runtime error message at reporter node.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then I deleted the reporter node and added reporter node only next to regresssion node. I still got error message.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would you please let me know how to fix this issue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;141 The SAS System 14:48 Sunday, September 17, 201&lt;BR /&gt;7&lt;/P&gt;
&lt;P&gt;23518 %let SYSCC=0;&lt;BR /&gt;23519 %let SYsrc=0;&lt;BR /&gt;23520 %let EMEXCEPTIONSTRING=;&lt;BR /&gt;23521 %let SYSMSG=;&lt;BR /&gt;23522 %em_diagram(action=closesession, projpath=%nrstr(X:\DM_Sep2017), projname=%nrstr(DM_17Sep17), dgmId=EMWS1);&lt;BR /&gt;NOTE: %INCLUDE (level 1) file _DGMFRF is file SASHELP.EMWIP.EM_DSEP.SOURCE.&lt;BR /&gt;23523 +%macro em_dsep;&lt;BR /&gt;23524 + %global emdsep;&lt;BR /&gt;23525 + %if %substr(&amp;amp;sysscp, 1, 3)= WIN %then&lt;BR /&gt;23526 + %let emdsep=\;&lt;BR /&gt;23527 + %else&lt;BR /&gt;23528 + %if %substr(&amp;amp;sysscp, 1, 3)= DNT %then&lt;BR /&gt;23529 + %let emdsep=\;&lt;BR /&gt;23530 + %else&lt;BR /&gt;23531 + %let emdsep=/;&lt;BR /&gt;23532 +%mend em_dsep;&lt;BR /&gt;23533 +%em_dsep;&lt;BR /&gt;NOTE: %INCLUDE (level 1) ending.&lt;BR /&gt;NOTE: Fileref _DGMFRF has been deassigned.&lt;BR /&gt;WIP_ACTION: SETPROPERTIES&lt;BR /&gt;DGMID: EMWS1&lt;BR /&gt;LOCKFILE: X:\DM_Sep2017\DM_17Sep17\Workspaces\EMWS1\System\wsopen.lck&lt;BR /&gt;NOTE: Libref EMWS1 has been deassigned.&lt;BR /&gt;142 The SAS System 14:48 Sunday, September 17, 201&lt;BR /&gt;7&lt;/P&gt;
&lt;P&gt;23534 %let SYSCC=0;&lt;BR /&gt;23535 %let SYsrc=0;&lt;BR /&gt;23536 %let EMEXCEPTIONSTRING=;&lt;BR /&gt;23537 %let SYSMSG=;&lt;BR /&gt;23538 %em_diagram(action=opensession, projpath=%nrstr(X:\DM_Sep2017), projname=%nrstr(DM_17Sep17), dgmId=EMWS1, sessionid=e429951505677048916, outfile=DiagramOpenSessionResponse.xml);&lt;BR /&gt;NOTE: %INCLUDE (level 1) file _DGMFRF is file SASHELP.EMWIP.EM_DSEP.SOURCE.&lt;BR /&gt;23539 +%macro em_dsep;&lt;BR /&gt;23540 + %global emdsep;&lt;BR /&gt;23541 + %if %substr(&amp;amp;sysscp, 1, 3)= WIN %then&lt;BR /&gt;23542 + %let emdsep=\;&lt;BR /&gt;23543 + %else&lt;BR /&gt;23544 + %if %substr(&amp;amp;sysscp, 1, 3)= DNT %then&lt;BR /&gt;23545 + %let emdsep=\;&lt;BR /&gt;23546 + %else&lt;BR /&gt;23547 + %let emdsep=/;&lt;BR /&gt;23548 +%mend em_dsep;&lt;BR /&gt;23549 +%em_dsep;&lt;BR /&gt;NOTE: %INCLUDE (level 1) ending.&lt;BR /&gt;NOTE: Fileref _DGMFRF has been deassigned.&lt;BR /&gt;WIP_ACTION: CLOSESESSION&lt;BR /&gt;DGMID: EMWS1&lt;BR /&gt;LOCKFILE: X:\DM_Sep2017\DM_17Sep17\Workspaces\EMWS1\System\wsopen.lck&lt;BR /&gt;NOTE: Libref EMWS1 was successfully assigned as follows: &lt;BR /&gt; Engine: V9 &lt;BR /&gt; Physical Name: X:\DM_Sep2017\DM_17Sep17\Workspaces\EMWS1&lt;/P&gt;
&lt;P&gt;NOTE: There were 27 observations read from the data set EMWS1.EM_DGRAPH.&lt;BR /&gt;NOTE: The data set WORK.EM_DGRAPH has 27 observations and 2 variables.&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;/P&gt;
&lt;P&gt;23550 %let _EM_TREECONVERSION=0;&lt;BR /&gt;23551 data _null_;&lt;BR /&gt;23552 set EMWS1.EM_NODEID end=eof;&lt;BR /&gt;23553 where upcase(Component) ='DECISIONTREE' and CLASS = 'SASHELP.EMMODL.DECISIONTREE.CLASS';&lt;BR /&gt;23554 if eof then call symput('_EM_TREECONVERSION', '1');&lt;BR /&gt;23555 run;&lt;/P&gt;
&lt;P&gt;NOTE: There were 0 observations read from the data set EMWS1.EM_NODEID.&lt;BR /&gt; WHERE (UPCASE(Component)='DECISIONTREE') and (CLASS='SASHELP.EMMODL.DECISIONTREE.CLASS');&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt; real time 0.01 seconds&lt;BR /&gt; cpu time 0.00 seconds&lt;/P&gt;
&lt;P&gt;treeconversion=0 &lt;BR /&gt;23556 %let syscc=0;&lt;BR /&gt;23557 filename _wipchk catalog "EMWS1.AutoNeural.test.source";&lt;BR /&gt;23558 data _null_;&lt;BR /&gt;23559 file _wipchk;&lt;BR /&gt;23560 put '/* Test */';&lt;BR /&gt;23561 run;&lt;/P&gt;
&lt;P&gt;NOTE: The file _WIPCHK is:&lt;BR /&gt; Catalog Name=EMWS1.AUTONEURAL.TEST.SOURCE,&lt;BR /&gt; Catalog Page Size=4096,&lt;BR /&gt; Number of Catalog Pages=12,&lt;BR /&gt; Created=Sun, Sep 17, 2017 03:24:52 PM,&lt;BR /&gt; Last Modified=Sun, Sep 17, 2017 04:17:22 PM,&lt;BR /&gt; Filename=X:\DM_Sep2017\DM_17Sep17\Workspaces\EMWS1\autoneural.sas7bcat,&lt;BR /&gt; Release Created=9.0401M2,Host Created=X64_7PRO&lt;/P&gt;
&lt;P&gt;NOTE: 1 record was written to the file _WIPCHK.&lt;BR /&gt; The minimum record length was 10.&lt;BR /&gt; The maximum record length was 10.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt; real time 0.14 seconds&lt;BR /&gt; cpu time 0.00 seconds&lt;/P&gt;
&lt;P&gt;23562 data _null_;&lt;BR /&gt;23563 rc = fdelete('_wipchk');&lt;BR /&gt;23564 run;&lt;/P&gt;
&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt; real time 0.18 seconds&lt;BR /&gt; cpu time 0.01 seconds&lt;/P&gt;
&lt;P&gt;23565 filename _wipchk;&lt;BR /&gt;NOTE: Fileref _WIPCHK has been deassigned.&lt;BR /&gt;23566 filename _wipxml 'C:\Users\e42995\AppData\Local\Temp\SAS Temporary Files\_TD9048_QT0065_\Prc2\DiagramOpenSessionResponse.xml' encoding="UTF-8" NOBOM;&lt;BR /&gt;143 The SAS System 14:48 Sunday, September 17, 201&lt;BR /&gt;7&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help in advance,&lt;/P&gt;
&lt;P&gt;Sunny&lt;/P&gt;</description>
    <pubDate>Sun, 17 Sep 2017 23:00:22 GMT</pubDate>
    <dc:creator>withus</dc:creator>
    <dc:date>2017-09-17T23:00:22Z</dc:date>
    <item>
      <title>Reporter node-run time error</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Reporter-node-run-time-error/m-p/396709#M6041</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I ran sevel models and model comparison node was successful.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then I added reporter node next to model comparison. I got runtime error message at reporter node.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then I deleted the reporter node and added reporter node only next to regresssion node. I still got error message.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would you please let me know how to fix this issue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;141 The SAS System 14:48 Sunday, September 17, 201&lt;BR /&gt;7&lt;/P&gt;
&lt;P&gt;23518 %let SYSCC=0;&lt;BR /&gt;23519 %let SYsrc=0;&lt;BR /&gt;23520 %let EMEXCEPTIONSTRING=;&lt;BR /&gt;23521 %let SYSMSG=;&lt;BR /&gt;23522 %em_diagram(action=closesession, projpath=%nrstr(X:\DM_Sep2017), projname=%nrstr(DM_17Sep17), dgmId=EMWS1);&lt;BR /&gt;NOTE: %INCLUDE (level 1) file _DGMFRF is file SASHELP.EMWIP.EM_DSEP.SOURCE.&lt;BR /&gt;23523 +%macro em_dsep;&lt;BR /&gt;23524 + %global emdsep;&lt;BR /&gt;23525 + %if %substr(&amp;amp;sysscp, 1, 3)= WIN %then&lt;BR /&gt;23526 + %let emdsep=\;&lt;BR /&gt;23527 + %else&lt;BR /&gt;23528 + %if %substr(&amp;amp;sysscp, 1, 3)= DNT %then&lt;BR /&gt;23529 + %let emdsep=\;&lt;BR /&gt;23530 + %else&lt;BR /&gt;23531 + %let emdsep=/;&lt;BR /&gt;23532 +%mend em_dsep;&lt;BR /&gt;23533 +%em_dsep;&lt;BR /&gt;NOTE: %INCLUDE (level 1) ending.&lt;BR /&gt;NOTE: Fileref _DGMFRF has been deassigned.&lt;BR /&gt;WIP_ACTION: SETPROPERTIES&lt;BR /&gt;DGMID: EMWS1&lt;BR /&gt;LOCKFILE: X:\DM_Sep2017\DM_17Sep17\Workspaces\EMWS1\System\wsopen.lck&lt;BR /&gt;NOTE: Libref EMWS1 has been deassigned.&lt;BR /&gt;142 The SAS System 14:48 Sunday, September 17, 201&lt;BR /&gt;7&lt;/P&gt;
&lt;P&gt;23534 %let SYSCC=0;&lt;BR /&gt;23535 %let SYsrc=0;&lt;BR /&gt;23536 %let EMEXCEPTIONSTRING=;&lt;BR /&gt;23537 %let SYSMSG=;&lt;BR /&gt;23538 %em_diagram(action=opensession, projpath=%nrstr(X:\DM_Sep2017), projname=%nrstr(DM_17Sep17), dgmId=EMWS1, sessionid=e429951505677048916, outfile=DiagramOpenSessionResponse.xml);&lt;BR /&gt;NOTE: %INCLUDE (level 1) file _DGMFRF is file SASHELP.EMWIP.EM_DSEP.SOURCE.&lt;BR /&gt;23539 +%macro em_dsep;&lt;BR /&gt;23540 + %global emdsep;&lt;BR /&gt;23541 + %if %substr(&amp;amp;sysscp, 1, 3)= WIN %then&lt;BR /&gt;23542 + %let emdsep=\;&lt;BR /&gt;23543 + %else&lt;BR /&gt;23544 + %if %substr(&amp;amp;sysscp, 1, 3)= DNT %then&lt;BR /&gt;23545 + %let emdsep=\;&lt;BR /&gt;23546 + %else&lt;BR /&gt;23547 + %let emdsep=/;&lt;BR /&gt;23548 +%mend em_dsep;&lt;BR /&gt;23549 +%em_dsep;&lt;BR /&gt;NOTE: %INCLUDE (level 1) ending.&lt;BR /&gt;NOTE: Fileref _DGMFRF has been deassigned.&lt;BR /&gt;WIP_ACTION: CLOSESESSION&lt;BR /&gt;DGMID: EMWS1&lt;BR /&gt;LOCKFILE: X:\DM_Sep2017\DM_17Sep17\Workspaces\EMWS1\System\wsopen.lck&lt;BR /&gt;NOTE: Libref EMWS1 was successfully assigned as follows: &lt;BR /&gt; Engine: V9 &lt;BR /&gt; Physical Name: X:\DM_Sep2017\DM_17Sep17\Workspaces\EMWS1&lt;/P&gt;
&lt;P&gt;NOTE: There were 27 observations read from the data set EMWS1.EM_DGRAPH.&lt;BR /&gt;NOTE: The data set WORK.EM_DGRAPH has 27 observations and 2 variables.&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;/P&gt;
&lt;P&gt;23550 %let _EM_TREECONVERSION=0;&lt;BR /&gt;23551 data _null_;&lt;BR /&gt;23552 set EMWS1.EM_NODEID end=eof;&lt;BR /&gt;23553 where upcase(Component) ='DECISIONTREE' and CLASS = 'SASHELP.EMMODL.DECISIONTREE.CLASS';&lt;BR /&gt;23554 if eof then call symput('_EM_TREECONVERSION', '1');&lt;BR /&gt;23555 run;&lt;/P&gt;
&lt;P&gt;NOTE: There were 0 observations read from the data set EMWS1.EM_NODEID.&lt;BR /&gt; WHERE (UPCASE(Component)='DECISIONTREE') and (CLASS='SASHELP.EMMODL.DECISIONTREE.CLASS');&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt; real time 0.01 seconds&lt;BR /&gt; cpu time 0.00 seconds&lt;/P&gt;
&lt;P&gt;treeconversion=0 &lt;BR /&gt;23556 %let syscc=0;&lt;BR /&gt;23557 filename _wipchk catalog "EMWS1.AutoNeural.test.source";&lt;BR /&gt;23558 data _null_;&lt;BR /&gt;23559 file _wipchk;&lt;BR /&gt;23560 put '/* Test */';&lt;BR /&gt;23561 run;&lt;/P&gt;
&lt;P&gt;NOTE: The file _WIPCHK is:&lt;BR /&gt; Catalog Name=EMWS1.AUTONEURAL.TEST.SOURCE,&lt;BR /&gt; Catalog Page Size=4096,&lt;BR /&gt; Number of Catalog Pages=12,&lt;BR /&gt; Created=Sun, Sep 17, 2017 03:24:52 PM,&lt;BR /&gt; Last Modified=Sun, Sep 17, 2017 04:17:22 PM,&lt;BR /&gt; Filename=X:\DM_Sep2017\DM_17Sep17\Workspaces\EMWS1\autoneural.sas7bcat,&lt;BR /&gt; Release Created=9.0401M2,Host Created=X64_7PRO&lt;/P&gt;
&lt;P&gt;NOTE: 1 record was written to the file _WIPCHK.&lt;BR /&gt; The minimum record length was 10.&lt;BR /&gt; The maximum record length was 10.&lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt; real time 0.14 seconds&lt;BR /&gt; cpu time 0.00 seconds&lt;/P&gt;
&lt;P&gt;23562 data _null_;&lt;BR /&gt;23563 rc = fdelete('_wipchk');&lt;BR /&gt;23564 run;&lt;/P&gt;
&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt; real time 0.18 seconds&lt;BR /&gt; cpu time 0.01 seconds&lt;/P&gt;
&lt;P&gt;23565 filename _wipchk;&lt;BR /&gt;NOTE: Fileref _WIPCHK has been deassigned.&lt;BR /&gt;23566 filename _wipxml 'C:\Users\e42995\AppData\Local\Temp\SAS Temporary Files\_TD9048_QT0065_\Prc2\DiagramOpenSessionResponse.xml' encoding="UTF-8" NOBOM;&lt;BR /&gt;143 The SAS System 14:48 Sunday, September 17, 201&lt;BR /&gt;7&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help in advance,&lt;/P&gt;
&lt;P&gt;Sunny&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2017 23:00:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Reporter-node-run-time-error/m-p/396709#M6041</guid>
      <dc:creator>withus</dc:creator>
      <dc:date>2017-09-17T23:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reporter node-run time error</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Reporter-node-run-time-error/m-p/396810#M6044</link>
      <description>&lt;P&gt;Can you open the results of the Reprter node and see if there is an error message in the SAS log that's there?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 14:06:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Reporter-node-run-time-error/m-p/396810#M6044</guid>
      <dc:creator>WendyCzika</dc:creator>
      <dc:date>2017-09-18T14:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reporter node-run time error</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Reporter-node-run-time-error/m-p/396851#M6045</link>
      <description>&lt;P&gt;Thanks, Wendy, for your reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run Status report&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Error:&lt;/STRONG&gt; Run time error was encountered. Please see the log for more details.&lt;/P&gt;
&lt;P&gt;An error occurred while running this node. Please refer to the SAS log component of this node's results for more information.&lt;/P&gt;
&lt;TABLE border="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG&gt;Run Start Time&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;9/17/17 7:54 PM&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG&gt;Run Duration&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;0 Hr. 1 Min. 54.22 Sec.&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there anything that I need to do to set up reporter node?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried to paste the screenshot here, but no luck. Would you kindly tell me how to paste screenshot?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sunny&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2017 15:43:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Reporter-node-run-time-error/m-p/396851#M6045</guid>
      <dc:creator>withus</dc:creator>
      <dc:date>2017-09-18T15:43:27Z</dc:date>
    </item>
  </channel>
</rss>

