<?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: NMISS function in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/NMISS-function/m-p/714127#M27271</link>
    <description>x1 = 2 &lt;BR /&gt;x2 = 0&lt;BR /&gt;x3 = nmiss(2, 0) =&amp;gt; none are missing therefore this is 0 as well.&lt;BR /&gt;&lt;BR /&gt;Perhaps you mean to do &lt;BR /&gt;x3 = sum(x1, x2);</description>
    <pubDate>Mon, 25 Jan 2021 23:34:40 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2021-01-25T23:34:40Z</dc:date>
    <item>
      <title>NMISS function</title>
      <link>https://communities.sas.com/t5/New-SAS-User/NMISS-function/m-p/714125#M27270</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyone can explain why&amp;nbsp;x3=0? I thought x3 returns the number of missing values of {1, 0, ., 2, 5, ., 1, 0} (combine numbers for x1 and numbers for x2), so x3 should be 2, but it's 0. I get confused this.&lt;/P&gt;
&lt;PRE&gt; data one;                                                                                                                               
 x1=nmiss(1, 0, ., 2, 5, .);                                                                                                            
 x2=nmiss(1, 0);                                                                                                                        
 x3=nmiss(of x1-x2);                                                                                                                    
 put x1= x2= x3=;                                                                                                                       
run; 
&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Jan 2021 23:23:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/NMISS-function/m-p/714125#M27270</guid>
      <dc:creator>lc7033907</dc:creator>
      <dc:date>2021-01-25T23:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: NMISS function</title>
      <link>https://communities.sas.com/t5/New-SAS-User/NMISS-function/m-p/714127#M27271</link>
      <description>x1 = 2 &lt;BR /&gt;x2 = 0&lt;BR /&gt;x3 = nmiss(2, 0) =&amp;gt; none are missing therefore this is 0 as well.&lt;BR /&gt;&lt;BR /&gt;Perhaps you mean to do &lt;BR /&gt;x3 = sum(x1, x2);</description>
      <pubDate>Mon, 25 Jan 2021 23:34:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/NMISS-function/m-p/714127#M27271</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-01-25T23:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: NMISS function</title>
      <link>https://communities.sas.com/t5/New-SAS-User/NMISS-function/m-p/714288#M27281</link>
      <description>&lt;P&gt;Yes, you are right. I made a stupid error. I thought x1 and x2 are those numbers in the above, but actually they are returned values. Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jan 2021 15:26:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/NMISS-function/m-p/714288#M27281</guid>
      <dc:creator>lc7033907</dc:creator>
      <dc:date>2021-01-26T15:26:08Z</dc:date>
    </item>
  </channel>
</rss>

