Problem Note 19535: Incorrect post-processing macro name in the macro FIND_REPORT_NEAR_NEIGHBORS in SASĀ® Anti-Money Laundering 2.1
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
SAS System | SAS Anti-Money Laundering Alert Generation Server | Microsoft Windows XP Professional | 2.1 | 2.1.1 | | 9.1 TS1M3 SP4 |
Microsoft Windows NT Workstation | 2.1 | 2.1.1 | | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Server | 2.1 | 2.1.1 | | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Datacenter Server | 2.1 | 2.1.1 | | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Advanced Server | 2.1 | 2.1.1 | | 9.1 TS1M3 SP4 |
Linux | 2.1 | 2.1.1 | | 9.1 TS1M3 SP4 |
Solaris | 2.1 | 2.1.1 | | 9.1 TS1M3 SP4 |
64-bit Enabled Solaris | 2.1 | 2.1.1 | | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Professional | 2.1 | 2.1.1 | | 9.1 TS1M3 SP4 |
64-bit Enabled AIX | 2.1 | 2.1.1 | | 9.1 TS1M3 SP4 |
AIX | 2.1 | 2.1.1 | | 9.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.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2008-03-24 15:05:56 |
Date Created: | 2007-02-12 15:25:59 |