<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to run AGP process on SAS AML 8.2 on SAS Viya? in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-run-AGP-process-on-SAS-AML-8-2-on-SAS-Viya/m-p/766105#M22971</link>
    <description>Hi Erik,&lt;BR /&gt;&lt;BR /&gt;Thanks, i was able to find....what i was looking for ....&lt;BR /&gt;</description>
    <pubDate>Sun, 05 Sep 2021 12:40:06 GMT</pubDate>
    <dc:creator>Santt0sh</dc:creator>
    <dc:date>2021-09-05T12:40:06Z</dc:date>
    <item>
      <title>How to run AGP process on SAS AML 8.2 on SAS Viya?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-run-AGP-process-on-SAS-AML-8-2-on-SAS-Viya/m-p/765425#M22959</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I m trying to run the AGP on SAS AML 8.2 version, but not able to find the&amp;nbsp;&lt;SPAN&gt;fcf_main_process.sas. I used to follow the&amp;nbsp;&lt;/SPAN&gt;below steps on previous versions.&lt;/P&gt;&lt;DIV&gt;Step 1. Load and Validate the data load on all the Core tables for ex:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * FSC_ACCOUNT_DIM&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; *&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;FSC_PARTY_ACCOUNT_&lt;/SPAN&gt;DIM&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * FSC_CASH_FLOW_FACT&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;* cash flow,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;account, bridge, and&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ext party account dim and party dim tables&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Run the&amp;nbsp;Autoexec will define KC,core,librefs&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;find ./ -name *autoexec* &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;then the run main&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;find ./ -name *main*&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Run fcf_main_process.sas&amp;nbsp;code on Studio , Eguide or in batch mode.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fcf main process contains three codes mainly&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Prep&lt;/SPAN&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Agp&lt;/DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; * Update calendar&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;It will first create preps...then runs AGP and then updates the calendar&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;(&amp;nbsp;fsk_job_calendar table)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;But on SAS 8.2 AML Viya I'm not able to See fcf_main_process.sas or fcf_agp.sas I'm not sure if&amp;nbsp; SAS has changed the Name of the Programs or the process to generate Alerts.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I have raised a Track with Sas and haven't got any details on this.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Could any one of the experts suggest me on this?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Santosh...&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Sep 2021 16:17:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-run-AGP-process-on-SAS-AML-8-2-on-SAS-Viya/m-p/765425#M22959</guid>
      <dc:creator>Santt0sh</dc:creator>
      <dc:date>2021-09-01T16:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to run AGP process on SAS AML 8.2 on SAS Viya?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-run-AGP-process-on-SAS-AML-8-2-on-SAS-Viya/m-p/765629#M22965</link>
      <description>&lt;P&gt;Hi Santosh,&lt;/P&gt;
&lt;P&gt;To run the AGP / scenario flows in SAS AML 8.2 you have to use the SAS Job Execution Process application and execute the job(s) in this folder: "SAS Content / Products / SAS Anti-Money Laundering / Jobs (e.g. fcf_aml_prep_vi_daily) - see screenshot. You can also copy the code to SAS Studio and run it there. It will generate the prep tables first, and then run the scenario flows. You need to publish the flows first (with the scenarios you want to run activated). Notice that just running the code will not load the prep tables to CAS, you can either do that from the Admin UI, or add your own code (so should anyway run it stepwise). Another issue I have found is that the "fcf_last_asofdttm" macro variable is advanced by one day just after the prep files are completed sucessfully, so when you run the flows it will run for a day yet not loaded (just add -1 to to the flow macro to fix this). This is all documented in the 8.2 version of the AML documentation.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 13:33:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-run-AGP-process-on-SAS-AML-8-2-on-SAS-Viya/m-p/765629#M22965</guid>
      <dc:creator>Erik_Zencos</dc:creator>
      <dc:date>2021-09-02T13:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to run AGP process on SAS AML 8.2 on SAS Viya?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-run-AGP-process-on-SAS-AML-8-2-on-SAS-Viya/m-p/765639#M22966</link>
      <description>Hi Erik,&lt;BR /&gt;&lt;BR /&gt;Thanks for your quick response!!!&lt;BR /&gt;I will try to find this and try executing, we are not using SAS Studio, I believe we can run the code on SAS Studio or SAS EG.&lt;BR /&gt;Will keep you updated on how this works for me Erik.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Santosh...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Sep 2021 13:54:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-run-AGP-process-on-SAS-AML-8-2-on-SAS-Viya/m-p/765639#M22966</guid>
      <dc:creator>Santt0sh</dc:creator>
      <dc:date>2021-09-02T13:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to run AGP process on SAS AML 8.2 on SAS Viya?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-run-AGP-process-on-SAS-AML-8-2-on-SAS-Viya/m-p/766105#M22971</link>
      <description>Hi Erik,&lt;BR /&gt;&lt;BR /&gt;Thanks, i was able to find....what i was looking for ....&lt;BR /&gt;</description>
      <pubDate>Sun, 05 Sep 2021 12:40:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-run-AGP-process-on-SAS-AML-8-2-on-SAS-Viya/m-p/766105#M22971</guid>
      <dc:creator>Santt0sh</dc:creator>
      <dc:date>2021-09-05T12:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to run AGP process on SAS AML 7.1</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-run-AGP-process-on-SAS-AML-8-2-on-SAS-Viya/m-p/811385#M24315</link>
      <description>&lt;P&gt;how to generate alert for a scenario?&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 07:40:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-run-AGP-process-on-SAS-AML-8-2-on-SAS-Viya/m-p/811385#M24315</guid>
      <dc:creator>varshabansal</dc:creator>
      <dc:date>2022-05-04T07:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to run AGP process on SAS AML 7.1</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/How-to-run-AGP-process-on-SAS-AML-8-2-on-SAS-Viya/m-p/811414#M24317</link>
      <description>This looks like a new question, so you may want to create a new post rather than replying to this one with more information. The documentation on AML 7.1 has an Alerts section that might answer your question.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://support.sas.com/en/software/sas-anti-money-laundering-support.html#0e61fe39-4010-49dd-bf5b-b2791ed4f72b" target="_blank"&gt;https://support.sas.com/en/software/sas-anti-money-laundering-support.html#0e61fe39-4010-49dd-bf5b-b2791ed4f72b&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 May 2022 11:37:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/How-to-run-AGP-process-on-SAS-AML-8-2-on-SAS-Viya/m-p/811414#M24317</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2022-05-04T11:37:21Z</dc:date>
    </item>
  </channel>
</rss>

