<?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: determining weekdays character variable in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/determining-weekdays-character-variable/m-p/271180#M56649</link>
    <description>&lt;P&gt;First, convert the character variable to a SAS date:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;internship_date_d = input(internship_date,yymmdd8.);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then, either use the weekday() function to obtain a number (0..6) that identifies the weekday, or use the weekday. format to display teh same number.&lt;/P&gt;
&lt;P&gt;Or use the downame. format to display the English names of the weekdays.&lt;/P&gt;</description>
    <pubDate>Wed, 18 May 2016 05:50:32 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2016-05-18T05:50:32Z</dc:date>
    <item>
      <title>determining weekdays character variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/determining-weekdays-character-variable/m-p/271162#M56648</link>
      <description>&lt;P&gt;I have a&amp;nbsp;character variable internship_date in the following format (20000130) and would like to get the week days?&lt;/P&gt;&lt;P&gt;Any ideas?&amp;nbsp;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 04:17:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/determining-weekdays-character-variable/m-p/271162#M56648</guid>
      <dc:creator>archibald</dc:creator>
      <dc:date>2016-05-18T04:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: determining weekdays character variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/determining-weekdays-character-variable/m-p/271180#M56649</link>
      <description>&lt;P&gt;First, convert the character variable to a SAS date:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;internship_date_d = input(internship_date,yymmdd8.);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then, either use the weekday() function to obtain a number (0..6) that identifies the weekday, or use the weekday. format to display teh same number.&lt;/P&gt;
&lt;P&gt;Or use the downame. format to display the English names of the weekdays.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 05:50:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/determining-weekdays-character-variable/m-p/271180#M56649</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-05-18T05:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: determining weekdays character variable</title>
      <link>https://communities.sas.com/t5/SAS-Programming/determining-weekdays-character-variable/m-p/271565#M56650</link>
      <description>&lt;P&gt;You saved the day! thank you very much!&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2016 01:10:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/determining-weekdays-character-variable/m-p/271565#M56650</guid>
      <dc:creator>archibald</dc:creator>
      <dc:date>2016-05-19T01:10:17Z</dc:date>
    </item>
  </channel>
</rss>

