<?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: using proc SQL in Data Step - VI 10.8 (AML 8.3) in Fraud, AML and Security Intelligence</title>
    <link>https://communities.sas.com/t5/Fraud-AML-and-Security/using-proc-SQL-in-Data-Step-VI-10-8-AML-8-3/m-p/891811#M948</link>
    <description>Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/446211"&gt;@agesser&lt;/a&gt;, that's correct; that is not supported today. I have added it to the list of potential new features.</description>
    <pubDate>Wed, 30 Aug 2023 22:19:51 GMT</pubDate>
    <dc:creator>_austin_</dc:creator>
    <dc:date>2023-08-30T22:19:51Z</dc:date>
    <item>
      <title>using proc SQL in Data Step - VI 10.8 (AML 8.3)</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/using-proc-SQL-in-Data-Step-VI-10-8-AML-8-3/m-p/891642#M942</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;is this possible to use proc SQL inside the data step creation of alerts we are writing.&lt;BR /&gt;and if yes, we create table there and trying to use this table after that , but we receive that table doesn't exist. Also we are trying to create in work or any caslib.&lt;BR /&gt;So for now we just trying to understand if this is possible to use proc sql create table and use this after that (in Data Step in VI)&lt;BR /&gt;&lt;BR /&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 06:53:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/using-proc-SQL-in-Data-Step-VI-10-8-AML-8-3/m-p/891642#M942</guid>
      <dc:creator>agesser</dc:creator>
      <dc:date>2023-08-30T06:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: using proc SQL in Data Step - VI 10.8 (AML 8.3)</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/using-proc-SQL-in-Data-Step-VI-10-8-AML-8-3/m-p/891654#M943</link>
      <description>&lt;P&gt;I'm not familiar with the limitations/structure of VI/AML, so this is a answer fro a more generic standpoint.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You cannot place SQL statements inside a traditional data step.&lt;/P&gt;
&lt;P&gt;However, if you have the ability to use PROC DS2, you can combine SQL and data step statements there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When it comes to your "does not exist" problem, I suggest that you share any logs, screenshots etc to describe what you are doing and what happens when.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 08:00:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/using-proc-SQL-in-Data-Step-VI-10-8-AML-8-3/m-p/891654#M943</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2023-08-30T08:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: using proc SQL in Data Step - VI 10.8 (AML 8.3)</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/using-proc-SQL-in-Data-Step-VI-10-8-AML-8-3/m-p/891674#M945</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH&lt;/a&gt;&amp;nbsp; for your answer.&lt;/P&gt;&lt;P&gt;However, the question is specific for VI.&lt;BR /&gt;Data Step of VI is not exactly the Data Step of regular SAS.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 11:42:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/using-proc-SQL-in-Data-Step-VI-10-8-AML-8-3/m-p/891674#M945</guid>
      <dc:creator>agesser</dc:creator>
      <dc:date>2023-08-30T11:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: using proc SQL in Data Step - VI 10.8 (AML 8.3)</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/using-proc-SQL-in-Data-Step-VI-10-8-AML-8-3/m-p/891697#M946</link>
      <description>&lt;P&gt;Sorry, you cannot run procs within a DATA Step Scenario at this time. The code that you put in the scenario is fed to the CAS DATA Step action, so it can only include DATA statements.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 13:27:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/using-proc-SQL-in-Data-Step-VI-10-8-AML-8-3/m-p/891697#M946</guid>
      <dc:creator>_austin_</dc:creator>
      <dc:date>2023-08-30T13:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: using proc SQL in Data Step - VI 10.8 (AML 8.3)</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/using-proc-SQL-in-Data-Step-VI-10-8-AML-8-3/m-p/891700#M947</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/312643"&gt;@_austin_&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;No option for&amp;nbsp;&lt;SPAN&gt;PROC DS2 as well?&lt;BR /&gt;Alex.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 13:42:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/using-proc-SQL-in-Data-Step-VI-10-8-AML-8-3/m-p/891700#M947</guid>
      <dc:creator>agesser</dc:creator>
      <dc:date>2023-08-30T13:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: using proc SQL in Data Step - VI 10.8 (AML 8.3)</title>
      <link>https://communities.sas.com/t5/Fraud-AML-and-Security/using-proc-SQL-in-Data-Step-VI-10-8-AML-8-3/m-p/891811#M948</link>
      <description>Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/446211"&gt;@agesser&lt;/a&gt;, that's correct; that is not supported today. I have added it to the list of potential new features.</description>
      <pubDate>Wed, 30 Aug 2023 22:19:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Fraud-AML-and-Security/using-proc-SQL-in-Data-Step-VI-10-8-AML-8-3/m-p/891811#M948</guid>
      <dc:creator>_austin_</dc:creator>
      <dc:date>2023-08-30T22:19:51Z</dc:date>
    </item>
  </channel>
</rss>

