<?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 Merging multiple datasets, but only matching information in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Merging-multiple-datasets-but-only-matching-information/m-p/934977#M42015</link>
    <description>&lt;P&gt;Hello everyone, I had a question. How can I go about merging multiple datasets, but only IDs that are found in each dataset? Like if ID #1 is found in A, B, and C, and ID #2 is only found in A, the merged dataset should only return ID#1.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jul 2024 15:26:35 GMT</pubDate>
    <dc:creator>sassy_seb</dc:creator>
    <dc:date>2024-07-08T15:26:35Z</dc:date>
    <item>
      <title>Merging multiple datasets, but only matching information</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Merging-multiple-datasets-but-only-matching-information/m-p/934977#M42015</link>
      <description>&lt;P&gt;Hello everyone, I had a question. How can I go about merging multiple datasets, but only IDs that are found in each dataset? Like if ID #1 is found in A, B, and C, and ID #2 is only found in A, the merged dataset should only return ID#1.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 15:26:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Merging-multiple-datasets-but-only-matching-information/m-p/934977#M42015</guid>
      <dc:creator>sassy_seb</dc:creator>
      <dc:date>2024-07-08T15:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Merging multiple datasets, but only matching information</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Merging-multiple-datasets-but-only-matching-information/m-p/934982#M42016</link>
      <description>&lt;P&gt;data want;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;merge a(in=in1) b(in=in2) c(in=in3);&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;by id;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;if in1 and in2 and in3;&lt;/P&gt;
&lt;P&gt;run;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jul 2024 15:46:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Merging-multiple-datasets-but-only-matching-information/m-p/934982#M42016</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-07-08T15:46:37Z</dc:date>
    </item>
  </channel>
</rss>

