<?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 DS2 in RTDM SAS Process - Arbitration in SAS Customer Intelligence</title>
    <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Using-DS2-in-RTDM-SAS-Process-Arbitration/m-p/378725#M543</link>
    <description>&lt;P&gt;Hi Angela, this was actually in my first response - I pointed you to a specific page in the SAS RTDM Admin Guide document. It has the example code. Can't you find it there?&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jul 2017 15:26:52 GMT</pubDate>
    <dc:creator>Dmitry_Alergant</dc:creator>
    <dc:date>2017-07-24T15:26:52Z</dc:date>
    <item>
      <title>Using DS2 in RTDM SAS Process - Arbitration</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Using-DS2-in-RTDM-SAS-Process-Arbitration/m-p/378237#M536</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;I'm trying to write a DS2 arbitration code to manage the output list of treatment in the reply node on SAS RTDM 9.4.&lt;BR /&gt;I'm building a SAS Process to arbitrate treatments from a particular set of decision treatment campaigns.&lt;BR /&gt;My idea is to change the order of treatments with a particular logic ( for example to sort by one of the custom detail of the treatment).&lt;BR /&gt;Should I use the following Treatment packages(Treatment, Treatment_Custom, Treatment_Custom_List)?&lt;BR /&gt;How could i recall a particular custom detail of the treatment in the DS2 Code to sort in ascending order?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Angela&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 16:32:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Using-DS2-in-RTDM-SAS-Process-Arbitration/m-p/378237#M536</guid>
      <dc:creator>angela_m</dc:creator>
      <dc:date>2017-07-21T16:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using DS2 in RTDM SAS Process - Arbitration</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Using-DS2-in-RTDM-SAS-Process-Arbitration/m-p/378321#M538</link>
      <description>&lt;P&gt;Hi Angela,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You don't really have to write DS2 for such a simple logic as sorting by a treatment custom detail. &amp;nbsp;Just assign a "custom detail tag" to this custom detail, &amp;nbsp;and then enable the regular sort-based arbitration based on this tag value, in the treatment assignment window.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But if the logic is more complicated, there is an example DS2 code in SAS RTDM Administration Guide 6.5 - page 173, chapter "&lt;STRONG&gt;Example: Reverse-the-Order Custom Arbitration Process&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also if your treatments are large (have many custom attributes) and multiple of them are assigned, you should pay attention "Processing Large Amounts of Data in Arbitration" section at page 256 to avoid errors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Good luck with your SAS RTDM journey!&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 20:51:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Using-DS2-in-RTDM-SAS-Process-Arbitration/m-p/378321#M538</guid>
      <dc:creator>Dmitry_Alergant</dc:creator>
      <dc:date>2017-07-21T20:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using DS2 in RTDM SAS Process - Arbitration</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Using-DS2-in-RTDM-SAS-Process-Arbitration/m-p/378593#M541</link>
      <description>&lt;P&gt;Thank you for your kind reply,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would sort by one of the custom detail of the treatment using personal code on SAS process but I don't know how using Treatment packages(Treatment, Treatment_Custom, Treatment_Custom_List) in the code.&lt;BR /&gt;Do you have any example of this kind of DS2 arbitration? I need it because I'd like to go on on more complex logics.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Angela&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 07:54:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Using-DS2-in-RTDM-SAS-Process-Arbitration/m-p/378593#M541</guid>
      <dc:creator>angela_m</dc:creator>
      <dc:date>2017-07-24T07:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using DS2 in RTDM SAS Process - Arbitration</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Using-DS2-in-RTDM-SAS-Process-Arbitration/m-p/378725#M543</link>
      <description>&lt;P&gt;Hi Angela, this was actually in my first response - I pointed you to a specific page in the SAS RTDM Admin Guide document. It has the example code. Can't you find it there?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 15:26:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Using-DS2-in-RTDM-SAS-Process-Arbitration/m-p/378725#M543</guid>
      <dc:creator>Dmitry_Alergant</dc:creator>
      <dc:date>2017-07-24T15:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Using DS2 in RTDM SAS Process - Arbitration</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Using-DS2-in-RTDM-SAS-Process-Arbitration/m-p/378735#M544</link>
      <description>&lt;P&gt;Hi Dmitry,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I found the example DS2 code in SAS RTDM Administration Guide 6.5 - "Example: Reverse-the-Order Custom Arbitration Process" - it is useful but it makes a simple reverse order based on row_count.&lt;BR /&gt;I need to order by some of the custom details. Can you help me with an example?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;Angela&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jul 2017 15:58:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Using-DS2-in-RTDM-SAS-Process-Arbitration/m-p/378735#M544</guid>
      <dc:creator>angela_m</dc:creator>
      <dc:date>2017-07-24T15:58:51Z</dc:date>
    </item>
  </channel>
</rss>

