<?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 Join two datasets in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Join-two-datasets/m-p/442965#M69314</link>
    <description>I have 2 data sets I need to combine here is 1st one&lt;BR /&gt;Number date id total&lt;BR /&gt;123. 12/01/17. 1. 30&lt;BR /&gt;345. 05/07/17. 10. 60&lt;BR /&gt;453. 06/17/17. 20. 90&lt;BR /&gt;323. 06/23/17. 50. 50&lt;BR /&gt;2nd table .&lt;BR /&gt;Number. 2 Date.2 id total 2&lt;BR /&gt;123. 03/07/18. 1. 50&lt;BR /&gt;345. 03/07/18. 10 100&lt;BR /&gt;453 03/07/18. 20 60&lt;BR /&gt;323. 07/07/18. 50 80&lt;BR /&gt;I want to see&lt;BR /&gt;Number. Date. Id. Order. Order2&lt;BR /&gt;123. 12/01/17. 1. 30. 50&lt;BR /&gt;345. 05/07/17. 5 60. 100&lt;BR /&gt;453. 06/17/17. 10 90. 60&lt;BR /&gt;323. 06/23/17. 50. 50. 80&lt;BR /&gt;When I do a join the number to number the id number is out of sequence where 1 is match up to 20.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 06 Mar 2018 16:54:24 GMT</pubDate>
    <dc:creator>Gil_</dc:creator>
    <dc:date>2018-03-06T16:54:24Z</dc:date>
    <item>
      <title>Join two datasets</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Join-two-datasets/m-p/442965#M69314</link>
      <description>I have 2 data sets I need to combine here is 1st one&lt;BR /&gt;Number date id total&lt;BR /&gt;123. 12/01/17. 1. 30&lt;BR /&gt;345. 05/07/17. 10. 60&lt;BR /&gt;453. 06/17/17. 20. 90&lt;BR /&gt;323. 06/23/17. 50. 50&lt;BR /&gt;2nd table .&lt;BR /&gt;Number. 2 Date.2 id total 2&lt;BR /&gt;123. 03/07/18. 1. 50&lt;BR /&gt;345. 03/07/18. 10 100&lt;BR /&gt;453 03/07/18. 20 60&lt;BR /&gt;323. 07/07/18. 50 80&lt;BR /&gt;I want to see&lt;BR /&gt;Number. Date. Id. Order. Order2&lt;BR /&gt;123. 12/01/17. 1. 30. 50&lt;BR /&gt;345. 05/07/17. 5 60. 100&lt;BR /&gt;453. 06/17/17. 10 90. 60&lt;BR /&gt;323. 06/23/17. 50. 50. 80&lt;BR /&gt;When I do a join the number to number the id number is out of sequence where 1 is match up to 20.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Mar 2018 16:54:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Join-two-datasets/m-p/442965#M69314</guid>
      <dc:creator>Gil_</dc:creator>
      <dc:date>2018-03-06T16:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Join two datasets</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Join-two-datasets/m-p/442981#M69316</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/117620"&gt;@Gil_&lt;/a&gt; wrote:&lt;BR /&gt;&lt;BR /&gt;When I do a join the number to number the id number is out of sequence where 1 is match up to 20.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Show the code you used. And "where 1 is match up to 20" doesn't make much sense in terms of what you have shown.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Provide example data in the form of data steps if you want tested code. Instructions here: &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712" target="_blank"&gt;https://communities.sas.com/t5/SAS-Communities-Library/How-to-create-a-data-step-version-of-your-data-AKA-generate/ta-p/258712&lt;/A&gt; will show how to turn an existing SAS data set into data step code that can be pasted into a forum code box using the {i} icon or attached as text to show exactly what you have and that we can test code against.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Mar 2018 17:43:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Join-two-datasets/m-p/442981#M69316</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-03-06T17:43:28Z</dc:date>
    </item>
  </channel>
</rss>

