Problem Note 68801: A published model calculates different values compared to a project in SAS® Model Studio
You might see a difference in calculations when you complete steps similar to the following:
- Create a project that uses a Cluster node in SAS® Model Studio.
- Run a test on the score code from the model in SAS® Studio.
- Publish this model to SAS® Model Manager.
- Run a test on this model in SAS Model Manager. The results from these different calculations do not match.
This issue is caused by an option that is included in the STREAM procedure code that is generated in SAS Model Manager when a Cluster Node is included in a model.
As a workaround, you can remove the PRESCOL option from the PROC STREAM statement (see the example below) and save the code:
proc stream prescol outfile=mycode quoting=single; begin
Click the Hot Fix tab in this note for a link to instructions about accessing and applying the software update.
Operating System and Release Information
SAS System | SAS Model Manager (on SAS Viya) | Linux for x64 | 15.3 | 15.4 | Viya | Viya |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2022-03-01 09:47:25 |
Date Created: | 2022-01-18 13:36:00 |