SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 69132: The SAS® Anti-Money Laundering "rr_job_populate_driver.sas" job fails when you use it to automatically create and populate custom regulatory reports

DetailsHotfixAboutRate It

You might encounter an issue in which the rr_job_populate driver job fails when you use it to populate information in your custom regulatory report. 

The job fails because of an incorrect parameter specified in the rr_populate_create_subj code, which is called from rr_job_populate_driver. At line 153 of rr_populate_create_subj, the argument specified in the to_object parameter is hardcoded to rr_sar_subject instead of to the custom entity name, as shown below:

  %rr_fdh_link_table_nm (from_object=rr_report, to_object=rr_sar_subject, out_table_nm_var=link_table_nm);

The workaround is to modify line 153 in rr_populate_create_subj as follows:

  %rr_fdh_link_table_nm ( from_object=rr_report, to_object=&&&party_type._table_nm, out_table_nm_var=link_table_nm);

Click the Hot Fix tab in this note for a link to instructions about accessing and applying the software update.



Operating System and Release Information

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