<?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 Header Code_sas_aml in Fraud, AML and Security Intelligence</title>
    <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Header-Code-sas-aml/m-p/414643#M144</link>
    <description>&lt;P&gt;What is a header code, is it generated automatically if yes, How??&lt;/P&gt;&lt;P&gt;if no, how to generate it?&lt;/P&gt;&lt;P&gt;I can relate fsk_header &amp;amp; fsk_header_element but....&lt;/P&gt;&lt;P&gt;Could any one explain about the concept of &amp;nbsp;header code please..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S. SAS AML 5.1&lt;/P&gt;</description>
    <pubDate>Sun, 19 Nov 2017 07:27:56 GMT</pubDate>
    <dc:creator>proc_da</dc:creator>
    <dc:date>2017-11-19T07:27:56Z</dc:date>
    <item>
      <title>Header Code_sas_aml</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Header-Code-sas-aml/m-p/414643#M144</link>
      <description>&lt;P&gt;What is a header code, is it generated automatically if yes, How??&lt;/P&gt;&lt;P&gt;if no, how to generate it?&lt;/P&gt;&lt;P&gt;I can relate fsk_header &amp;amp; fsk_header_element but....&lt;/P&gt;&lt;P&gt;Could any one explain about the concept of &amp;nbsp;header code please..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;P.S. SAS AML 5.1&lt;/P&gt;</description>
      <pubDate>Sun, 19 Nov 2017 07:27:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Header-Code-sas-aml/m-p/414643#M144</guid>
      <dc:creator>proc_da</dc:creator>
      <dc:date>2017-11-19T07:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: Header Code_sas_aml</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/Header-Code-sas-aml/m-p/425122#M149</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/178391"&gt;@proc_da&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;Which AML version?&lt;/P&gt;
&lt;P&gt;There are different types of headers - it's in the docu.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For auto-generated headers: There are&amp;nbsp;SAS AML Solution macros which generate a SAS data step program based on the header registration and&amp;nbsp;scenarios registered against the header. These macros also read the job calendar and only pick up the scenarios to be run for the current date.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The generated code in a nutshell looks like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data alert;

  /** header section +*/
  set prep_file;
  array ....

  /** scenario section **/
  /* scenario 1 */
  if &amp;lt;some condition&amp;gt; then
    output;
  /* scenario 22 */
  if &amp;lt;some other condition&amp;gt; then
    output;

run;&lt;/PRE&gt;
&lt;P&gt;I haven't worked with the high performance version (VA) but it's supposed to work similarly on a conceptual level.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 03:04:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/Header-Code-sas-aml/m-p/425122#M149</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2018-01-05T03:04:05Z</dc:date>
    </item>
  </channel>
</rss>

