<?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: How to differentiate a column value is a null or blank? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-differentiate-a-column-value-is-a-null-or-blank/m-p/65870#M18782</link>
    <description>There is also a MISSING() function in the datastep. It accepts both numeric and character variables. They syntax to check whether a variable called VAR1 has a missing value would be:&lt;BR /&gt;
&lt;BR /&gt;
if missing(VAR1) then ...</description>
    <pubDate>Fri, 21 Aug 2009 18:20:31 GMT</pubDate>
    <dc:creator>sfleming</dc:creator>
    <dc:date>2009-08-21T18:20:31Z</dc:date>
    <item>
      <title>How to differentiate a column value is a null or blank?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-differentiate-a-column-value-is-a-null-or-blank/m-p/65868#M18780</link>
      <description>Hi guys,&lt;BR /&gt;
&lt;BR /&gt;
If I have a column that accept null value, how can I check whether the column is a null or is a blank(' ')?&lt;BR /&gt;
&lt;BR /&gt;
Is there a function for it?&lt;BR /&gt;
&lt;BR /&gt;
Thanks &lt;BR /&gt;
&lt;BR /&gt;
Yours Sincerely,&lt;BR /&gt;
helphelp</description>
      <pubDate>Fri, 21 Aug 2009 03:20:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-differentiate-a-column-value-is-a-null-or-blank/m-p/65868#M18780</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-08-21T03:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to differentiate a column value is a null or blank?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-differentiate-a-column-value-is-a-null-or-blank/m-p/65869#M18781</link>
      <description>I assume this is a char column.&lt;BR /&gt;
In SAS, blank means MISSING (aka NULL), which is different compared to how most RDBMS work. If your data does not reside in SAS table, you could might use SQL pass-thru to accomplish this.&lt;BR /&gt;
/Linus</description>
      <pubDate>Fri, 21 Aug 2009 07:08:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-differentiate-a-column-value-is-a-null-or-blank/m-p/65869#M18781</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-08-21T07:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to differentiate a column value is a null or blank?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-differentiate-a-column-value-is-a-null-or-blank/m-p/65870#M18782</link>
      <description>There is also a MISSING() function in the datastep. It accepts both numeric and character variables. They syntax to check whether a variable called VAR1 has a missing value would be:&lt;BR /&gt;
&lt;BR /&gt;
if missing(VAR1) then ...</description>
      <pubDate>Fri, 21 Aug 2009 18:20:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-differentiate-a-column-value-is-a-null-or-blank/m-p/65870#M18782</guid>
      <dc:creator>sfleming</dc:creator>
      <dc:date>2009-08-21T18:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to differentiate a column value is a null or blank?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-differentiate-a-column-value-is-a-null-or-blank/m-p/65871#M18783</link>
      <description>Hi:&lt;BR /&gt;
  This documentation topic contains some useful information. Partly it depends on whether you are accessing relational database data or other data and what -exactly- NULL means in that data format.&lt;BR /&gt;
 &lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/acreldb/61890/HTML/default/a001924296.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/acreldb/61890/HTML/default/a001924296.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 21 Aug 2009 20:13:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-differentiate-a-column-value-is-a-null-or-blank/m-p/65871#M18783</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-08-21T20:13:12Z</dc:date>
    </item>
  </channel>
</rss>

