<?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: Turning a date into the acutal Day 'Monday'...etc. in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Turning-a-date-into-the-acutal-Day-Monday-etc/m-p/54636#M15164</link>
    <description>That did it!  THANK YOU!</description>
    <pubDate>Thu, 21 Apr 2011 14:24:25 GMT</pubDate>
    <dc:creator>lgtea57</dc:creator>
    <dc:date>2011-04-21T14:24:25Z</dc:date>
    <item>
      <title>Turning a date into the acutal Day 'Monday'...etc.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Turning-a-date-into-the-acutal-Day-Monday-etc/m-p/54634#M15162</link>
      <description>I have a data set that has info on airline flights for the month of march, 2010.  I need to analysis which day of the week flights arrived on time most often and least often.&lt;BR /&gt;
&lt;BR /&gt;
I am able to pull the numeric day out of the date by using : day=day(date);&lt;BR /&gt;
but that is only returning a number.  Does SAS know the days of the week based on the date?  If so, how do I code?&lt;BR /&gt;
&lt;BR /&gt;
Thanks!!</description>
      <pubDate>Thu, 21 Apr 2011 13:55:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Turning-a-date-into-the-acutal-Day-Monday-etc/m-p/54634#M15162</guid>
      <dc:creator>lgtea57</dc:creator>
      <dc:date>2011-04-21T13:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Turning a date into the acutal Day 'Monday'...etc.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Turning-a-date-into-the-acutal-Day-Monday-etc/m-p/54635#M15163</link>
      <description>While you could use a custom format or a series of if statements try using the weekdate9. format on the original date variable with a put function.&lt;BR /&gt;
&lt;BR /&gt;
Good luck!</description>
      <pubDate>Thu, 21 Apr 2011 14:08:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Turning-a-date-into-the-acutal-Day-Monday-etc/m-p/54635#M15163</guid>
      <dc:creator>RickM</dc:creator>
      <dc:date>2011-04-21T14:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Turning a date into the acutal Day 'Monday'...etc.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Turning-a-date-into-the-acutal-Day-Monday-etc/m-p/54636#M15164</link>
      <description>That did it!  THANK YOU!</description>
      <pubDate>Thu, 21 Apr 2011 14:24:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Turning-a-date-into-the-acutal-Day-Monday-etc/m-p/54636#M15164</guid>
      <dc:creator>lgtea57</dc:creator>
      <dc:date>2011-04-21T14:24:25Z</dc:date>
    </item>
  </channel>
</rss>

