<?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: Merging question. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Merging-question/m-p/51054#M10694</link>
    <description>Hello Chang_y_chung,&lt;BR /&gt;
&lt;BR /&gt;
"If A is a subset of B and B is a subset of A, then A is equal to B for sure."&lt;BR /&gt;
&lt;BR /&gt;
How you arrived to this conclusion?  OP said: "1. every ID in A can be found in B" it means that multiple obs with the same ID are possible, so A should NOT ALWAYS be equal B.&lt;BR /&gt;
&lt;BR /&gt;
As to (in=y). my EG 4.3 produces the following message:&lt;BR /&gt;
&lt;BR /&gt;
WARNING: The variable y exists on an input data set and is also set by an I/O statement option.  The variable will not be included on any output data set and unexpected results may occur.&lt;BR /&gt;
&lt;BR /&gt;
Sincerely,&lt;BR /&gt;
SPR</description>
    <pubDate>Thu, 16 Dec 2010 18:35:04 GMT</pubDate>
    <dc:creator>SPR</dc:creator>
    <dc:date>2010-12-16T18:35:04Z</dc:date>
    <item>
      <title>Merging question.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Merging-question/m-p/51049#M10689</link>
      <description>If&lt;BR /&gt;
 &lt;BR /&gt;
1. every ID in A can be found in B&lt;BR /&gt;
 &lt;BR /&gt;
and&lt;BR /&gt;
&lt;BR /&gt;
2. there is no other ID in B than in A, &lt;BR /&gt;
&lt;BR /&gt;
shouldn't the following examples give the same result?&lt;BR /&gt;
 &lt;B&gt; &lt;BR /&gt;
data C;&lt;BR /&gt;
merge A(in=x) B(in=y);&lt;BR /&gt;
by ID;&lt;BR /&gt;
if x and y;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
data C;&lt;BR /&gt;
merge A(in=x) B;&lt;BR /&gt;
by ID;&lt;BR /&gt;
if x;&lt;BR /&gt;
run;      &lt;BR /&gt;
 &lt;/B&gt;</description>
      <pubDate>Thu, 16 Dec 2010 11:45:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Merging-question/m-p/51049#M10689</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-12-16T11:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Merging question.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Merging-question/m-p/51050#M10690</link>
      <description>Ernesto,&lt;BR /&gt;
&lt;BR /&gt;
I would think that the only instances where it might produce different results are:&lt;BR /&gt;
&lt;BR /&gt;
1. if either file has variables with the name x or y&lt;BR /&gt;
2. if one or both files have multiple records for some IDs&lt;BR /&gt;
&lt;BR /&gt;
Art</description>
      <pubDate>Thu, 16 Dec 2010 14:17:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Merging-question/m-p/51050#M10690</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2010-12-16T14:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Merging question.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Merging-question/m-p/51051#M10691</link>
      <description>Hello EmestoC,&lt;BR /&gt;
&lt;BR /&gt;
Your conditions claim that IDs in both datasets are the same. The only possible difference you allow is to have multiple IDs in both datasets. However, this does not change the conclusion. I think the output should be the same in both merges.&lt;BR /&gt;
&lt;BR /&gt;
Sincerely,&lt;BR /&gt;
SPR</description>
      <pubDate>Thu, 16 Dec 2010 15:44:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Merging-question/m-p/51051#M10691</guid>
      <dc:creator>SPR</dc:creator>
      <dc:date>2010-12-16T15:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Merging question.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Merging-question/m-p/51052#M10692</link>
      <description>SPR wrote:&lt;BR /&gt;&lt;BR /&gt;
&amp;gt; Your conditions claim that IDs in both datasets are&lt;BR /&gt;&lt;BR /&gt;
&amp;gt; the same. The only possible difference you allow is&lt;BR /&gt;&lt;BR /&gt;
&amp;gt; to have multiple IDs in both datasets. However, this&lt;BR /&gt;&lt;BR /&gt;
&amp;gt; does not change the conclusion. I think the output&lt;BR /&gt;&lt;BR /&gt;
&amp;gt; should be the same in both merges.&lt;BR /&gt;&lt;BR /&gt;
&lt;BR /&gt;&lt;BR /&gt;
If A is a subset of B &lt;I&gt;and&lt;/I&gt; B is a subset of A, then A is equal to B for sure. But OP's question is not about set theory or of logic. And OP's assertion is easy to be shown false with a simple example like so:&lt;BR /&gt;
&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color:#008000;font-family:Courier New;font-size:10pt;"&gt;/*&amp;nbsp;a&amp;nbsp;counter&amp;nbsp;example&amp;nbsp;*/&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color:#000080;font-family:Courier New;font-size:10pt;"&gt;data&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;a;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;id=&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color:#008080;font-family:Courier New;font-size:10pt;"&gt;1&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color:#0000FF;font-family:Courier New;font-size:10pt;"&gt;output&lt;/SPAN&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color:#000080;font-family:Courier New;font-size:10pt;"&gt;run&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color:#000080;font-family:Courier New;font-size:10pt;"&gt;data&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;b;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;id=&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color:#008080;font-family:Courier New;font-size:10pt;"&gt;1&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;;&amp;nbsp;y=&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color:#008080;font-family:Courier New;font-size:10pt;"&gt;0&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color:#0000FF;font-family:Courier New;font-size:10pt;"&gt;output&lt;/SPAN&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color:#000080;font-family:Courier New;font-size:10pt;"&gt;run&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color:#000080;font-family:Courier New;font-size:10pt;"&gt;data&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;c;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color:#0000FF;font-family:Courier New;font-size:10pt;"&gt;merge&lt;/SPAN&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;a(&lt;/SPAN&gt;&lt;SPAN style="color:#0000FF;font-family:Courier New;font-size:10pt;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;=x)&amp;nbsp;b(&lt;/SPAN&gt;&lt;SPAN style="color:#0000FF;font-family:Courier New;font-size:10pt;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;=y);&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color:#0000FF;font-family:Courier New;font-size:10pt;"&gt;by&lt;/SPAN&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;id;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color:#0000FF;font-family:Courier New;font-size:10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;x&amp;nbsp;and&amp;nbsp;y;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color:#000080;font-family:Courier New;font-size:10pt;"&gt;run&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color:#000080;font-family:Courier New;font-size:10pt;"&gt;data&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;d;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color:#0000FF;font-family:Courier New;font-size:10pt;"&gt;merge&lt;/SPAN&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;a(&lt;/SPAN&gt;&lt;SPAN style="color:#0000FF;font-family:Courier New;font-size:10pt;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;=x)&amp;nbsp;b;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color:#0000FF;font-family:Courier New;font-size:10pt;"&gt;by&lt;/SPAN&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;id;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color:#0000FF;font-family:Courier New;font-size:10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;x;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color:#000080;font-family:Courier New;font-size:10pt;"&gt;run&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color:#000080;font-family:Courier New;font-size:10pt;"&gt;proc&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color:#000080;font-family:Courier New;font-size:10pt;"&gt;compare&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color:#0000FF;font-family:Courier New;font-size:10pt;"&gt;base&lt;/SPAN&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;=c&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color:#0000FF;font-family:Courier New;font-size:10pt;"&gt;compare&lt;/SPAN&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;=d;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;B&gt;&lt;SPAN style="color:#000080;font-family:Courier New;font-size:10pt;"&gt;run&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&lt;SPAN style="font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="color:#008000;font-family:Courier New;font-size:10pt;"&gt;/*&amp;nbsp;on&amp;nbsp;log&amp;nbsp;--&amp;nbsp;in&amp;nbsp;part&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&lt;SPAN style="color:#008000;font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;WARNING:&amp;nbsp;No&amp;nbsp;matching&amp;nbsp;observations&amp;nbsp;were&amp;nbsp;found.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&lt;SPAN style="color:#008000;font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;NOTE:&amp;nbsp;There&amp;nbsp;were&amp;nbsp;0&amp;nbsp;observations&amp;nbsp;read&amp;nbsp;from&amp;nbsp;the&amp;nbsp;data&amp;nbsp;set&amp;nbsp;WORK.C.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&lt;SPAN style="color:#008000;font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;NOTE:&amp;nbsp;There&amp;nbsp;were&amp;nbsp;1&amp;nbsp;observations&amp;nbsp;read&amp;nbsp;from&amp;nbsp;the&amp;nbsp;data&amp;nbsp;set&amp;nbsp;WORK.D.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;P style="padding:0"&gt;&lt;SPAN style="color:#008000;font-family:Courier New;font-size:10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;*/&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2010 16:24:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Merging-question/m-p/51052#M10692</guid>
      <dc:creator>chang_y_chung_hotmail_com</dc:creator>
      <dc:date>2010-12-16T16:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Merging question.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Merging-question/m-p/51053#M10693</link>
      <description>ID is a numeric variable.&lt;BR /&gt;
&lt;BR /&gt;
My point 2 was wrong, I have now found out. There were records in B with missing values( = &lt;B&gt;.&lt;/B&gt; ) for ID.&lt;BR /&gt;
&lt;BR /&gt;
That explains why I got different results by the two examples.&lt;BR /&gt;
&lt;BR /&gt;
Thank's for your answers.</description>
      <pubDate>Thu, 16 Dec 2010 17:41:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Merging-question/m-p/51053#M10693</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-12-16T17:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: Merging question.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Merging-question/m-p/51054#M10694</link>
      <description>Hello Chang_y_chung,&lt;BR /&gt;
&lt;BR /&gt;
"If A is a subset of B and B is a subset of A, then A is equal to B for sure."&lt;BR /&gt;
&lt;BR /&gt;
How you arrived to this conclusion?  OP said: "1. every ID in A can be found in B" it means that multiple obs with the same ID are possible, so A should NOT ALWAYS be equal B.&lt;BR /&gt;
&lt;BR /&gt;
As to (in=y). my EG 4.3 produces the following message:&lt;BR /&gt;
&lt;BR /&gt;
WARNING: The variable y exists on an input data set and is also set by an I/O statement option.  The variable will not be included on any output data set and unexpected results may occur.&lt;BR /&gt;
&lt;BR /&gt;
Sincerely,&lt;BR /&gt;
SPR</description>
      <pubDate>Thu, 16 Dec 2010 18:35:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Merging-question/m-p/51054#M10694</guid>
      <dc:creator>SPR</dc:creator>
      <dc:date>2010-12-16T18:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Merging question.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Merging-question/m-p/51055#M10695</link>
      <description>The data set option IN= creates a temporary variable, unless that variable already exists on the PDV.  In that case the warning is fortunately issued.  However the results are sometimes surprising. &lt;BR /&gt;
&lt;BR /&gt;
Here the use of IN=Y forces Y to become a temporary variable and the variable Y from the data set B is dropped.&lt;BR /&gt;
[pre]&lt;BR /&gt;
data d;&lt;BR /&gt;
  set a(in=y) b;&lt;BR /&gt;
  run;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Thu, 16 Dec 2010 19:03:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Merging-question/m-p/51055#M10695</guid>
      <dc:creator>ArtC</dc:creator>
      <dc:date>2010-12-16T19:03:37Z</dc:date>
    </item>
  </channel>
</rss>

