<?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: I want to know whether any customer did transaction over 400 and same customer transaction over in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/I-want-to-know-whether-any-customer-did-transaction-over-400-and/m-p/601409#M173950</link>
    <description>&lt;P&gt;You're getting closer.&amp;nbsp; Now change the sample data so that it refers to just one customer.&amp;nbsp; Include some variation in the dates, so we can see the "14-day rule" in action.&amp;nbsp; And show the new column that you would like calculated.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Nov 2019 15:28:00 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2019-11-04T15:28:00Z</dc:date>
    <item>
      <title>I want to know whether any customer did transaction over 400 and same customer transaction over 5000</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-want-to-know-whether-any-customer-did-transaction-over-400-and/m-p/601291#M173896</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need help on finding out if a customer made a transaction over 40000 and that customer is eligible for perks (FT) for 14days and for same customer after 14 days they will not get perks and i want to know if they did any transaction over 5000.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know how to calculate and see historical transaction data of a customer when he was enjoying perks for over 40000 and after losing perks transaction of amount 5000.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 03:03:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-want-to-know-whether-any-customer-did-transaction-over-400-and/m-p/601291#M173896</guid>
      <dc:creator>sandy95</dc:creator>
      <dc:date>2019-11-04T03:03:10Z</dc:date>
    </item>
    <item>
      <title>Re: I want to know whether any customer did transaction over 400 and same customer transaction over</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-want-to-know-whether-any-customer-did-transaction-over-400-and/m-p/601297#M173902</link>
      <description>&lt;P&gt;It sounds possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But first, you would need a SAS data set holding the information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you would need to know the names of the variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you would need to know whether the transaction date information is a SAS date, a SAS datetime, or a character string.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And then you would need to post all that information.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 03:31:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-want-to-know-whether-any-customer-did-transaction-over-400-and/m-p/601297#M173902</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2019-11-04T03:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: I want to know whether any customer did transaction over 400 and same customer transaction over</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-want-to-know-whether-any-customer-did-transaction-over-400-and/m-p/601304#M173906</link>
      <description>&lt;P&gt;I have columns with Created_TS, FT_FLAG (1,0) AMT TRAN_KEY FT_DT CUSTOMER_NAME&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Created_TS&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;FT_FLAG&amp;nbsp; AMT TRAN_KEY FT_DT&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CUSTOMER_NAME&lt;/P&gt;&lt;P&gt;1JAN1960:00:00:00&amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;40000 1234&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10JAN2019&amp;nbsp; &amp;nbsp; &amp;nbsp;Oracle&lt;/P&gt;&lt;P&gt;1JAN1960:00:00:00&amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;40000 12345&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10JAN2019&amp;nbsp; &amp;nbsp; &amp;nbsp;Oracle&lt;/P&gt;&lt;P&gt;1JAN1960:00:00:00&amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;500000 123456&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10JAN2019&amp;nbsp; &amp;nbsp; &amp;nbsp;Java&lt;/P&gt;&lt;P&gt;1JAN1960:00:00:00&amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 40000 12334567&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10JAN2019&amp;nbsp; &amp;nbsp; &amp;nbsp;Java&lt;/P&gt;&lt;P&gt;1JAN1960:00:00:00&amp;nbsp; &amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;20000 123455678&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10JAN2019&amp;nbsp; &amp;nbsp; &amp;nbsp;SUN&lt;/P&gt;&lt;P&gt;1JAN1960:00:00:00&amp;nbsp; &amp;nbsp; 0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;30000 123456789&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10JAN2019&amp;nbsp; &amp;nbsp; &amp;nbsp;JAVA&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above data set is an example of mine, i need to create a flag stating if FT=1 and Amount = 40000 then Y, FT = 0 and Amount = 500000 then N end as Sent_flag&lt;/P&gt;&lt;P&gt;for Same Customer with transactions&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 04:35:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-want-to-know-whether-any-customer-did-transaction-over-400-and/m-p/601304#M173906</guid>
      <dc:creator>sandy95</dc:creator>
      <dc:date>2019-11-04T04:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: I want to know whether any customer did transaction over 400 and same customer transaction over</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-want-to-know-whether-any-customer-did-transaction-over-400-and/m-p/601409#M173950</link>
      <description>&lt;P&gt;You're getting closer.&amp;nbsp; Now change the sample data so that it refers to just one customer.&amp;nbsp; Include some variation in the dates, so we can see the "14-day rule" in action.&amp;nbsp; And show the new column that you would like calculated.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Nov 2019 15:28:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-want-to-know-whether-any-customer-did-transaction-over-400-and/m-p/601409#M173950</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2019-11-04T15:28:00Z</dc:date>
    </item>
  </channel>
</rss>

