<?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: SAS Incremental update / Delta upload in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Incremental-update-Delta-upload/m-p/330014#M73936</link>
    <description>&lt;P&gt;The key here would be identifying any changed records in your Oracle table. Does it contain a "last updated date" column for example. If so it would be easy to extract a subset of the rows that have changed since the SAS table was last updated, then update the SAS version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also assume you will need to track additions and deletions. Additions can be identified by querying any rows added since the last updated date. Deletions will depend on whether these are kept in your data and marked as "closed/deleted" - easy - or are actually physically deleted - this would be a lot harder to track.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 05 Feb 2017 07:09:11 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2017-02-05T07:09:11Z</dc:date>
    <item>
      <title>SAS Incremental update / Delta upload</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Incremental-update-Delta-upload/m-p/330007#M73931</link>
      <description>&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a oracle DB and trying to keep a subset of its data and store it in Sas7dat, one issue is that the oracle b may change the record ( e.g. invoice from valid to cancel) and i need to do incremental update (considering indexing apply)&amp;nbsp; , are there any efficient way to check if there is any update need in the current sas dataset and how to do the update in best practice?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks guys&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2017 05:37:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Incremental-update-Delta-upload/m-p/330007#M73931</guid>
      <dc:creator>SASNE</dc:creator>
      <dc:date>2017-02-05T05:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Incremental update / Delta upload</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Incremental-update-Delta-upload/m-p/330014#M73936</link>
      <description>&lt;P&gt;The key here would be identifying any changed records in your Oracle table. Does it contain a "last updated date" column for example. If so it would be easy to extract a subset of the rows that have changed since the SAS table was last updated, then update the SAS version.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also assume you will need to track additions and deletions. Additions can be identified by querying any rows added since the last updated date. Deletions will depend on whether these are kept in your data and marked as "closed/deleted" - easy - or are actually physically deleted - this would be a lot harder to track.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2017 07:09:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Incremental-update-Delta-upload/m-p/330014#M73936</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-02-05T07:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Incremental update / Delta upload</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Incremental-update-Delta-upload/m-p/330016#M73937</link>
      <description>It sounds tedious to keep two data sets in sync like this. Why do you need a copy in SAS?&lt;BR /&gt;Your Oracle DBA should be able to tell you if/how to get delta records.</description>
      <pubDate>Sun, 05 Feb 2017 07:12:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Incremental-update-Delta-upload/m-p/330016#M73937</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-02-05T07:12:56Z</dc:date>
    </item>
  </channel>
</rss>

