<?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: ADVANCED SAS MODEL QUESTION in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ADVANCED-SAS-MODEL-QUESTION/m-p/488025#M287338</link>
    <description>&lt;P&gt;sas/sql will do both, but usually be more efficient with indexed keys. sas datastep programming will also do both, but will require prior sorting when datastes are not indexed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note, using CAPITALS online is considered shouting and not welcomed on a public forum.&lt;/P&gt;</description>
    <pubDate>Sat, 18 Aug 2018 20:47:48 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2018-08-18T20:47:48Z</dc:date>
    <item>
      <title>ADVANCED SAS MODEL QUESTION</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ADVANCED-SAS-MODEL-QUESTION/m-p/488023#M287337</link>
      <description>&lt;P&gt;WHEN IS IT GOOD TO COMBINE MULTIPLE SAS DATASETS BY MATCHING KEY VALUES??&lt;/P&gt;&lt;P&gt;WITH INDEXES ON KEY VALUES OR WITHOUT INDEXES ON KEY VALUES&lt;/P&gt;</description>
      <pubDate>Sat, 18 Aug 2018 20:13:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ADVANCED-SAS-MODEL-QUESTION/m-p/488023#M287337</guid>
      <dc:creator>raawan</dc:creator>
      <dc:date>2018-08-18T20:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: ADVANCED SAS MODEL QUESTION</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ADVANCED-SAS-MODEL-QUESTION/m-p/488025#M287338</link>
      <description>&lt;P&gt;sas/sql will do both, but usually be more efficient with indexed keys. sas datastep programming will also do both, but will require prior sorting when datastes are not indexed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note, using CAPITALS online is considered shouting and not welcomed on a public forum.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Aug 2018 20:47:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ADVANCED-SAS-MODEL-QUESTION/m-p/488025#M287338</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2018-08-18T20:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: ADVANCED SAS MODEL QUESTION</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ADVANCED-SAS-MODEL-QUESTION/m-p/488027#M287339</link>
      <description>&lt;P&gt;When combining multiple SAS data sets by matching key values, under which conditions would it be more efficient to use multiple SET statements in a Data Step&lt;/P&gt;&lt;P&gt;A) Each data set contains a large numbers of rows&lt;/P&gt;&lt;P&gt;There are indexes defined for the key(s) being used on both data sets&lt;/P&gt;&lt;P&gt;B) Each data set contains a large numbers of rows&lt;/P&gt;&lt;P&gt;There are no indexes defined on either data set for the keys being used&amp;nbsp;&lt;/P&gt;&lt;P&gt;C)One data set contains a large numbers of rows&lt;/P&gt;&lt;P&gt;One data set contains a small number of rows&amp;nbsp;&lt;/P&gt;&lt;P&gt;No indexes are defined for the key(s) being used on either data set&lt;/P&gt;&lt;P&gt;D) One data set contains a large numbers of rows&lt;/P&gt;&lt;P&gt;One data set contains a small number of rows&lt;/P&gt;&lt;P&gt;Indexes are defined for the key(s) being used on the large data set&lt;/P&gt;</description>
      <pubDate>Sat, 18 Aug 2018 21:07:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ADVANCED-SAS-MODEL-QUESTION/m-p/488027#M287339</guid>
      <dc:creator>raawan</dc:creator>
      <dc:date>2018-08-18T21:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: ADVANCED SAS MODEL QUESTION</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ADVANCED-SAS-MODEL-QUESTION/m-p/488054#M287340</link>
      <description>&lt;P&gt;If both datasets are too large to fit into available memory, sorting them and using a merge is most efficient.&lt;/P&gt;
&lt;P&gt;If one can fit into memory, creating a format (or multiple formats) or using a hash object is best.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please supply a code example for matching with multiple set statements.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Aug 2018 06:12:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ADVANCED-SAS-MODEL-QUESTION/m-p/488054#M287340</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-08-19T06:12:21Z</dc:date>
    </item>
  </channel>
</rss>

