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.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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