<?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: Using data merge what will be the various type of output in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Using-data-merge-what-will-be-the-various-type-of-output/m-p/833790#M35804</link>
    <description>&lt;P&gt;In a DATA step, the MERGE statement combines two or more SAS data sets.&amp;nbsp; You have only shown one SAS data set.&amp;nbsp; So you will need to show more about what you are trying to do ... what should the other data set look like?&amp;nbsp; What would you like the result to be.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2022 09:38:00 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2022-09-16T09:38:00Z</dc:date>
    <item>
      <title>Using data merge what will be the various type of output</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Using-data-merge-what-will-be-the-various-type-of-output/m-p/833776#M35802</link>
      <description>Id amt Id amt2&lt;BR /&gt;&lt;BR /&gt;1 1000 1 100&lt;BR /&gt;1 2000 1 200&lt;BR /&gt;1 3000. 2 300&lt;BR /&gt;2 4000. 2 400&lt;BR /&gt;2 5000. 2 500&lt;BR /&gt;&lt;BR /&gt;What will be the output if we use various type of Data merge statement?</description>
      <pubDate>Fri, 16 Sep 2022 08:04:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Using-data-merge-what-will-be-the-various-type-of-output/m-p/833776#M35802</guid>
      <dc:creator>animesh123</dc:creator>
      <dc:date>2022-09-16T08:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using data merge what will be the various type of output</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Using-data-merge-what-will-be-the-various-type-of-output/m-p/833788#M35803</link>
      <description>&lt;P&gt;See the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lestmtsref/n1i8w2bwu1fn5kn1gpxj18xttbb0.htm" target="_self"&gt;Merge Statement Documentation&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:33:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Using-data-merge-what-will-be-the-various-type-of-output/m-p/833788#M35803</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2022-09-16T09:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using data merge what will be the various type of output</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Using-data-merge-what-will-be-the-various-type-of-output/m-p/833790#M35804</link>
      <description>&lt;P&gt;In a DATA step, the MERGE statement combines two or more SAS data sets.&amp;nbsp; You have only shown one SAS data set.&amp;nbsp; So you will need to show more about what you are trying to do ... what should the other data set look like?&amp;nbsp; What would you like the result to be.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:38:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Using-data-merge-what-will-be-the-various-type-of-output/m-p/833790#M35804</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2022-09-16T09:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using data merge what will be the various type of output</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Using-data-merge-what-will-be-the-various-type-of-output/m-p/833897#M35808</link>
      <description>&lt;P&gt;Is that two data sets? Note really a very clear example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you referring to a Data step Merge statement?&lt;/P&gt;
&lt;P&gt;If so, you might get better results in showing what you want from them instead of "what can you get" because things like data set options can change variable names or drop variables.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorts that occur before the Merge can have a lot of impact on the result.&lt;/P&gt;
&lt;P&gt;Match merge with BY variable(s) often do not behave as expected or desired when the by variables have multiple values it two or more data sets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 17:08:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Using-data-merge-what-will-be-the-various-type-of-output/m-p/833897#M35808</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-09-16T17:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using data merge what will be the various type of output</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Using-data-merge-what-will-be-the-various-type-of-output/m-p/833900#M35811</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/430763"&gt;@animesh123&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Id amt Id amt2&lt;BR /&gt;&lt;BR /&gt;1 1000 1 100&lt;BR /&gt;1 2000 1 200&lt;BR /&gt;1 3000. 2 300&lt;BR /&gt;2 4000. 2 400&lt;BR /&gt;2 5000. 2 500&lt;BR /&gt;&lt;BR /&gt;What will be the output if we use various type of Data merge statement?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Since you want to use "various" types without giving further details, all I can say is that you'll get equally various outputs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also see Maxim 42.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 17:15:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Using-data-merge-what-will-be-the-various-type-of-output/m-p/833900#M35811</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-09-16T17:15:53Z</dc:date>
    </item>
    <item>
      <title>What will be the various types of output if we merge ID1(a) and ID2 (b)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Using-data-merge-what-will-be-the-various-type-of-output/m-p/833941#M35818</link>
      <description>A. B&lt;BR /&gt;Id1 amt1 Id2 amt2&lt;BR /&gt;&lt;BR /&gt;1 1000 1 100&lt;BR /&gt;1 2000 1 200&lt;BR /&gt;1 3000. 2 300&lt;BR /&gt;2 4000. 2 400&lt;BR /&gt;2 5000. 2 500&lt;BR /&gt;&lt;BR /&gt;What will be the various types of output if we merge ID1(a) and ID2 (b)</description>
      <pubDate>Sat, 17 Sep 2022 02:50:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Using-data-merge-what-will-be-the-various-type-of-output/m-p/833941#M35818</guid>
      <dc:creator>animesh123</dc:creator>
      <dc:date>2022-09-17T02:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: What will be the various types of output if we merge ID1(a) and ID2 (b)</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Using-data-merge-what-will-be-the-various-type-of-output/m-p/833944#M35819</link>
      <description>&lt;P&gt;Please provide details instead of just posting the same question again, so one of us has to merge the threads.&lt;/P&gt;</description>
      <pubDate>Sat, 17 Sep 2022 04:19:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Using-data-merge-what-will-be-the-various-type-of-output/m-p/833944#M35819</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-09-17T04:19:32Z</dc:date>
    </item>
  </channel>
</rss>

