SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 33274: The Bayes reports do not display the source of the metrics used to generate the report

DetailsHotfixAboutRate It

The Bayes reports generated from the macros bayes_sar_report and bayes_alert_report do not display the source of the metrics used to generate the report. The two macros compute similar metrics, but from two different sources. The bayes_alert_report contains data on closed alerts or investigated data, and the bayes_sar_report contains alerts that have a filed regulatory report.

Select the Hot Fix tab in this note to access the hot fix for this issue.

To label the data sources, the fix modifies the XML files used by these macros to generate a subtitle in the report output. An extra tag has been added to the XML, "title3" to contain the subtitle.
bayes_alert_report.xml

<REPORT_TITLE_MACRO_META> 
    <Variable>title3</Variable>
    <Macro_value>Based on Investigation Data</Macro_value>
    <!-- Convert this macro value text-->
  < /REPORT_TITLE_MACRO_META>

bayes_sar_meta.xml

<REPORT_TITLE_MACRO_META>
  <Variable>title3</Variable> 
  <Macro_value>Based on Regulatory Reporting Data</Macro_value> 
  <!--  Convert this macro value text --> 
  </REPORT_TITLE_MACRO_META>

After applying the fix, the reports generated by the bayes_alert_report macro, will contain the subtitle "Based on Investigation Data." For the bayes_sar_report macro, the fix generates the subtitle "Based on Regulatory Reporting Data" will appear in the report.

Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Anti-Money Laundering Alert Generation ServerLinux2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows Server 2003 Enterprise Edition2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows Server 2003 Datacenter Edition2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows NT Workstation2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Professional2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Server2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Datacenter Server2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows 2000 Advanced Server2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft® Windows® for x642.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
64-bit Enabled Solaris2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
64-bit Enabled HP-UX2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
64-bit Enabled AIX2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
Windows Vista2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows XP Professional2.1.12.29.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows Server 2003 Standard Edition2.1.12.29.1 TS1M3 SP49.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.