Hello,
I ran sevel models and model comparison node was successful.
Then I added reporter node next to model comparison. I got runtime error message at reporter node.
Then I deleted the reporter node and added reporter node only next to regresssion node. I still got error message.
Would you please let me know how to fix this issue?
141 The SAS System 14:48 Sunday, September 17, 201
7
23518 %let SYSCC=0;
23519 %let SYsrc=0;
23520 %let EMEXCEPTIONSTRING=;
23521 %let SYSMSG=;
23522 %em_diagram(action=closesession, projpath=%nrstr(X:\DM_Sep2017), projname=%nrstr(DM_17Sep17), dgmId=EMWS1);
NOTE: %INCLUDE (level 1) file _DGMFRF is file SASHELP.EMWIP.EM_DSEP.SOURCE.
23523 +%macro em_dsep;
23524 + %global emdsep;
23525 + %if %substr(&sysscp, 1, 3)= WIN %then
23526 + %let emdsep=\;
23527 + %else
23528 + %if %substr(&sysscp, 1, 3)= DNT %then
23529 + %let emdsep=\;
23530 + %else
23531 + %let emdsep=/;
23532 +%mend em_dsep;
23533 +%em_dsep;
NOTE: %INCLUDE (level 1) ending.
NOTE: Fileref _DGMFRF has been deassigned.
WIP_ACTION: SETPROPERTIES
DGMID: EMWS1
LOCKFILE: X:\DM_Sep2017\DM_17Sep17\Workspaces\EMWS1\System\wsopen.lck
NOTE: Libref EMWS1 has been deassigned.
142 The SAS System 14:48 Sunday, September 17, 201
7
23534 %let SYSCC=0;
23535 %let SYsrc=0;
23536 %let EMEXCEPTIONSTRING=;
23537 %let SYSMSG=;
23538 %em_diagram(action=opensession, projpath=%nrstr(X:\DM_Sep2017), projname=%nrstr(DM_17Sep17), dgmId=EMWS1, sessionid=e429951505677048916, outfile=DiagramOpenSessionResponse.xml);
NOTE: %INCLUDE (level 1) file _DGMFRF is file SASHELP.EMWIP.EM_DSEP.SOURCE.
23539 +%macro em_dsep;
23540 + %global emdsep;
23541 + %if %substr(&sysscp, 1, 3)= WIN %then
23542 + %let emdsep=\;
23543 + %else
23544 + %if %substr(&sysscp, 1, 3)= DNT %then
23545 + %let emdsep=\;
23546 + %else
23547 + %let emdsep=/;
23548 +%mend em_dsep;
23549 +%em_dsep;
NOTE: %INCLUDE (level 1) ending.
NOTE: Fileref _DGMFRF has been deassigned.
WIP_ACTION: CLOSESESSION
DGMID: EMWS1
LOCKFILE: X:\DM_Sep2017\DM_17Sep17\Workspaces\EMWS1\System\wsopen.lck
NOTE: Libref EMWS1 was successfully assigned as follows:
Engine: V9
Physical Name: X:\DM_Sep2017\DM_17Sep17\Workspaces\EMWS1
NOTE: There were 27 observations read from the data set EMWS1.EM_DGRAPH.
NOTE: The data set WORK.EM_DGRAPH has 27 observations and 2 variables.
NOTE: DATA statement used (Total process time):
real time 0.01 seconds
cpu time 0.01 seconds
23550 %let _EM_TREECONVERSION=0;
23551 data _null_;
23552 set EMWS1.EM_NODEID end=eof;
23553 where upcase(Component) ='DECISIONTREE' and CLASS = 'SASHELP.EMMODL.DECISIONTREE.CLASS';
23554 if eof then call symput('_EM_TREECONVERSION', '1');
23555 run;
NOTE: There were 0 observations read from the data set EMWS1.EM_NODEID.
WHERE (UPCASE(Component)='DECISIONTREE') and (CLASS='SASHELP.EMMODL.DECISIONTREE.CLASS');
NOTE: DATA statement used (Total process time):
real time 0.01 seconds
cpu time 0.00 seconds
treeconversion=0
23556 %let syscc=0;
23557 filename _wipchk catalog "EMWS1.AutoNeural.test.source";
23558 data _null_;
23559 file _wipchk;
23560 put '/* Test */';
23561 run;
NOTE: The file _WIPCHK is:
Catalog Name=EMWS1.AUTONEURAL.TEST.SOURCE,
Catalog Page Size=4096,
Number of Catalog Pages=12,
Created=Sun, Sep 17, 2017 03:24:52 PM,
Last Modified=Sun, Sep 17, 2017 04:17:22 PM,
Filename=X:\DM_Sep2017\DM_17Sep17\Workspaces\EMWS1\autoneural.sas7bcat,
Release Created=9.0401M2,Host Created=X64_7PRO
NOTE: 1 record was written to the file _WIPCHK.
The minimum record length was 10.
The maximum record length was 10.
NOTE: DATA statement used (Total process time):
real time 0.14 seconds
cpu time 0.00 seconds
23562 data _null_;
23563 rc = fdelete('_wipchk');
23564 run;
NOTE: DATA statement used (Total process time):
real time 0.18 seconds
cpu time 0.01 seconds
23565 filename _wipchk;
NOTE: Fileref _WIPCHK has been deassigned.
23566 filename _wipxml 'C:\Users\e42995\AppData\Local\Temp\SAS Temporary Files\_TD9048_QT0065_\Prc2\DiagramOpenSessionResponse.xml' encoding="UTF-8" NOBOM;
143 The SAS System 14:48 Sunday, September 17, 201
7
Thank you for your help in advance,
Sunny
Can you open the results of the Reprter node and see if there is an error message in the SAS log that's there?
Thanks, Wendy, for your reply.
Run Status report
Error: Run time error was encountered. Please see the log for more details.
An error occurred while running this node. Please refer to the SAS log component of this node's results for more information.
Run Start Time | 9/17/17 7:54 PM |
Run Duration | 0 Hr. 1 Min. 54.22 Sec. |
Is there anything that I need to do to set up reporter node?
I tried to paste the screenshot here, but no luck. Would you kindly tell me how to paste screenshot?
Thanks,
Sunny
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.
Find more tutorials on the SAS Users YouTube channel.