<?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 Automatic Join? in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Automatic-Join/m-p/711679#M26959</link>
    <description>&lt;P&gt;If I need to feed the data from a table that is on the server with the table that I do in SAP's excel after the analysis, can I join it automatically?&lt;/P&gt;</description>
    <pubDate>Fri, 15 Jan 2021 15:25:02 GMT</pubDate>
    <dc:creator>edasdfasdfasdfa</dc:creator>
    <dc:date>2021-01-15T15:25:02Z</dc:date>
    <item>
      <title>Automatic Join?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Automatic-Join/m-p/711679#M26959</link>
      <description>&lt;P&gt;If I need to feed the data from a table that is on the server with the table that I do in SAP's excel after the analysis, can I join it automatically?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 15:25:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Automatic-Join/m-p/711679#M26959</guid>
      <dc:creator>edasdfasdfasdfa</dc:creator>
      <dc:date>2021-01-15T15:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Join?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Automatic-Join/m-p/711692#M26960</link>
      <description>&lt;P&gt;Only if the fields on both tables have the same data type and column name&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 15:53:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Automatic-Join/m-p/711692#M26960</guid>
      <dc:creator>ButterflyData</dc:creator>
      <dc:date>2021-01-15T15:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Join?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Automatic-Join/m-p/711697#M26961</link>
      <description>&lt;P&gt;Yes. This is the case. How would I go about this?&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 16:04:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Automatic-Join/m-p/711697#M26961</guid>
      <dc:creator>edasdfasdfasdfa</dc:creator>
      <dc:date>2021-01-15T16:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Join?</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Automatic-Join/m-p/711756#M26962</link>
      <description>&lt;P&gt;You need to provide a lot more detail about what you have and what you are trying to do.&lt;/P&gt;
&lt;P&gt;The NATURAL JOIN syntax in PROC SQL will autodetect matching variable names and use those as keys when joining datasets.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
create table want as
select * 
from a natural join b
;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 15 Jan 2021 19:16:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Automatic-Join/m-p/711756#M26962</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2021-01-15T19:16:13Z</dc:date>
    </item>
  </channel>
</rss>

