BookmarkSubscribeRSS Feed
devi001
Obsidian | Level 7

Hi All,

 

In AML 7.1, we know that in fcf_agp.sas (location - ../SASFoundation/9.4/antimnycmn/ucmacros) all the macros are getting called and alerts are published on the triage page. On the similar lines, in AML 8.3, we found till prep codes fcf_aml_prep_vi_daily,   fcf_aml_prep_vi_weekly etc (location - /SAS Content/Products/SAS Anti-Money Laundering/Jobs). 

 

We are not able to find any code or job post this that will execute AGP, or which macro will execute AGP in AML 8.3 and publish the alerts on Visual Investigator. Is there any sequence or flow that we need to follow to execute AGP in AML 8.3? 

Kindly assist.

 

Thanks in advance!

1 REPLY 1
AchinGupta
SAS Employee

In AML 8.3, the macro used for Scenario Flow executions is %fcf_execute_scenario_flow. You would see this macro being called within the jobs that you mentioned ( fcf_aml_prep_vi_daily)

 

AchinGupta_0-1694628298471.png

 

For example:

  • Macro name:   %fcf_execute_scenario_flow
  • Flow name:  TM Daily ATM
  • Runasofdate:  macro variable - &fcf_last_asofdttm

Here we can see macros being called within a macro.   For example, the macro :   %fcf_execute_scenario_flow is used to execute the TM Daily ATML flow