<?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: Finding missing values from Variables Data in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Finding-missing-values-from-Variables-Data/m-p/280311#M56624</link>
    <description>&lt;P&gt;Try this...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data want;&lt;BR /&gt;input id name $ gender $;&lt;BR /&gt;if missing(id) then Miss_id="Yes Id missing";&lt;BR /&gt;if missing(name) then Miss_name="Yes name missing";&lt;BR /&gt;if missing(gender) then Miss_gender="Yes gender missing";&lt;/P&gt;
&lt;P&gt;cards;&lt;BR /&gt;101 ram male&lt;BR /&gt;. &amp;nbsp; &amp;nbsp; &amp;nbsp;tony male&lt;BR /&gt;103 &amp;nbsp;. &amp;nbsp; &amp;nbsp; female&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jun 2016 03:49:31 GMT</pubDate>
    <dc:creator>LittlesasMaster</dc:creator>
    <dc:date>2016-06-27T03:49:31Z</dc:date>
    <item>
      <title>Finding missing values from Variables Data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-missing-values-from-Variables-Data/m-p/280203#M56574</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to Know , how to find missing values in Varible data of any Data set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is an example OF DATASET&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ID &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Name &amp;nbsp; &amp;nbsp; Gender&lt;/P&gt;&lt;P&gt;101 &amp;nbsp; &amp;nbsp; &amp;nbsp;RaM &amp;nbsp; &amp;nbsp; &amp;nbsp; mALE&lt;/P&gt;&lt;P&gt;. &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tONY &amp;nbsp; &amp;nbsp; &amp;nbsp;mALE&lt;/P&gt;&lt;P&gt;103 &amp;nbsp; &amp;nbsp; &amp;nbsp; . &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fEMALE&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jun 2016 13:45:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-missing-values-from-Variables-Data/m-p/280203#M56574</guid>
      <dc:creator>Riteshdell</dc:creator>
      <dc:date>2016-06-26T13:45:59Z</dc:date>
    </item>
    <item>
      <title>Re: Finding missing values from Variables Data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-missing-values-from-Variables-Data/m-p/280211#M56579</link>
      <description>&lt;P&gt;Ok. So what do you want as an output?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Missing values for character variables are spaces and a period for numeric. You can also look into the missing function.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The docs are pretty clear on missing values.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a002316433.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a002316433.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jun 2016 14:29:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-missing-values-from-Variables-Data/m-p/280211#M56579</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-06-26T14:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Finding missing values from Variables Data</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-missing-values-from-Variables-Data/m-p/280311#M56624</link>
      <description>&lt;P&gt;Try this...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data want;&lt;BR /&gt;input id name $ gender $;&lt;BR /&gt;if missing(id) then Miss_id="Yes Id missing";&lt;BR /&gt;if missing(name) then Miss_name="Yes name missing";&lt;BR /&gt;if missing(gender) then Miss_gender="Yes gender missing";&lt;/P&gt;
&lt;P&gt;cards;&lt;BR /&gt;101 ram male&lt;BR /&gt;. &amp;nbsp; &amp;nbsp; &amp;nbsp;tony male&lt;BR /&gt;103 &amp;nbsp;. &amp;nbsp; &amp;nbsp; female&lt;BR /&gt;;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2016 03:49:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-missing-values-from-Variables-Data/m-p/280311#M56624</guid>
      <dc:creator>LittlesasMaster</dc:creator>
      <dc:date>2016-06-27T03:49:31Z</dc:date>
    </item>
  </channel>
</rss>

