SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 19535: Incorrect post-processing macro name in the macro FIND_REPORT_NEAR_NEIGHBORS in SAS® Anti-Money Laundering 2.1

DetailsHotfixAboutRate It

In SAS® Anti-Money Laundering 2.1, in the macro FIND_REPORT_NEAR_NEIGHBORS.SAS, the following is incorrect:


   %if &trans_rc eq 3 or &trans_rc ge 5 %then 
      %execute_macro(amlerror); 
   %else %do; 
      %execute_macro(postPromote_scenarios); 
      %execute_macro(amlsuccess); 
   %end; 

The POST step should be:

%execute_macro(postFIND_REPORT_NEAR_NEIGHBORS); 

The POST step should NOT be:

%execute_macro(postPromote_scenarios); 

Select 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 Anti-Money Laundering Alert Generation ServerMicrosoft Windows XP Professional2.12.1.19.1 TS1M3 SP4
Microsoft Windows NT Workstation2.12.1.19.1 TS1M3 SP4
Microsoft Windows 2000 Server2.12.1.19.1 TS1M3 SP4
Microsoft Windows 2000 Datacenter Server2.12.1.19.1 TS1M3 SP4
Microsoft Windows 2000 Advanced Server2.12.1.19.1 TS1M3 SP4
Linux2.12.1.19.1 TS1M3 SP4
Solaris2.12.1.19.1 TS1M3 SP4
64-bit Enabled Solaris2.12.1.19.1 TS1M3 SP4
Microsoft Windows 2000 Professional2.12.1.19.1 TS1M3 SP4
64-bit Enabled AIX2.12.1.19.1 TS1M3 SP4
AIX2.12.1.19.1 TS1M3 SP4
* 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.