SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 68801: A published model calculates different values compared to a project in SAS® Model Studio

DetailsHotfixAboutRate It

You might see a difference in calculations when you complete steps similar to the following:

  1. Create a project that uses a Cluster node in SAS® Model Studio.
  2. Run a test on the score code from the model in SAS® Studio.
  3. Publish this model to SAS® Model Manager.
  4. 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

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Model Manager (on SAS Viya)Linux for x6415.315.4ViyaViya
* 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.