<?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: Update table with new values using SAS Data Integration Studio in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Update-table-with-new-values-using-SAS-Data-Integration-Studio/m-p/509229#M136875</link>
    <description>&lt;P&gt;Used Modify function. That worked well. Thanks everyone&lt;/P&gt;</description>
    <pubDate>Wed, 31 Oct 2018 17:51:54 GMT</pubDate>
    <dc:creator>ashna</dc:creator>
    <dc:date>2018-10-31T17:51:54Z</dc:date>
    <item>
      <title>Update table with new values using SAS Data Integration Studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Update-table-with-new-values-using-SAS-Data-Integration-Studio/m-p/508914#M136722</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a Table1 with 3items with some charges&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Table1:&lt;BR /&gt;Name           Amount

Item 1            $500
Item 2            $260
Item 3            $800&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;When I get input file with Table 2 I need compare the values betrween Table 1 and Table 2 and if there any changes in Amount I need to update Table 1 with change.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Table2:
Name           Amount

Item 1            $500
Item 2            $260
Item 3            $100&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;When I compare Table1 with Table 2 there is difference in amount for Item3.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I have to update Table1 as follows: (instead of $800 in amount for Item3 I need to write $100)&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Table1:
Name           Amount

Item 1            $500
Item 2            $260
Item 3            $100&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;How can I do it using SAS Data Integration Studio?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Oct 2018 22:48:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Update-table-with-new-values-using-SAS-Data-Integration-Studio/m-p/508914#M136722</guid>
      <dc:creator>ashna</dc:creator>
      <dc:date>2018-10-30T22:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Update table with new values using SAS Data Integration Studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Update-table-with-new-values-using-SAS-Data-Integration-Studio/m-p/509074#M136800</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/235800"&gt;@ashna&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Table Loader Transformation will do this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check out: &lt;A href="http://support.sas.com/documentation/cdl/en/etlug/67323/HTML/default/viewer.htm#n12xc125b6bgi2n1y22hohbzoji7.htm" target="_self"&gt;http://support.sas.com/documentation/cdl/en/etlug/67323/HTML/default/viewer.htm#n12xc125b6bgi2n1y22hohbzoji7.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best wishes,&lt;/P&gt;
&lt;P&gt;Jeff&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 12:14:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Update-table-with-new-values-using-SAS-Data-Integration-Studio/m-p/509074#M136800</guid>
      <dc:creator>JBailey</dc:creator>
      <dc:date>2018-10-31T12:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Update table with new values using SAS Data Integration Studio</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Update-table-with-new-values-using-SAS-Data-Integration-Studio/m-p/509229#M136875</link>
      <description>&lt;P&gt;Used Modify function. That worked well. Thanks everyone&lt;/P&gt;</description>
      <pubDate>Wed, 31 Oct 2018 17:51:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Update-table-with-new-values-using-SAS-Data-Integration-Studio/m-p/509229#M136875</guid>
      <dc:creator>ashna</dc:creator>
      <dc:date>2018-10-31T17:51:54Z</dc:date>
    </item>
  </channel>
</rss>

