<?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: 1. We have a data set where every day new data will be appended to the data set. He wants the last week total transaction amount by the product, however, it should be dynamic. in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/1-We-have-a-data-set-where-every-day-new-data-will-be-appended/m-p/187648#M47593</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use %sysfunc(today()) to get last week number and get the amount of transaction .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Apr 2014 13:32:24 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2014-04-21T13:32:24Z</dc:date>
    <item>
      <title>1. We have a data set where every day new data will be appended to the data set. He wants the last week total transaction amount by the product, however, it should be dynamic.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/1-We-have-a-data-set-where-every-day-new-data-will-be-appended/m-p/187646#M47591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 13.333333969116211px; background-color: #ffffff;"&gt;1. We have a data set where every day new data will be appended to the data set. He wants the last week total transaction amount by the product, however, it should be dynamic. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 13:21:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/1-We-have-a-data-set-where-every-day-new-data-will-be-appended/m-p/187646#M47591</guid>
      <dc:creator>chittamsri1_gmail_com</dc:creator>
      <dc:date>2014-04-21T13:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: 1. We have a data set where every day new data will be appended to the data set. He wants the last week total transaction amount by the product, however, it should be dynamic.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/1-We-have-a-data-set-where-every-day-new-data-will-be-appended/m-p/187647#M47592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;select&lt;/P&gt;&lt;P&gt;product,&lt;/P&gt;&lt;P&gt;sum(amount) as transaction_amount&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; work.have&lt;/P&gt;&lt;P&gt;where&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DateAdded &amp;gt;= date()-7&lt;/P&gt;&lt;P&gt;group by product;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 13:28:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/1-We-have-a-data-set-where-every-day-new-data-will-be-appended/m-p/187647#M47592</guid>
      <dc:creator>DBailey</dc:creator>
      <dc:date>2014-04-21T13:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: 1. We have a data set where every day new data will be appended to the data set. He wants the last week total transaction amount by the product, however, it should be dynamic.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/1-We-have-a-data-set-where-every-day-new-data-will-be-appended/m-p/187648#M47593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use %sysfunc(today()) to get last week number and get the amount of transaction .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Apr 2014 13:32:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/1-We-have-a-data-set-where-every-day-new-data-will-be-appended/m-p/187648#M47593</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-04-21T13:32:24Z</dc:date>
    </item>
  </channel>
</rss>

