Problem Note 67422: The report code B49 is marked as P instead of F in a SAR report from SASĀ® Anti-Money Laundering
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
SAS System | SAS Anti-Money Laundering | Linux for x64 | 8.1 | 8.1 | Viya | Viya |
*
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: | medium |
Date Modified: | 2021-02-12 16:03:44 |
Date Created: | 2021-02-12 10:58:24 |