BookmarkSubscribeRSS Feed
VivekVaidya
Calcite | Level 5

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.

 

 

 

1 REPLY 1
carl_sommer
SAS Employee

If you have not already done so, please open a track with SAS Technical Support.

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 1312 views
  • 0 likes
  • 2 in conversation