<?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: Can I use is missing and in together? in Programming 1 and 2</title>
    <link>https://communities.sas.com/t5/Programming-1-and-2/Can-I-use-is-missing-and-in-together/m-p/845500#M1248</link>
    <description>NMISS() or CMISS() function instead.&lt;BR /&gt;&lt;BR /&gt;If numeric use NMISS, if character use CMISS, if mixed types use CMISS.&lt;BR /&gt;&lt;BR /&gt;It will return the number of missing values in the columns and you can use that for filtering. &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 21 Nov 2022 16:47:28 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2022-11-21T16:47:28Z</dc:date>
    <item>
      <title>Can I use is missing and in together?</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Can-I-use-is-missing-and-in-together/m-p/845495#M1247</link>
      <description>On lesson 3 filtering rows practice (2nd) level 1. Using SAS Studio.&lt;BR /&gt;&lt;BR /&gt;The problem is asking to check for rows with missing data on multiple (3) variables/columns.&lt;BR /&gt;&lt;BR /&gt;I've had trouble finding a clear answer in the documentation and in various places online (read: Google searches pulling up topics here and on stack overflow).&lt;BR /&gt;&lt;BR /&gt;I know I can say&lt;BR /&gt;where &amp;lt;column&amp;gt; is missing or &amp;lt;column2&amp;gt; is missing ...;&lt;BR /&gt;&lt;BR /&gt;And get everything back that I should.&lt;BR /&gt;&lt;BR /&gt;But that feels a bit unwieldy, and it seems like a good spot to try and combine operators if possible, yeah? I would like to check all three columns for missing values and return them within proc print, using a single where statement that isn't bogged down with repeated or's and "is missing"s.&lt;BR /&gt;&lt;BR /&gt;But I've tried a few different combinations of in and is missing and it's not really working. Wonder if I've just been doing this incorrectly...? Or if I just haven't gotten the ordering of operators/other syntax correct? Or maybe I'd just have to go about this in a completely different way?&lt;BR /&gt;&lt;BR /&gt;Thanks for any insight.</description>
      <pubDate>Mon, 21 Nov 2022 16:18:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Can-I-use-is-missing-and-in-together/m-p/845495#M1247</guid>
      <dc:creator>trashYug</dc:creator>
      <dc:date>2022-11-21T16:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use is missing and in together?</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Can-I-use-is-missing-and-in-together/m-p/845500#M1248</link>
      <description>NMISS() or CMISS() function instead.&lt;BR /&gt;&lt;BR /&gt;If numeric use NMISS, if character use CMISS, if mixed types use CMISS.&lt;BR /&gt;&lt;BR /&gt;It will return the number of missing values in the columns and you can use that for filtering. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Nov 2022 16:47:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Can-I-use-is-missing-and-in-together/m-p/845500#M1248</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-11-21T16:47:28Z</dc:date>
    </item>
  </channel>
</rss>

