SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 63240: Re-training in SAS® Model Manager returns "WARNING: Apparent symbolic reference _MM_USE_EM_ASSESS not resolved ..."

DetailsHotfixAboutRate It

In SAS Model Manager, re-training a SAS® Enterprise Miner™ model might fail.  The following error message is displayed:

WARNING: Apparent symbolic reference _MM_USE_EM_ASSESS not resolved.
ERROR: A character operand was found in the %EVAL function or %IF condition where a numeric operand is required. The condition was: &_MM_USE_EM_ASSESS eq 1
ERROR: The macro MDLMGR_MODEL_ASSESSMENT will stop executing.

This issue occurs because the macro variable _MM_USE_EM_ASSESS is not declared during the retrain task. 

To work around the issue, add the following line in the Start-up code within SAS Model Manager, and then perform re-training:

    %let _mm_use_em_assess=1;

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



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Model ManagerMicrosoft® Windows® for x6414.214.2_M19.4 TS1M49.4 TS1M6
Microsoft Windows 8 Enterprise x6414.214.2_M19.4 TS1M49.4 TS1M6
Microsoft Windows 8 Pro x6414.214.2_M19.4 TS1M49.4 TS1M6
Microsoft Windows 8.1 Enterprise x6414.214.2_M19.4 TS1M49.4 TS1M6
Microsoft Windows 8.1 Pro x6414.214.2_M19.4 TS1M49.4 TS1M6
Microsoft Windows 1014.214.2_M19.4 TS1M49.4 TS1M6
Microsoft Windows Server 2012 Datacenter14.214.2_M19.4 TS1M49.4 TS1M6
Microsoft Windows Server 2012 R2 Datacenter14.214.2_M19.4 TS1M49.4 TS1M6
Microsoft Windows Server 2012 R2 Std14.214.2_M19.4 TS1M49.4 TS1M6
Microsoft Windows Server 2012 Std14.214.2_M19.4 TS1M49.4 TS1M6
Windows 7 Enterprise x6414.214.2_M19.4 TS1M49.4 TS1M6
Windows 7 Home Premium x6414.214.2_M19.4 TS1M49.4 TS1M6
Windows 7 Professional x6414.214.2_M19.4 TS1M49.4 TS1M6
Windows 7 Ultimate x6414.214.2_M19.4 TS1M49.4 TS1M6
64-bit Enabled AIX14.214.2_M19.4 TS1M49.4 TS1M6
64-bit Enabled Solaris14.214.2_M19.4 TS1M49.4 TS1M6
HP-UX IPF14.214.2_M19.4 TS1M49.4 TS1M6
Linux for x6414.214.2_M19.4 TS1M49.4 TS1M6
Solaris for x6414.214.2_M19.4 TS1M49.4 TS1M6
* 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.