<?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 Process Node in MA in SAS Customer Intelligence</title>
    <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Process-Node-in-MA/m-p/371693#M513</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question about RTDM.&lt;/P&gt;&lt;P&gt;How can&amp;nbsp;I insert some multiple values in VALUE field in a Read-data process node? It is possible? Screenshot in attach.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/14009i0B5F6DEE285D99E3/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="read-data process.PNG" title="read-data process.PNG" /&gt;</description>
    <pubDate>Thu, 29 Jun 2017 13:56:17 GMT</pubDate>
    <dc:creator>HULK</dc:creator>
    <dc:date>2017-06-29T13:56:17Z</dc:date>
    <item>
      <title>Process Node in MA</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Process-Node-in-MA/m-p/371693#M513</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question about RTDM.&lt;/P&gt;&lt;P&gt;How can&amp;nbsp;I insert some multiple values in VALUE field in a Read-data process node? It is possible? Screenshot in attach.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/14009i0B5F6DEE285D99E3/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="read-data process.PNG" title="read-data process.PNG" /&gt;</description>
      <pubDate>Thu, 29 Jun 2017 13:56:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Process-Node-in-MA/m-p/371693#M513</guid>
      <dc:creator>HULK</dc:creator>
      <dc:date>2017-06-29T13:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Process Node in MA</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Process-Node-in-MA/m-p/372282#M518</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/108513"&gt;@HULK&lt;/a&gt;, a knowledgeable colleague passed along the following option fpr you to try:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can’t achieve that in using a data process, but you could do so with a SAS process that uses either a SAS DS2, Groovy, or Jython process to make the SQL calls. You could use an IN operator in the query to match multiple values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, there are some considerations regarding statement pooling that have potential performance impact. You need a fixed number of parameters for the statement to be compiled and re-used. Otherwise, the statement gets prepared every single time it runs. If you know there are a maximum number of values, one way to work around that is to create a fixed length parameter string and populate it with values. So for example, if you have a maximum of ten values, the pre-prepared statement can have a placeholder for each:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SELECT Name, Age, Income FROM Customers where State IN (?,?,?,?,?,?,?,?,?,?)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Based on the values you need, If you have only 3 states in your IN clause, you can populate it this way:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(‘TX’,’MI’,’IL’ ,’IL’ ,’IL’ ,’IL’ ,’IL’ ,’IL’ ,’IL’ ,’IL’)&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 19:14:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Process-Node-in-MA/m-p/372282#M518</guid>
      <dc:creator>BeverlyBrown</dc:creator>
      <dc:date>2017-06-30T19:14:12Z</dc:date>
    </item>
  </channel>
</rss>

