SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 34526: The Interactive Grouping node and Interactive Binning node might treat interval inputs with few unique levels as ordinal inputs

DetailsHotfixAboutRate It

In SAS® Enterprise Miner™, you can specify a Number of Groups property in the Interactive Grouping node, and a Number of Bins property in the Interactive Binning node. However, if you have an interval input variable that has fewer unique levels than the Number of Groups value, or the Number of Bins value (depending on which node you are using), then the interval input variable will instead be treated as an ordinal input variable in the analysis.

There are no errors or warnings to indicate that the interval variables were treated as ordinal variables.

Select the Hot Fix tab in this note to access the hot fix for this issue.

After you apply the hot fix, specify the following macro options in the project start-up code to prevent the interval input variables from being treated as ordinal input variables:

%GLOBAL EM_IGN_ApplyLevelRule  EM_BINNING_ApplyLevelRule;
%let EM_IGN_ApplyLevelRule = N;
%let EM_BINNING_ApplyLevelRule = N;

If you want to return to the pre-hot fix behavior (interval input variables that have fewer unique levels than Number of Groups or Number of Bins will instead be treated as ordinal input variables), then invoke the following macro options in your project start-up code:

%GLOBAL EM_IGN_ApplyLevelRule  EM_BINNING_ApplyLevelRule;
%let EM_IGN_ApplyLevelRule = Y;
%let EM_BINNING_ApplyLevelRule =Y;


Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Enterprise MinerMicrosoft® Windows® for 64-Bit Itanium-based Systems5.36.19.1 TS1M3 SP49.2 TS2M0
Microsoft Windows Server 2003 Datacenter 64-bit Edition5.36.19.1 TS1M3 SP49.2 TS2M0
Microsoft Windows Server 2003 Enterprise 64-bit Edition5.36.19.1 TS1M3 SP49.2 TS2M0
Microsoft Windows XP 64-bit Edition5.36.19.1 TS1M3 SP49.2 TS2M0
Microsoft® Windows® for x645.36.19.1 TS1M3 SP49.2 TS2M0
Microsoft Windows 2000 Advanced Server5.39.1 TS1M3 SP4
Microsoft Windows 2000 Datacenter Server5.39.1 TS1M3 SP4
Microsoft Windows 2000 Server5.39.1 TS1M3 SP4
Microsoft Windows 2000 Professional5.39.1 TS1M3 SP4
Microsoft Windows NT Workstation5.39.1 TS1M3 SP4
Microsoft Windows Server 2003 Datacenter Edition5.36.19.1 TS1M3 SP49.2 TS2M0
Microsoft Windows Server 2003 Enterprise Edition5.36.19.1 TS1M3 SP49.2 TS2M0
Microsoft Windows Server 2003 Standard Edition5.36.19.1 TS1M3 SP49.2 TS2M0
Microsoft Windows XP Professional5.36.19.1 TS1M3 SP49.2 TS2M0
64-bit Enabled AIX5.36.19.1 TS1M3 SP49.2 TS2M0
64-bit Enabled HP-UX5.36.19.1 TS1M3 SP49.2 TS2M0
64-bit Enabled Solaris5.36.19.1 TS1M3 SP49.2 TS2M0
HP-UX IPF5.36.19.1 TS1M3 SP49.2 TS2M0
Linux5.36.19.1 TS1M3 SP49.2 TS2M0
Linux on Itanium5.36.19.1 TS1M3 SP49.2 TS2M0
Solaris for x645.36.19.1 TS1M3 SP49.2 TS2M0
Tru64 UNIX5.36.19.1 TS1M3 SP49.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.