Problem Note 16723: SAS Money Laundering Detection watch list processing scenarios require
more than 2 GB of memory and produce out of memory errors
As a result of the 2 GB memory addressing limitation on the 32 bit
platforms, the hash tables used in watch list processing scenarios
(79, 80, 82 and possibly others) can produce messages regarding
insufficient memory.
A new option is introduced via the available hotfix to allow for
alternate lookup methods to the hash lookup. The alternate method is
controlled by a macro variable as follows:
%let WATCH_LIST_PROCESSING_METHOD=INDEX_ARRAY;
- uses indexed tables read by key to locate entries in arrays;
Use this for 32 bit platforms.
%let WATCH_LIST_PROCESSING_METHOD=HASH_ARRAY;
- uses HASH tables as pointers to locate entries in the
arrays; this is the default value set in the autoexec.
Select the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Money Laundering Detection | Microsoft Windows NT Workstation | 1.4 | 1.4 | 9.1 TS1M3 SP3 | 9.1 TS1M3 SP3 |
Microsoft Windows XP Professional | 1.4 | 1.4 | 9.1 TS1M3 SP3 | 9.1 TS1M3 SP3 |
Microsoft Windows 2000 Server | 1.4 | 1.4 | 9.1 TS1M3 SP3 | 9.1 TS1M3 SP3 |
Microsoft Windows Server 2003 Datacenter Edition | 1.4 | 1.4 | 9.1 TS1M3 SP3 | 9.1 TS1M3 SP3 |
Microsoft Windows Server 2003 Enterprise Edition | 1.4 | 1.4 | 9.1 TS1M3 SP3 | 9.1 TS1M3 SP3 |
Microsoft Windows Server 2003 Standard Edition | 1.4 | 1.4 | 9.1 TS1M3 SP3 | 9.1 TS1M3 SP3 |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 1.4 | 1.4 | 9.1 TS1M3 SP3 | 9.1 TS1M3 SP3 |
Microsoft Windows XP 64-bit Edition | 1.4 | 1.4 | 9.1 TS1M3 SP3 | 9.1 TS1M3 SP3 |
Microsoft Windows 2000 Advanced Server | 1.4 | 1.4 | 9.1 TS1M3 SP3 | 9.1 TS1M3 SP3 |
Microsoft Windows 2000 Datacenter Server | 1.4 | 1.4 | 9.1 TS1M3 SP3 | 9.1 TS1M3 SP3 |
Microsoft Windows 2000 Professional | 1.4 | 1.4 | 9.1 TS1M3 SP3 | 9.1 TS1M3 SP3 |
*
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: | 2006-10-23 16:40:34 |
Date Created: | 2005-12-19 12:13:54 |