<?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: What does  .N and .E  do? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/What-does-N-and-E-do/m-p/74426#M21592</link>
    <description>Thanks Scott. Now, I am clear about the differences between NULL and MISSING.</description>
    <pubDate>Thu, 08 Apr 2010 17:28:35 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-04-08T17:28:35Z</dc:date>
    <item>
      <title>What does  .N and .E  do?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/What-does-N-and-E-do/m-p/74421#M21587</link>
      <description>Hi, I have pasted a small piece of SAS code below. Can someone please tell me what is the meaning of .N and .E. What they return/do?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
case when cms.NEXT_PMT_DUE_DT is not null&lt;BR /&gt;
	then DATEPART(cms.NEXT_PMT_DUE_DT)&lt;BR /&gt;
	when cms.NEXT_PMT_DUE_DT is null&lt;BR /&gt;
&lt;B&gt;	then .N&lt;BR /&gt;
	else .E&lt;BR /&gt;
&lt;/B&gt;	end</description>
      <pubDate>Thu, 08 Apr 2010 16:54:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/What-does-N-and-E-do/m-p/74421#M21587</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-08T16:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: What does  .N and .E  do?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/What-does-N-and-E-do/m-p/74422#M21588</link>
      <description>Those are missing numeric values.  Besides using "." you can also use .A through .Z and ._ .  This is helpful when you want to keep track of different reasons why a value is missing.</description>
      <pubDate>Thu, 08 Apr 2010 17:09:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/What-does-N-and-E-do/m-p/74422#M21588</guid>
      <dc:creator>RickM</dc:creator>
      <dc:date>2010-04-08T17:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: What does  .N and .E  do?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/What-does-N-and-E-do/m-p/74423#M21589</link>
      <description>Thanks a lot Rick. Appreciate your help   &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 08 Apr 2010 17:12:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/What-does-N-and-E-do/m-p/74423#M21589</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-08T17:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: What does  .N and .E  do?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/What-does-N-and-E-do/m-p/74424#M21590</link>
      <description>Rick, &lt;BR /&gt;
&lt;BR /&gt;
Can you tell me how missing is different than NULL ?&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance.</description>
      <pubDate>Thu, 08 Apr 2010 17:19:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/What-does-N-and-E-do/m-p/74424#M21590</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-08T17:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: What does  .N and .E  do?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/What-does-N-and-E-do/m-p/74425#M21591</link>
      <description>Suggested reading on SAS PROC SQL and MISSING / NULL condition - link below.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/sqlproc/62086/HTML/default/a001409512.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/sqlproc/62086/HTML/default/a001409512.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Suggested Google advanced search argument, this topic/post:&lt;BR /&gt;
&lt;BR /&gt;
proc sql missing value null site:sas.com</description>
      <pubDate>Thu, 08 Apr 2010 17:22:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/What-does-N-and-E-do/m-p/74425#M21591</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-04-08T17:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: What does  .N and .E  do?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/What-does-N-and-E-do/m-p/74426#M21592</link>
      <description>Thanks Scott. Now, I am clear about the differences between NULL and MISSING.</description>
      <pubDate>Thu, 08 Apr 2010 17:28:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/What-does-N-and-E-do/m-p/74426#M21592</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-08T17:28:35Z</dc:date>
    </item>
  </channel>
</rss>

