<?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 Regarding join in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Regarding-join/m-p/463833#M118239</link>
    <description>I have a query and we need to join and none of the columns are present (unique)&lt;BR /&gt;&lt;BR /&gt;How can we join?</description>
    <pubDate>Mon, 21 May 2018 17:40:37 GMT</pubDate>
    <dc:creator>saikiran_nemani</dc:creator>
    <dc:date>2018-05-21T17:40:37Z</dc:date>
    <item>
      <title>Regarding join</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Regarding-join/m-p/463833#M118239</link>
      <description>I have a query and we need to join and none of the columns are present (unique)&lt;BR /&gt;&lt;BR /&gt;How can we join?</description>
      <pubDate>Mon, 21 May 2018 17:40:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Regarding-join/m-p/463833#M118239</guid>
      <dc:creator>saikiran_nemani</dc:creator>
      <dc:date>2018-05-21T17:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding join</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Regarding-join/m-p/463842#M118240</link>
      <description>&lt;P&gt;Example of input data sets and what the result of the join should look like.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sometimes data step Merge is appropriate instead of SQL join&amp;nbsp;if the existing order of the two sets is important.&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 18:18:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Regarding-join/m-p/463842#M118240</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-05-21T18:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding join</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Regarding-join/m-p/463951#M118266</link>
      <description>We have to add a variable called Contractor from WMIS dataset to the existing query and on which join we can perform ?</description>
      <pubDate>Tue, 22 May 2018 02:45:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Regarding-join/m-p/463951#M118266</guid>
      <dc:creator>saikiran_nemani</dc:creator>
      <dc:date>2018-05-22T02:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding join</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Regarding-join/m-p/463964#M118271</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/124432"&gt;@saikiran_nemani&lt;/a&gt; you leave too little information to let us give you usable feedback. &lt;BR /&gt;Provide the input sample data and desired output.</description>
      <pubDate>Tue, 22 May 2018 06:20:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Regarding-join/m-p/463964#M118271</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-05-22T06:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding join</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Regarding-join/m-p/464082#M118313</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/124432"&gt;@saikiran_nemani&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;We have to add a variable called Contractor from WMIS dataset to the existing query and on which join we can perform ?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Provide example data of the input data sets as data step. An Example:&lt;/P&gt;
&lt;PRE&gt;data example;
   input x $ y z;
datalines;
abc  123 456
pdq  987.3  333
;
run;
&lt;/PRE&gt;
&lt;P&gt;Then a similar step to show what the result should be for the two &lt;STRONG&gt;small&lt;/STRONG&gt; example input data sets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That way we know 1) what the variable names and types are, 2) which data set they come from, 3) order of the data which may be critical if there are no columns to actually "join on".&lt;/P&gt;</description>
      <pubDate>Tue, 22 May 2018 14:59:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Regarding-join/m-p/464082#M118313</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-05-22T14:59:36Z</dc:date>
    </item>
  </channel>
</rss>

