![]() | ![]() | ![]() | ![]() | ![]() |
When you issue a REST API call against a module that is created by publishing a SAS Intelligent Decisioning decision to SAS® Micro Analytic Service, the first REST API call against the module returns expected results after the decision is published. However, subsequent calls do not return the expected results.
This problem can happen when the following circumstances are true:
To work around this issue, you need to add a DS2 Code node immediately after the Start node in your decision. The code should look similar to the code that is shown below.
Note: You need to list all DATAGRID variables from the sub-decision node that do have neither Input nor Output selected.
package "${PACKAGE_NAME}" /inline;
method execute(package datagrid temp1,
package datagrid temp2);
datagrid_clear(temp1);
datagrid_clear(temp2);
end;
endpackage;
Click the Hot Fix tab in this note for a link to instructions about accessing and applying the software update.
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
SAS System | SAS Intelligent Decisioning | Linux for x64 | 5.4 | Viya |