<?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 Update The Table in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Update-The-Table/m-p/43356#M11306</link>
    <description>i have a table&lt;BR /&gt;
&lt;BR /&gt;
data x;&lt;BR /&gt;
input id sal;&lt;BR /&gt;
cards;&lt;BR /&gt;
1 2&lt;BR /&gt;
3 4&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
i have some new observations to be added to the same table&lt;BR /&gt;
&lt;BR /&gt;
4 5&lt;BR /&gt;
6 7&lt;BR /&gt;
finally th output should be like this&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
1 2&lt;BR /&gt;
3 4&lt;BR /&gt;
4 5&lt;BR /&gt;
6 7</description>
    <pubDate>Tue, 02 Sep 2008 05:19:43 GMT</pubDate>
    <dc:creator>R_Win</dc:creator>
    <dc:date>2008-09-02T05:19:43Z</dc:date>
    <item>
      <title>Update The Table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Update-The-Table/m-p/43356#M11306</link>
      <description>i have a table&lt;BR /&gt;
&lt;BR /&gt;
data x;&lt;BR /&gt;
input id sal;&lt;BR /&gt;
cards;&lt;BR /&gt;
1 2&lt;BR /&gt;
3 4&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
i have some new observations to be added to the same table&lt;BR /&gt;
&lt;BR /&gt;
4 5&lt;BR /&gt;
6 7&lt;BR /&gt;
finally th output should be like this&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
1 2&lt;BR /&gt;
3 4&lt;BR /&gt;
4 5&lt;BR /&gt;
6 7</description>
      <pubDate>Tue, 02 Sep 2008 05:19:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Update-The-Table/m-p/43356#M11306</guid>
      <dc:creator>R_Win</dc:creator>
      <dc:date>2008-09-02T05:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: Update The Table</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Update-The-Table/m-p/43357#M11307</link>
      <description>Consider proc append or insert into in proc sql.&lt;BR /&gt;
&lt;BR /&gt;
Regards,&lt;BR /&gt;
Linus</description>
      <pubDate>Tue, 02 Sep 2008 06:08:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Update-The-Table/m-p/43357#M11307</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2008-09-02T06:08:13Z</dc:date>
    </item>
  </channel>
</rss>

