<?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: merge mix of tables in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/merge-mix-of-tables/m-p/622394#M19768</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/282991"&gt;@MargoBlue&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Please could you explain what makes ':' after the name of the table? It merges tables cost1 cost3 cost4 and tables from cost33 to cost37?&lt;BR /&gt;&lt;BR /&gt;merge cost1-cost4 cost2: cost33-37;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It's just like a wildcard and will pick any table starting with name cost2 - i.e. cost212 cost2abc .....&lt;/P&gt;
&lt;P&gt;Docu &lt;A href="https://go.documentation.sas.com/?docsetId=lrcon&amp;amp;docsetTarget=n0oru3akf51pi5n1wco2onzr39oz.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Feb 2020 09:29:06 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2020-02-05T09:29:06Z</dc:date>
    <item>
      <title>merge mix of tables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/merge-mix-of-tables/m-p/622369#M19758</link>
      <description>&lt;P&gt;Please could you explain what makes ':' after the name of the table?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2020 15:08:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/merge-mix-of-tables/m-p/622369#M19758</guid>
      <dc:creator>MargoBlue</dc:creator>
      <dc:date>2020-02-14T15:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: merge mix of tables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/merge-mix-of-tables/m-p/622370#M19759</link>
      <description>&lt;P&gt;It simply means 'all the table names starting with cost2'...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See this small example&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data cost1;
id = 1; x = 2;
run;

data cost2;
id = 1; y = 3;
run;

data cost3;
id = 1; y = 3;
run;

data want;
   merge cost:;
   by id;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 05 Feb 2020 07:14:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/merge-mix-of-tables/m-p/622370#M19759</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2020-02-05T07:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: merge mix of tables</title>
      <link>https://communities.sas.com/t5/New-SAS-User/merge-mix-of-tables/m-p/622394#M19768</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/282991"&gt;@MargoBlue&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Please could you explain what makes ':' after the name of the table? It merges tables cost1 cost3 cost4 and tables from cost33 to cost37?&lt;BR /&gt;&lt;BR /&gt;merge cost1-cost4 cost2: cost33-37;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It's just like a wildcard and will pick any table starting with name cost2 - i.e. cost212 cost2abc .....&lt;/P&gt;
&lt;P&gt;Docu &lt;A href="https://go.documentation.sas.com/?docsetId=lrcon&amp;amp;docsetTarget=n0oru3akf51pi5n1wco2onzr39oz.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 09:29:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/merge-mix-of-tables/m-p/622394#M19768</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2020-02-05T09:29:06Z</dc:date>
    </item>
  </channel>
</rss>

