<?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 datasets and control output records with IN in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Merge-datasets-and-control-output-records-with-IN/m-p/261951#M51051</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/2829"&gt;@apple﻿&lt;/a&gt;:&amp;nbsp;In &lt;EM&gt;everyday&lt;/EM&gt; language, the IF condition &lt;EM&gt;does&lt;/EM&gt; select "[both] observations with (A and B) &lt;STRONG&gt;and&lt;/STRONG&gt; [observations with] (A and C)." In &lt;EM&gt;technical&lt;/EM&gt; language (and SAS syntax), however, this is described as "&lt;SPAN&gt;(A and B) &amp;nbsp;&lt;STRONG&gt;or&lt;/STRONG&gt; &amp;nbsp;(A and C)."&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Apr 2016 22:50:36 GMT</pubDate>
    <dc:creator>FreelanceReinh</dc:creator>
    <dc:date>2016-04-06T22:50:36Z</dc:date>
    <item>
      <title>Merge datasets and control output records with IN</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Merge-datasets-and-control-output-records-with-IN/m-p/261586#M50942</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;DATA Merged;
MERGE FileA (IN=A) FileB (IN=B) FileC (IN=C);
BY UIN;
IF A AND (B or C);


RUN;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Will&amp;nbsp;"IF A AND (B or C);" output (A and B) and (A and C)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2016 04:07:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Merge-datasets-and-control-output-records-with-IN/m-p/261586#M50942</guid>
      <dc:creator>apple</dc:creator>
      <dc:date>2016-04-06T04:07:08Z</dc:date>
    </item>
    <item>
      <title>Re: Merge datasets and control output records with IN</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Merge-datasets-and-control-output-records-with-IN/m-p/261587#M50943</link>
      <description>&lt;P&gt;No, that resolves to&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(A and B) &amp;nbsp;OR &amp;nbsp;(A and C)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yours is equivalent to A and B and C&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2016 04:07:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Merge-datasets-and-control-output-records-with-IN/m-p/261587#M50943</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-06T04:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Merge datasets and control output records with IN</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Merge-datasets-and-control-output-records-with-IN/m-p/261951#M51051</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/2829"&gt;@apple﻿&lt;/a&gt;:&amp;nbsp;In &lt;EM&gt;everyday&lt;/EM&gt; language, the IF condition &lt;EM&gt;does&lt;/EM&gt; select "[both] observations with (A and B) &lt;STRONG&gt;and&lt;/STRONG&gt; [observations with] (A and C)." In &lt;EM&gt;technical&lt;/EM&gt; language (and SAS syntax), however, this is described as "&lt;SPAN&gt;(A and B) &amp;nbsp;&lt;STRONG&gt;or&lt;/STRONG&gt; &amp;nbsp;(A and C)."&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2016 22:50:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Merge-datasets-and-control-output-records-with-IN/m-p/261951#M51051</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2016-04-06T22:50:36Z</dc:date>
    </item>
  </channel>
</rss>

