SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 19674: Column requirements (parts G and H) in SAS® Anti-Money Laundering 2.1 are limited to 400 characters

DetailsHotfixAboutRate It

Canadian banks have FINTRAC formats that accept up to 4000 characters for suspicious activity and activity action descriptions. Column requirements in SAS Anti-Money Laundering 1.2 were set to handle 4000 characters for SUSP_ACTIVITY_DESC (G) and ACT_ACTION_DESC (H) in the tables LSTR_NARATIVE and LSTR_ACTION. However, in SAS Anti-Money Laundering 2.1 these columns are set to 400 characters, and this will cause truncation of the description text.

In the editLSTR.jsp code, the maximum text length defaults to 400:


   editLSTR.jsp(41): <tiles:put name="onLoad" value="textCounter2
                      ('g1Comment','remLen',400);
                      textCounter2('h1Comment','remLen2',400)"/>

   editLSTR.jsp(125): <textarea name="g1Comment" style="width:551px;"
   rows=5
   onchange="textCounter2('g1Comment','remLen',400);"
   onkeydown="textCounter2
   ('g1Comment','remLen',400);" onkeyup="textCounter2
   ('g1Comment','remLen',400);"><%=g1Comment%></textarea>

   editLSTR.jsp(141): <textarea name="h1Comment" style="width:551px;"
   rows=5
   onchange="textCounter2('h1Comment','remLen2',400);"
   onkeydown="textCounter2
   ('h1Comment','remLen2',400);" onkeyup="textCounter2
   ('h1Comment','remLen2',400);"><%=h1Comment%></textarea>

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.