<?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>renjithr Tracker</title>
    <link>https://communities.sas.com/kntur85557/tracker</link>
    <description>renjithr Tracker</description>
    <pubDate>Mon, 18 May 2026 21:47:32 GMT</pubDate>
    <dc:date>2026-05-18T21:47:32Z</dc:date>
    <item>
      <title>Re: How to create sub-totals ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-sub-totals/m-p/383457#M91459</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 19:32:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-sub-totals/m-p/383457#M91459</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2017-07-27T19:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to create sub-totals ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-sub-totals/m-p/379597#M91374</link>
      <description>&lt;P&gt;Sure.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my new have:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="657"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="336"&gt;Race&lt;/TD&gt;
&lt;TD width="51"&gt;Group&amp;nbsp;&lt;/TD&gt;
&lt;TD width="95"&gt;Location&lt;/TD&gt;
&lt;TD width="75"&gt;Date&lt;/TD&gt;
&lt;TD width="100"&gt;Count&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="336"&gt;White&lt;/TD&gt;
&lt;TD width="51"&gt;All&lt;/TD&gt;
&lt;TD width="95"&gt;LA&lt;/TD&gt;
&lt;TD width="75"&gt;Aug-16&lt;/TD&gt;
&lt;TD width="100"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="336"&gt;White&lt;/TD&gt;
&lt;TD width="51"&gt;All&lt;/TD&gt;
&lt;TD width="95"&gt;ANA&lt;/TD&gt;
&lt;TD width="75"&gt;Aug-16&lt;/TD&gt;
&lt;TD width="100"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="336"&gt;Black&lt;/TD&gt;
&lt;TD width="51"&gt;All&lt;/TD&gt;
&lt;TD width="95"&gt;LA&lt;/TD&gt;
&lt;TD width="75"&gt;Aug-16&lt;/TD&gt;
&lt;TD width="100"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="336"&gt;Black&lt;/TD&gt;
&lt;TD width="51"&gt;All&lt;/TD&gt;
&lt;TD width="95"&gt;ANA&lt;/TD&gt;
&lt;TD width="75"&gt;Aug-16&lt;/TD&gt;
&lt;TD width="100"&gt;3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Black&lt;/TD&gt;
&lt;TD width="51"&gt;65P&lt;/TD&gt;
&lt;TD width="95"&gt;ANA&lt;/TD&gt;
&lt;TD&gt;Aug-16&lt;/TD&gt;
&lt;TD width="100"&gt;
&lt;P&gt;1&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Desired output:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="657"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="336"&gt;Race&lt;/TD&gt;
&lt;TD width="51"&gt;Group&amp;nbsp;&lt;/TD&gt;
&lt;TD width="95"&gt;Location&lt;/TD&gt;
&lt;TD width="75"&gt;Date&lt;/TD&gt;
&lt;TD width="100"&gt;Count&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;White&lt;/TD&gt;
&lt;TD width="51"&gt;All&lt;/TD&gt;
&lt;TD width="95"&gt;LA&lt;/TD&gt;
&lt;TD&gt;Aug-16&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="336"&gt;White&lt;/TD&gt;
&lt;TD width="51"&gt;All&lt;/TD&gt;
&lt;TD width="95"&gt;ANA&lt;/TD&gt;
&lt;TD width="75"&gt;Aug-16&lt;/TD&gt;
&lt;TD width="100"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;White&lt;/TD&gt;
&lt;TD width="51"&gt;All&lt;/TD&gt;
&lt;TD width="95"&gt;Region&lt;/TD&gt;
&lt;TD&gt;Aug-16&lt;/TD&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="336"&gt;Black&lt;/TD&gt;
&lt;TD width="51"&gt;All&lt;/TD&gt;
&lt;TD width="95"&gt;LA&lt;/TD&gt;
&lt;TD&gt;Aug-16&lt;/TD&gt;
&lt;TD width="100"&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Black&lt;/TD&gt;
&lt;TD width="51"&gt;All&lt;/TD&gt;
&lt;TD width="95"&gt;ANA&lt;/TD&gt;
&lt;TD&gt;Aug-16&lt;/TD&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="336"&gt;Black&lt;/TD&gt;
&lt;TD width="51"&gt;All&lt;/TD&gt;
&lt;TD width="95"&gt;Region&lt;/TD&gt;
&lt;TD&gt;Aug-16&lt;/TD&gt;
&lt;TD width="100"&gt;5&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Black&lt;/TD&gt;
&lt;TD width="51"&gt;65P&lt;/TD&gt;
&lt;TD width="95"&gt;ANA&lt;/TD&gt;
&lt;TD&gt;Aug-16&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="336"&gt;Black&lt;/TD&gt;
&lt;TD width="51"&gt;65P&lt;/TD&gt;
&lt;TD width="95"&gt;Region&lt;/TD&gt;
&lt;TD&gt;1-Aug&lt;/TD&gt;
&lt;TD width="100"&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 22:43:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-sub-totals/m-p/379597#M91374</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2017-07-26T22:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create sub-totals ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-sub-totals/m-p/379226#M91266</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just curious ..if the GROUP &amp;nbsp;and DATE are not constant,then what will be the code change?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 22:09:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-sub-totals/m-p/379226#M91266</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2017-07-25T22:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create sub-totals ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-sub-totals/m-p/379211#M91258</link>
      <description>&lt;P&gt;Group variables should be RACE+GROUP+DATE. GROUP and DATE &amp;nbsp;are always constant for a single value of RACE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Length of LOCATION IS 10.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 21:13:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-sub-totals/m-p/379211#M91258</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2017-07-25T21:13:59Z</dc:date>
    </item>
    <item>
      <title>How to create sub-totals ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-sub-totals/m-p/379206#M91256</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a &amp;nbsp;dataset like below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="320"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;Race&lt;/TD&gt;
&lt;TD width="64"&gt;Group&amp;nbsp;&lt;/TD&gt;
&lt;TD width="64"&gt;Location&lt;/TD&gt;
&lt;TD width="64"&gt;Date&lt;/TD&gt;
&lt;TD width="64"&gt;Count&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;White&lt;/TD&gt;
&lt;TD&gt;All&lt;/TD&gt;
&lt;TD&gt;LA&lt;/TD&gt;
&lt;TD&gt;Aug2016&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;White&lt;/TD&gt;
&lt;TD&gt;All&lt;/TD&gt;
&lt;TD&gt;ANA&lt;/TD&gt;
&lt;TD&gt;&lt;SPAN&gt;Aug&lt;/SPAN&gt;&lt;SPAN&gt;2016&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Black&lt;/TD&gt;
&lt;TD&gt;All&lt;/TD&gt;
&lt;TD&gt;LA&lt;/TD&gt;
&lt;TD&gt;&lt;SPAN&gt;Aug&lt;/SPAN&gt;&lt;SPAN&gt;2016&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Black&lt;/TD&gt;
&lt;TD&gt;All&lt;/TD&gt;
&lt;TD&gt;ANA&lt;/TD&gt;
&lt;TD&gt;&lt;SPAN&gt;Aug&lt;/SPAN&gt;&lt;SPAN&gt;2016&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want the dataset to be like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="320"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;Race&lt;/TD&gt;
&lt;TD width="64"&gt;Group&amp;nbsp;&lt;/TD&gt;
&lt;TD width="64"&gt;Location&lt;/TD&gt;
&lt;TD width="64"&gt;Date&lt;/TD&gt;
&lt;TD width="64"&gt;Count&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;White&lt;/TD&gt;
&lt;TD&gt;All&lt;/TD&gt;
&lt;TD&gt;LA&lt;/TD&gt;
&lt;TD&gt;&lt;SPAN&gt;Aug&lt;/SPAN&gt;&lt;SPAN&gt;2016&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;White&lt;/TD&gt;
&lt;TD&gt;All&lt;/TD&gt;
&lt;TD&gt;ANA&lt;/TD&gt;
&lt;TD&gt;&lt;SPAN&gt;Aug&lt;/SPAN&gt;&lt;SPAN&gt;2016&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;White&lt;/TD&gt;
&lt;TD&gt;All&lt;/TD&gt;
&lt;TD&gt;Region&lt;/TD&gt;
&lt;TD&gt;&lt;SPAN&gt;Aug&lt;/SPAN&gt;&lt;SPAN&gt;2016&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Black&lt;/TD&gt;
&lt;TD&gt;All&lt;/TD&gt;
&lt;TD&gt;LA&lt;/TD&gt;
&lt;TD&gt;&lt;SPAN&gt;Aug&lt;/SPAN&gt;&lt;SPAN&gt;2016&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Black&lt;/TD&gt;
&lt;TD&gt;All&lt;/TD&gt;
&lt;TD&gt;ANA&lt;/TD&gt;
&lt;TD&gt;&lt;SPAN&gt;Aug&lt;/SPAN&gt;&lt;SPAN&gt;2016&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD&gt;3&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;Black&lt;/TD&gt;
&lt;TD&gt;All&lt;/TD&gt;
&lt;TD&gt;Region&lt;/TD&gt;
&lt;TD&gt;&lt;SPAN&gt;Aug&lt;/SPAN&gt;&lt;SPAN&gt;2016&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD&gt;5&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please share your thoughts.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 20:58:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-sub-totals/m-p/379206#M91256</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2017-07-25T20:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL : How to exclude records based on the values of a column in another table?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-How-to-exclude-records-based-on-the-values-of-a-column/m-p/372220#M88957</link>
      <description>&lt;P&gt;Thanks Reeza!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 15:31:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-How-to-exclude-records-based-on-the-values-of-a-column/m-p/372220#M88957</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2017-06-30T15:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL : How to exclude records based on the values of a column in another table?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-How-to-exclude-records-based-on-the-values-of-a-column/m-p/372219#M88956</link>
      <description>&lt;P&gt;Apologies!&lt;/P&gt;
&lt;P&gt;Your solution works, Thank you so much !&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 15:31:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-How-to-exclude-records-based-on-the-values-of-a-column/m-p/372219#M88956</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2017-06-30T15:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL : How to exclude records based on the values of a column in another table?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-How-to-exclude-records-based-on-the-values-of-a-column/m-p/371931#M88873</link>
      <description>&lt;P&gt;Hi ChrisNZ,&lt;/P&gt;
&lt;P&gt;Sorry, I am afraid it is not the solution.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 23:23:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-How-to-exclude-records-based-on-the-values-of-a-column/m-p/371931#M88873</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2017-06-29T23:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: PROC SQL : How to exclude records based on the values of a column in another table?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-How-to-exclude-records-based-on-the-values-of-a-column/m-p/371927#M88870</link>
      <description>&lt;P&gt;Thanks Kiranv!&lt;/P&gt;
&lt;P&gt;But you query is only returning 103. I need both 102 and 103.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 23:00:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-How-to-exclude-records-based-on-the-values-of-a-column/m-p/371927#M88870</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2017-06-29T23:00:28Z</dc:date>
    </item>
    <item>
      <title>PROC SQL : How to exclude records based on the values of a column in another table?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-How-to-exclude-records-based-on-the-values-of-a-column/m-p/371925#M88868</link>
      <description>&lt;P&gt;I have a table that contains &amp;nbsp;member id and then I wanted to join to another table using member id and look for the member spending code. A member can have multiple spending code, so what I want to achieve is to remove the member from the fianl result if the member has a spending code 'A1'.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Using PROC SQL , how can the below results be achieved?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Member table:&lt;/P&gt;
&lt;P&gt;Member_ID&lt;/P&gt;
&lt;P&gt;101&lt;/P&gt;
&lt;P&gt;102&lt;/P&gt;
&lt;P&gt;103&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Spending table&lt;/P&gt;
&lt;P&gt;Member_ID Spending_code&lt;/P&gt;
&lt;P&gt;101 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;B1&lt;/P&gt;
&lt;P&gt;101 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC&lt;/P&gt;
&lt;P&gt;101 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;A1&lt;/P&gt;
&lt;P&gt;102 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC&lt;/P&gt;
&lt;P&gt;102 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DD&lt;/P&gt;
&lt;P&gt;103 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My desired result is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Member_id&lt;/P&gt;
&lt;P&gt;102&lt;/P&gt;
&lt;P&gt;103&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please help?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 22:50:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-SQL-How-to-exclude-records-based-on-the-values-of-a-column/m-p/371925#M88868</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2017-06-29T22:50:42Z</dc:date>
    </item>
    <item>
      <title>How to effectively manage version control on SAS EG(UNIX platform)?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-effectively-manage-version-control-on-SAS-EG-UNIX/m-p/366690#M24004</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my department, we started using SAS EG on UNIX for all our production jobs and we are doing the version control manually and it takes a lots of time and are prone to errors&lt;/P&gt;
&lt;P&gt;Just wondering if anyone has any recommendations for version controling on SAS EG(UNIX), using any free tools or using any feature in SAS EG itself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2017 16:48:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-effectively-manage-version-control-on-SAS-EG-UNIX/m-p/366690#M24004</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2017-06-13T16:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a volatile table in oracle pass-thru SAS SQL code?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-a-volatile-table-in-oracle-pass-thru-SAS-SQL-code/m-p/361791#M85375</link>
      <description>&lt;P&gt;Thank you, I am still getting an error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: ORACLE execute error: ORA-00905: missing keyword.&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 22:00:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-a-volatile-table-in-oracle-pass-thru-SAS-SQL-code/m-p/361791#M85375</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2017-05-25T22:00:57Z</dc:date>
    </item>
    <item>
      <title>How to create a volatile table in oracle pass-thru SAS SQL code?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-create-a-volatile-table-in-oracle-pass-thru-SAS-SQL-code/m-p/361765#M85366</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to figure out how I can create temporary tables/volatile tables in SAS - ORACLE pass-thru sql.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is my code, but it is throwing an error saying&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: ORACLE execute error: ORA-00933: SQL command not properly ended.&lt;/P&gt;
&lt;PRE&gt;PROC SQL;
	CONNECT TO ORACLE  (PATH="CS.WORLD" USER="&amp;amp;uid_db2." PASSWORD="&amp;amp;pwd_db2.");
	EXECUTE ( 
		CREATE GLOBAL TEMPORARY TABLE QUERY_FOR_INSTN_ENCTR  as 
		 select * from connection to oracle
			(
   SELECT t1.RGN_CD, 
          t1.ENCTR_SK, 
          t1.ENCTR_SRC_SYS_CD, 
          t1.CORR_MRN_PLS_NB, 
          t1.LOC_IK, 
          t1.CARE_SETNG_IK, 
          t1.PTNT_RSDNC_ZIP_IK AS PTNT_RSDNC_ZIP_IK1, 
          t1.ENCTR_STRT_TS, 
          t1.ENCTR_END_TS, 
          t1.DRG_IK, 
          t1.PTNT_RSDNC_ZIP_IK, 
          t1.PRNCPL_ICD_DIAG_IK, 
          t1.PRMY_ATND_PRVDR_IK, 
          t1.MDC_IK, 
          t1.ADMT_PRVDR_IK, 
          t1.PRNCPL_ICD_PROC_IK, 
          t1.PRNCPL_PROC_PRVDR_IK, 
          t1.PTNT_AGE_YR_NB, 
          t1.PTNT_BRTH_DT, 
          t1.PTNT_GNDR_CD, 
          t1.INPAT_LOS_DAY_CT, 
          t1.TTL_LOS_DAY_CT
      FROM IA_V.INSTN_ENCTR t1
      WHERE t1.RGN_CD = '08' AND t1.ENCTR_STRT_DT BETWEEN '1Jan2016:0:0:0'dt AND '31Mar2017:0:0:0'dt AND 
           t1.ENCTR_SRC_SYS_CD = 'C' AND t1.PTNT_AGE_YR_NB &amp;lt; 18
		   ) on commit preserve rows) by oracle;
	

	Create table STEP150 as
		SELECT * FROM CONNECTION TO ORACLE
			(
		Select *
			from QUERY_FOR_INSTN_ENCTR
			);
			disconnect from oracle;
QUIT; &lt;/PRE&gt;
&lt;P&gt;I am not sure my code/syntax is correct. Please advice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2017 20:11:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-create-a-volatile-table-in-oracle-pass-thru-SAS-SQL-code/m-p/361765#M85366</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2017-05-25T20:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to upload CSV files to a website through SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-upload-CSV-files-to-a-website-through-SAS/m-p/357219#M23507</link>
      <description>&lt;P&gt;Thank you Chris!&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2017 15:41:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-upload-CSV-files-to-a-website-through-SAS/m-p/357219#M23507</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2017-05-09T15:41:45Z</dc:date>
    </item>
    <item>
      <title>How to upload CSV files to a website through SAS?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-upload-CSV-files-to-a-website-through-SAS/m-p/357210#M23505</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am asked to create a process to upload files(.CSV) to a website and I am wondering if there is a way in SAS/SAS EG to do this thru code. Please let me know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The file I plan to upload has 20 columns(name, age, race ..etc).&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2017 15:15:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-upload-CSV-files-to-a-website-through-SAS/m-p/357210#M23505</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2017-05-09T15:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditionally check the difference between rows?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-conditionally-check-the-difference-between-rows/m-p/353412#M82500</link>
      <description>&lt;P&gt;Thank you all for your suggestions!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2017 19:29:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-conditionally-check-the-difference-between-rows/m-p/353412#M82500</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2017-04-25T19:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditionally check the difference between rows?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-conditionally-check-the-difference-between-rows/m-p/351971#M82009</link>
      <description>&lt;P&gt;Trying to figure out the difference in the number of shots white and blacks received in each state.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2017 01:53:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-conditionally-check-the-difference-between-rows/m-p/351971#M82009</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2017-04-21T01:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditionally check the difference between rows?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-conditionally-check-the-difference-between-rows/m-p/351947#M82003</link>
      <description>&lt;P&gt;Sure, here is a snapshot of the real data:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="292"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;RACE&lt;/TD&gt;
&lt;TD width="64"&gt;STATE&lt;/TD&gt;
&lt;TD width="100"&gt;vaccinated_cnt&lt;/TD&gt;
&lt;TD width="64"&gt;DATE&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;WHITE&lt;/TD&gt;
&lt;TD&gt;CALIFORNIA&lt;/TD&gt;
&lt;TD&gt;2&lt;/TD&gt;
&lt;TD&gt;Sep2016&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;WHITE&lt;/TD&gt;
&lt;TD&gt;ARIZONA&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;Sep2016&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;WHITE&lt;/TD&gt;
&lt;TD&gt;TEXAS&lt;/TD&gt;
&lt;TD&gt;50&lt;/TD&gt;
&lt;TD&gt;Oct2016&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;BLACK&lt;/TD&gt;
&lt;TD&gt;CALIFORNIA&lt;/TD&gt;
&lt;TD&gt;1&lt;/TD&gt;
&lt;TD&gt;Sep2016&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;BLACK&lt;/TD&gt;
&lt;TD&gt;ARIZONA&lt;/TD&gt;
&lt;TD&gt;5&lt;/TD&gt;
&lt;TD&gt;Sep2016&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;BLACK&lt;/TD&gt;
&lt;TD&gt;TEXAS&lt;/TD&gt;
&lt;TD&gt;10&lt;/TD&gt;
&lt;TD&gt;Oct2016&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Thu, 20 Apr 2017 23:12:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-conditionally-check-the-difference-between-rows/m-p/351947#M82003</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2017-04-20T23:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to conditionally check the difference between rows?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-conditionally-check-the-difference-between-rows/m-p/351943#M82000</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No, it is not going to be the same..there are more states and the numbers of white and black are different too.For some states there will be two black and one white or one black and 4 white or 2 black and 1 white..etc.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 22:51:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-conditionally-check-the-difference-between-rows/m-p/351943#M82000</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2017-04-20T22:51:53Z</dc:date>
    </item>
    <item>
      <title>How to conditionally check the difference between rows?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-conditionally-check-the-difference-between-rows/m-p/351939#M81996</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please let me know if there is any way to conditionally check the difference between rows?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For eg:&lt;/P&gt;
&lt;P&gt;I have the below dataset(Have), where I need to calculate the shot differences between WHITE and BLACK(race) in corresponding states. i.e calculate the difference between WHITE and BLACK in California then Arizona..etc(dataset NEED below):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dataset -Have&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;Race &amp;nbsp;Shot_rcvd &amp;nbsp;Area&lt;/P&gt;
&lt;P&gt;WHITE 10 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CALIFORNIA&lt;/P&gt;
&lt;P&gt;WHITE 20 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ARIZONA&lt;/P&gt;
&lt;P&gt;BLACK 21 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CALIFORNIA&lt;/P&gt;
&lt;P&gt;BALCK 5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ARIZONA&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dataset Need&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Race &amp;nbsp;Shot_rcvd &amp;nbsp;Area &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Diff_in_shots&lt;/P&gt;
&lt;P&gt;WHITE 10 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; CALIFORNIA &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -11&lt;/P&gt;
&lt;P&gt;WHITE 20 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ARIZONA &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 15&lt;/P&gt;
&lt;P&gt;BLACK 21 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CALIFORNIA &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 11&lt;/P&gt;
&lt;P&gt;BALCK 5 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ARIZONA &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -15&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please let me know your suggestions.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2017 22:35:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-conditionally-check-the-difference-between-rows/m-p/351939#M81996</guid>
      <dc:creator>renjithr</dc:creator>
      <dc:date>2017-04-20T22:35:27Z</dc:date>
    </item>
  </channel>
</rss>

