<?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: Club two Data sets with one table has variables and other table has obs in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Club-two-Data-sets-with-one-table-has-variables-and-other-table/m-p/43330#M11302</link>
    <description>Hi,&lt;BR /&gt;
  As per your code, the data set 'a' won't be ceated because there is no data set exists without observations.&lt;BR /&gt;
&lt;BR /&gt;
        Are you looking to update the observations present in  data set 'a' with the observations present in data set 'b' .Make your task clear so that I may helpful for you.</description>
    <pubDate>Tue, 02 Sep 2008 04:35:19 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-09-02T04:35:19Z</dc:date>
    <item>
      <title>Club two Data sets with one table has variables and other table has obs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Club-two-Data-sets-with-one-table-has-variables-and-other-table/m-p/43329#M11301</link>
      <description>I have two tables in one table i have variables and in another table i have observations how can i club these both tables.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Data a;          &lt;BR /&gt;
input id sal;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data b;&lt;BR /&gt;
cards;&lt;BR /&gt;
1 2&lt;BR /&gt;
3 4&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Now i want the two tables to be clubbed i want the final output as&lt;BR /&gt;
&lt;BR /&gt;
Data c;          &lt;BR /&gt;
input id sal;&lt;BR /&gt;
cards;&lt;BR /&gt;
1 2&lt;BR /&gt;
3 4&lt;BR /&gt;
run;</description>
      <pubDate>Tue, 02 Sep 2008 04:26:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Club-two-Data-sets-with-one-table-has-variables-and-other-table/m-p/43329#M11301</guid>
      <dc:creator>R_Win</dc:creator>
      <dc:date>2008-09-02T04:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Club two Data sets with one table has variables and other table has obs</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Club-two-Data-sets-with-one-table-has-variables-and-other-table/m-p/43330#M11302</link>
      <description>Hi,&lt;BR /&gt;
  As per your code, the data set 'a' won't be ceated because there is no data set exists without observations.&lt;BR /&gt;
&lt;BR /&gt;
        Are you looking to update the observations present in  data set 'a' with the observations present in data set 'b' .Make your task clear so that I may helpful for you.</description>
      <pubDate>Tue, 02 Sep 2008 04:35:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Club-two-Data-sets-with-one-table-has-variables-and-other-table/m-p/43330#M11302</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-09-02T04:35:19Z</dc:date>
    </item>
  </channel>
</rss>

