<?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 Counting the number of rows that contain one or missing values in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Counting-the-number-of-rows-that-contain-one-or-missing-values/m-p/385542#M92238</link>
    <description>&lt;P&gt;I have a large data set and want to count the number of rows that contain one or more missing values. Was just wandering how to go about doing this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
    <pubDate>Fri, 04 Aug 2017 01:28:44 GMT</pubDate>
    <dc:creator>BenBrady</dc:creator>
    <dc:date>2017-08-04T01:28:44Z</dc:date>
    <item>
      <title>Counting the number of rows that contain one or missing values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Counting-the-number-of-rows-that-contain-one-or-missing-values/m-p/385542#M92238</link>
      <description>&lt;P&gt;I have a large data set and want to count the number of rows that contain one or more missing values. Was just wandering how to go about doing this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 01:28:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Counting-the-number-of-rows-that-contain-one-or-missing-values/m-p/385542#M92238</guid>
      <dc:creator>BenBrady</dc:creator>
      <dc:date>2017-08-04T01:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Counting the number of rows that contain one or missing values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Counting-the-number-of-rows-that-contain-one-or-missing-values/m-p/385544#M92240</link>
      <description>&lt;P&gt;Something like this pehaps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data want;&lt;BR /&gt;set have end=last;&amp;nbsp;&lt;BR /&gt;if cmiss(of _char_) or nmiss(of _numeric_)&amp;gt;=1 then count+1;&lt;/P&gt;&lt;P&gt;if last;&lt;BR /&gt;keep count;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 01:39:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Counting-the-number-of-rows-that-contain-one-or-missing-values/m-p/385544#M92240</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2017-08-04T01:39:53Z</dc:date>
    </item>
  </channel>
</rss>

