<?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: Sas Help Dates in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Sas-Help-Dates/m-p/565357#M11170</link>
    <description>&lt;P&gt;If you're looking to find the observations in your data that have missing values, you could use the cmiss function to count the number of missing values in the date variables and then output those observations where there are more than one. It would look something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data out;
set in;
if cmiss(date1,date2,date3) &amp;gt; 0 then output;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 11 Jun 2019 18:50:06 GMT</pubDate>
    <dc:creator>ebowen</dc:creator>
    <dc:date>2019-06-11T18:50:06Z</dc:date>
    <item>
      <title>Sas Help Dates</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Sas-Help-Dates/m-p/565352#M11169</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am relatively new to SAS&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have three data columns with completion dates over 3 days. Some days do not have a date and some do which would indicate completion. How do i check which cells have dates completed across the board for all three days.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 18:39:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Sas-Help-Dates/m-p/565352#M11169</guid>
      <dc:creator>UMR13</dc:creator>
      <dc:date>2019-06-11T18:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sas Help Dates</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Sas-Help-Dates/m-p/565357#M11170</link>
      <description>&lt;P&gt;If you're looking to find the observations in your data that have missing values, you could use the cmiss function to count the number of missing values in the date variables and then output those observations where there are more than one. It would look something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data out;
set in;
if cmiss(date1,date2,date3) &amp;gt; 0 then output;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 11 Jun 2019 18:50:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Sas-Help-Dates/m-p/565357#M11170</guid>
      <dc:creator>ebowen</dc:creator>
      <dc:date>2019-06-11T18:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sas Help Dates</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Sas-Help-Dates/m-p/565358#M11171</link>
      <description>Or you could look for observations with no missing values by asking for:&lt;BR /&gt;if cmiss(d1,d2,d3) = 0 then output;</description>
      <pubDate>Tue, 11 Jun 2019 18:51:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Sas-Help-Dates/m-p/565358#M11171</guid>
      <dc:creator>ebowen</dc:creator>
      <dc:date>2019-06-11T18:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sas Help Dates</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Sas-Help-Dates/m-p/565360#M11172</link>
      <description>&lt;P&gt;Thank you very much for your speedy reply. This helped Tremendously.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 19:02:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Sas-Help-Dates/m-p/565360#M11172</guid>
      <dc:creator>UMR13</dc:creator>
      <dc:date>2019-06-11T19:02:42Z</dc:date>
    </item>
  </channel>
</rss>

