![]() | ![]() | ![]() | ![]() | ![]() |
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.
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
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 |