Problem Note 39467: The Scorecard node scoring SAS code might be incorrect if the Interactive Grouping node uses Frozen Groupings or Imported Grouping
In the SAS® Enterprise Miner™ Interactive Grouping node, if you specify Yes for the Use Frozen Groupings property, or if you specify Yes for the Import Grouping Data property, then a subsequent Scorecard node will contain incorrect SAS Scoring Code if there are interval Input variables. The SAS code that is needed to score interval variables might be incorrectly omitted from the SAS Scoring Code.
There are no errors or warnings to indicate a problem.
To work around this issue, add a SAS Code node to the flow between the Interactive Grouping node and the Scorecard node. Use this code in the Code Editor window of the SAS Code node:
data emws<N>.ign<M>_splitvals;
set emws<N>.ign<M>_splitvals;
if _split_value_="MISSING" then _split_Value_="Missing";
run;
<N> is a value that will be present only if there is more than one EMWS library. <M> is a value that will be present only if the diagram had more than one Interactive Grouping node. You can select the Imported Data property in the SAS Code node to see the EMWS and IGN values that are being read into the SAS Code node.
To view the scoring SAS code, go to the Results window of the Scorecard node, and select View ► Scoring ► SAS Code. To determine whether or not the problem occurred in your flow, compare the scoring SAS code that appears when you use the workaround to the scoring SAS code that appears when you do not use the workaround. If the scoring SAS code corresponding to interval variables appears when you use the workaround, and if that same code does not appear when you do not use the workaround, then the problem occurred in your flow, and using the workaround will correct it.
For a related issue, see SAS Note 39254, "The Scorecard node returns a 'No matching IF-THEN clause' error".
Operating System and Release Information
SAS System | SAS Enterprise Miner | Linux for x64 | 6.1_M2 | 6.2 | | 9.2 TS2M0 |
Solaris for x64 | 6.1_M2 | 6.2 | | 9.2 TS2M0 |
Linux | 6.1_M2 | 6.2 | | 9.2 TS2M0 |
HP-UX IPF | 6.1_M2 | 6.2 | | 9.2 TS2M0 |
Windows Vista | 6.1_M2 | 6.2 | | 9.2 TS2M0 |
Windows Millennium Edition (Me) | 6.1_M2 | | | |
Windows 7 Ultimate x64 | 6.1_M2 | | | |
Windows 7 Ultimate 32 bit | 6.1_M2 | | | |
Windows 7 Professional x64 | 6.1_M2 | | | |
Windows 7 Professional 32 bit | 6.1_M2 | | | |
Microsoft Windows 2000 Datacenter Server | 6.1_M2 | | | |
Microsoft Windows 2000 Advanced Server | 6.1_M2 | | | |
Microsoft Windows 95/98 | 6.1_M2 | | | |
Microsoft® Windows® for x64 | 6.1_M2 | 6.2 | | 9.2 TS2M0 |
Microsoft Windows XP 64-bit Edition | 6.1_M2 | 6.2 | | 9.2 TS2M0 |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 6.1_M2 | 6.2 | | 9.2 TS2M0 |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 6.1_M2 | 6.2 | | 9.2 TS2M0 |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 6.1_M2 | 6.2 | | 9.2 TS2M0 |
64-bit Enabled Solaris | 6.1_M2 | 6.2 | | 9.2 TS2M0 |
64-bit Enabled HP-UX | 6.1_M2 | 6.2 | | 9.2 TS2M0 |
64-bit Enabled AIX | 6.1_M2 | 6.2 | | 9.2 TS2M0 |
Windows 7 Home Premium x64 | 6.1_M2 | | | |
Windows 7 Home Premium 32 bit | 6.1_M2 | | | |
Windows 7 Enterprise x64 | 6.1_M2 | | | |
Windows 7 Enterprise 32 bit | 6.1_M2 | | | |
Microsoft Windows XP Professional | 6.1_M2 | 6.2 | | 9.2 TS2M0 |
Microsoft Windows Server 2008 | 6.1_M2 | | | |
Microsoft Windows Server 2003 Standard Edition | 6.1_M2 | 6.2 | | 9.2 TS2M0 |
Microsoft Windows Server 2003 Enterprise Edition | 6.1_M2 | 6.2 | | 9.2 TS2M0 |
Microsoft Windows Server 2003 Datacenter Edition | 6.1_M2 | 6.2 | | 9.2 TS2M0 |
Microsoft Windows NT Workstation | 6.1_M2 | | | |
Microsoft Windows 2000 Professional | 6.1_M2 | | | |
Microsoft Windows 2000 Server | 6.1_M2 | | | |
z/OS | 6.1_M2 | 6.2 | | 9.2 TS2M0 |
*
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: | alert |
Date Modified: | 2020-04-02 10:49:39 |
Date Created: | 2010-04-28 10:51:48 |