I am new to SAS VIYA and exporing the product. I have created a dummy model "TestVV" and tried to test the same in SAS decision manager. However, I am getting below error higlighted in red. Any help would be appreciated!!!
data "Public"."Test_6_TestVVDecision_2018-07-19_07-32-04_output" (overwrite=yes);
97
98 dcl thread decisionFlowThread t;
99 method init();
100 put 'ERROR: An error occurred while generating code for the node named "TestVV" with type "application/vnd.sas.decision.step.model". ';
101
102 end;
103
104 method run();
105 set from t;
106 output "Public"."Test_6_TestVVDecision_2018-07-19_07-32-04_output";
107 end;
108
109 enddata;
NOTE: Running THREAD program on all nodes
ERROR: An error occurred while generating code for the node named "TestVV" with type "application/vnd.sas.decision.step.model".
NOTE: Running DATA program on one node
NOTE: Created package decision_db6c5b78_cc00_4f0d_b80 in data set "casuser(d3494564)".decision_db6c5b78_cc00_4f0d_b80.
NOTE: Created thread decisionflowthread in data set "casuser(d3494564)".decisionflowthread.
NOTE: Execution succeeded. 11 rows affected.
If you have not already done so, please open a track with SAS Technical Support.
Registration is open! SAS is returning to Vegas for an AI and analytics experience like no other! Whether you're an executive, manager, end user or SAS partner, SAS Innovate is designed for everyone on your team. Register for just $495 by 12/31/2023.
If you are interested in speaking, there is still time to submit a session idea. More details are posted on the website.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.