<?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: how to terdata csum function while reading dat from hadoop in sas in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-use-terdata-csum-function-while-reading-dat-from-hadoop/m-p/492571#M129456</link>
    <description>&lt;P&gt;basically I am looking for teradata csum() equivalent function in SAS.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Sep 2018 09:41:23 GMT</pubDate>
    <dc:creator>Rana_Shivani</dc:creator>
    <dc:date>2018-09-05T09:41:23Z</dc:date>
    <item>
      <title>how to use terdata csum function while reading dat from hadoop in sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-use-terdata-csum-function-while-reading-dat-from-hadoop/m-p/492566#M129453</link>
      <description>&lt;P&gt;I am working on migration project.Earlier I was reading data from Teradata but now I will be reading the same data from Hadoop.&lt;/P&gt;&lt;P&gt;But in my code to read data from Teradata.&lt;/P&gt;&lt;P&gt;Function csum(1,data_record_creayed desc,time_reacord_created desc),How can I rewire this code while reading from Hadoop in SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Sample code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
 
connect to Teradata as select * 
from 
(select accounted,
creditlimit,
csum(1,data_record_creayed desc,time_reacord_created desc)
 
from table abc group by 1) as dsout(accounted,c_lim,dsout)
where dsout.dsout=1
orderby accounted;
quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Sep 2018 05:13:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-use-terdata-csum-function-while-reading-dat-from-hadoop/m-p/492566#M129453</guid>
      <dc:creator>Rana_Shivani</dc:creator>
      <dc:date>2018-09-06T05:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to terdata csum function while reading dat from hadoop in sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-use-terdata-csum-function-while-reading-dat-from-hadoop/m-p/492568#M129454</link>
      <description>&lt;P&gt;Since you are using explicit SQL pass-through, any code there are specific to the remote RDBMS.&lt;/P&gt;
&lt;P&gt;So, you should really direct your question to a Hadoop/Hive forum instead.&lt;/P&gt;
&lt;P&gt;If you want to drive the logic through SQL implicit pass-through, we are here to help (and first guidance is to consult the supported functions section in SAS/ACCESS to Hadopp documentation).&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 09:20:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-use-terdata-csum-function-while-reading-dat-from-hadoop/m-p/492568#M129454</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-09-05T09:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to terdata csum function while reading dat from hadoop in sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-use-terdata-csum-function-while-reading-dat-from-hadoop/m-p/492571#M129456</link>
      <description>&lt;P&gt;basically I am looking for teradata csum() equivalent function in SAS.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Sep 2018 09:41:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-use-terdata-csum-function-while-reading-dat-from-hadoop/m-p/492571#M129456</guid>
      <dc:creator>Rana_Shivani</dc:creator>
      <dc:date>2018-09-05T09:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to terdata csum function while reading dat from hadoop in sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-use-terdata-csum-function-while-reading-dat-from-hadoop/m-p/495258#M130668</link>
      <description>&lt;P&gt;In SAS you can use by variables and&amp;nbsp;please check below how ordered analytical functions like CSUM can be achieved in SAS or vice versa.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings11/019-2011.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings11/019-2011.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Sep 2018 12:37:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-use-terdata-csum-function-while-reading-dat-from-hadoop/m-p/495258#M130668</guid>
      <dc:creator>kiranv_</dc:creator>
      <dc:date>2018-09-13T12:37:11Z</dc:date>
    </item>
  </channel>
</rss>

