SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 18068: Processing of watchlist scenarios requires more than 2 GB of memory which will cause errors on 32 bit operating systems

DetailsHotfixAboutRate It

SAS® Anti-Money Laundering watchlist scenarios will fail when running on 32 bit operating systems because of memory limitations. The failure occurs because the hash tables used to hold the Worldcheck watchlist records attempt to grow beyond 2 GB in size.

The hotfix provided contains a fix as described below.

A new macro parameter is checked by the scenarios and can force a different method of processing which uses much less memory. This parameter should be set in the autoexec file.

%let WATCH_LIST_PROCESSING_METHOD = HASH_ARRAY;

For UNIX based systems it should be set to HASH_ARRAY, for Windows based systems it should be set to INDEX_ARRAY.

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 Professional1.42.19.1 TS1M3
Microsoft Windows NT Workstation1.42.19.1 TS1M3
Microsoft Windows 2000 Datacenter Server1.42.19.1 TS1M3
Microsoft Windows 2000 Professional1.42.19.1 TS1M3
Microsoft Windows 2000 Server1.42.19.1 TS1M3
Microsoft Windows 2000 Advanced Server1.42.19.1 TS1M3
Linux1.42.19.1 TS1M3
Solaris1.42.19.1 TS1M3
64-bit Enabled Solaris1.42.19.1 TS1M3
64-bit Enabled AIX1.42.19.1 TS1M3
AIX1.42.19.1 TS1M3
* 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.