SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 67422: The report code B49 is marked as P instead of F in a SAR report from SAS® Anti-Money Laundering

DetailsHotfixAboutRate It

An error occurs in the checking performed within the SAS Anti-Money Laundering SAR report. For the B49 field, the error code has a value of P (primary). However, the value should be labeled as F (fatal).

To fix this problem for the B49 field, add the following code in the SQL front-end software for the database that you are using:

/* change error type code of B49 from P to F */
update kc.rr_error_code
set error_type_cd = 'F'
where error_cd = 'B49' and error_type_txt='Fatal'


Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Anti-Money LaunderingLinux for x648.18.1ViyaViya
* 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.