<?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: Unmatched query in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unmatched-query/m-p/568039#M22888</link>
    <description>&lt;P&gt;&lt;SPAN&gt;something like this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Proc SQL;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Create table part3 as&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(Select * ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B.Delivery&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;From part a left join sch b on a.id=b.id and a.day=b.day&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Where b.id is null);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Run;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jun 2019 18:54:33 GMT</pubDate>
    <dc:creator>utrocketeng</dc:creator>
    <dc:date>2019-06-21T18:54:33Z</dc:date>
    <item>
      <title>Unmatched query</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unmatched-query/m-p/568024#M22883</link>
      <description>I have a query that matches where stores rec ship based on sch I need to determine stores where ship were misd based on sch&lt;BR /&gt;My query looks&lt;BR /&gt;Proc SQL;&lt;BR /&gt;Create table part3 as&lt;BR /&gt;(Select * ,&lt;BR /&gt;B.Delivery&lt;BR /&gt;From part a left join sch b on a.id=b.id&lt;BR /&gt;Where a.day=b.day);&lt;BR /&gt;Run;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jun 2019 18:20:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unmatched-query/m-p/568024#M22883</guid>
      <dc:creator>Gil_</dc:creator>
      <dc:date>2019-06-21T18:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unmatched query</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unmatched-query/m-p/568029#M22886</link>
      <description>Ok, so what's the question here?</description>
      <pubDate>Fri, 21 Jun 2019 18:30:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unmatched-query/m-p/568029#M22886</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-06-21T18:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unmatched query</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unmatched-query/m-p/568037#M22887</link>
      <description>How do I determine sch ship that was not done. The query above gives me the stores that rec ship</description>
      <pubDate>Fri, 21 Jun 2019 18:48:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unmatched-query/m-p/568037#M22887</guid>
      <dc:creator>Gil_</dc:creator>
      <dc:date>2019-06-21T18:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unmatched query</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unmatched-query/m-p/568039#M22888</link>
      <description>&lt;P&gt;&lt;SPAN&gt;something like this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Proc SQL;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Create table part3 as&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(Select * ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;B.Delivery&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;From part a left join sch b on a.id=b.id and a.day=b.day&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Where b.id is null);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Run;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jun 2019 18:54:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unmatched-query/m-p/568039#M22888</guid>
      <dc:creator>utrocketeng</dc:creator>
      <dc:date>2019-06-21T18:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Unmatched query</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unmatched-query/m-p/568043#M22889</link>
      <description>Question sch would not be null for example it has all the days with a sch date. When I match I have matching days part.date 06/19/19 sch.day=06/19/19. I would like to see where this happens. part.date 06/22 /19 sch.day=06/25/19. That means they weren't following the sch I need to see these</description>
      <pubDate>Fri, 21 Jun 2019 19:06:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unmatched-query/m-p/568043#M22889</guid>
      <dc:creator>Gil_</dc:creator>
      <dc:date>2019-06-21T19:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unmatched query</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unmatched-query/m-p/568108#M22890</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc SQL;&lt;BR /&gt;Create table part3 as&lt;/P&gt;&lt;P&gt;select * from part&lt;/P&gt;&lt;P&gt;where part.id not in&lt;BR /&gt;(Select * ,&lt;BR /&gt;B.Delivery&lt;BR /&gt;From part a join sch b on a.id=b.id&lt;BR /&gt;and a.day=b.day);&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anushree&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jun 2019 05:49:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Unmatched-query/m-p/568108#M22890</guid>
      <dc:creator>anushreebiotech</dc:creator>
      <dc:date>2019-06-22T05:49:26Z</dc:date>
    </item>
  </channel>
</rss>

