<?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 Problem in where statement in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Problem-in-where-statement/m-p/706920#M26408</link>
    <description>&lt;P&gt;Hi all. As a beginner working in SAS I now encountered a problem with my where statement:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data pop1:&lt;/P&gt;&lt;P&gt;set DTSDCCG;&lt;/P&gt;&lt;P&gt;where dato_diagnose NE Is Missing and dato_diagnose &amp;lt; invi_sendtdt1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the problem seems to be about the first part of the where statement I want to exclude all the dato_diagnose that have no value and include all where dato_diagnose&amp;lt;invisendt1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot find the mistake. Can you help me&lt;/P&gt;</description>
    <pubDate>Fri, 18 Dec 2020 10:59:13 GMT</pubDate>
    <dc:creator>Jannie_D</dc:creator>
    <dc:date>2020-12-18T10:59:13Z</dc:date>
    <item>
      <title>Problem in where statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Problem-in-where-statement/m-p/706920#M26408</link>
      <description>&lt;P&gt;Hi all. As a beginner working in SAS I now encountered a problem with my where statement:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data pop1:&lt;/P&gt;&lt;P&gt;set DTSDCCG;&lt;/P&gt;&lt;P&gt;where dato_diagnose NE Is Missing and dato_diagnose &amp;lt; invi_sendtdt1;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the problem seems to be about the first part of the where statement I want to exclude all the dato_diagnose that have no value and include all where dato_diagnose&amp;lt;invisendt1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot find the mistake. Can you help me&lt;/P&gt;</description>
      <pubDate>Fri, 18 Dec 2020 10:59:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Problem-in-where-statement/m-p/706920#M26408</guid>
      <dc:creator>Jannie_D</dc:creator>
      <dc:date>2020-12-18T10:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in where statement</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Problem-in-where-statement/m-p/706922#M26409</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;where not missing(dato_diagnose) and dato_diagnose &amp;lt; invi_sendtdt1;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 18 Dec 2020 11:35:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Problem-in-where-statement/m-p/706922#M26409</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-12-18T11:35:10Z</dc:date>
    </item>
  </channel>
</rss>

