<?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 with Where condition? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Merge-with-Where-condition/m-p/269181#M53316</link>
    <description>&lt;P&gt;I guess&amp;nbsp;you could, but I've never tried it with merge.&lt;/P&gt;
&lt;P&gt;No need to to change NULL keyword, SAS treats that as MISSING if you are using SAS data.&lt;/P&gt;
&lt;P&gt;But you are not using the correct ds option&amp;nbsp;syntax, you need to write (where=(&lt;EM&gt;filter condition&lt;/EM&gt;)).&lt;/P&gt;</description>
    <pubDate>Mon, 09 May 2016 15:00:34 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2016-05-09T15:00:34Z</dc:date>
    <item>
      <title>Merge with Where condition?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Merge-with-Where-condition/m-p/269180#M53315</link>
      <description>&lt;P&gt;Hi. Can I use a dataset Where condition during a Merge? &amp;nbsp;And if so, how can I change 'is not null' to reflect SAS missing values?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data QueryData;
  merge bids_ora.bi_spm_piece_recon (in=a)
        iv_ora.bi_spm_piece_recon (in=b) (where excl_sts_code is not null);
  by imb_code spm_calc_batch_date;
  if a and b;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 09 May 2016 14:56:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Merge-with-Where-condition/m-p/269180#M53315</guid>
      <dc:creator>buechler66</dc:creator>
      <dc:date>2016-05-09T14:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Merge with Where condition?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Merge-with-Where-condition/m-p/269181#M53316</link>
      <description>&lt;P&gt;I guess&amp;nbsp;you could, but I've never tried it with merge.&lt;/P&gt;
&lt;P&gt;No need to to change NULL keyword, SAS treats that as MISSING if you are using SAS data.&lt;/P&gt;
&lt;P&gt;But you are not using the correct ds option&amp;nbsp;syntax, you need to write (where=(&lt;EM&gt;filter condition&lt;/EM&gt;)).&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2016 15:00:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Merge-with-Where-condition/m-p/269181#M53316</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-05-09T15:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Merge with Where condition?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Merge-with-Where-condition/m-p/269184#M53317</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/79805"&gt;@buechler66﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is no problem. Just use the correct syntax as mentioned by&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH﻿&lt;/a&gt;:&lt;/P&gt;
&lt;PRE&gt;iv_ora.bi_spm_piece_recon (&lt;STRONG&gt;in=b where=(excl_sts_code is not null)&lt;/STRONG&gt;);&lt;/PRE&gt;</description>
      <pubDate>Mon, 09 May 2016 15:13:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Merge-with-Where-condition/m-p/269184#M53317</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2016-05-09T15:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Merge with Where condition?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Merge-with-Where-condition/m-p/269201#M53320</link>
      <description>Thanks very much.</description>
      <pubDate>Mon, 09 May 2016 16:15:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Merge-with-Where-condition/m-p/269201#M53320</guid>
      <dc:creator>buechler66</dc:creator>
      <dc:date>2016-05-09T16:15:32Z</dc:date>
    </item>
  </channel>
</rss>

