<?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: date in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/date/m-p/8333#M291</link>
    <description>[pre]&lt;BR /&gt;
data _null_;&lt;BR /&gt;
  d = input('20100430', yymmdd8.);&lt;BR /&gt;
  put 'd=' d monname3. '-' d year2.;&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
writes to the log:&lt;BR /&gt;
[pre]d=Apr-10&lt;BR /&gt;
[/pre]</description>
    <pubDate>Tue, 28 Sep 2010 18:23:05 GMT</pubDate>
    <dc:creator>Tim_SAS</dc:creator>
    <dc:date>2010-09-28T18:23:05Z</dc:date>
    <item>
      <title>date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date/m-p/8329#M287</link>
      <description>I have a date 20100430.How to show it as Apr-10?</description>
      <pubDate>Tue, 28 Sep 2010 16:26:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date/m-p/8329#M287</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2010-09-28T16:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date/m-p/8330#M288</link>
      <description>Hi:&lt;BR /&gt;
  It depends is that value a character string or a number???? &lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 28 Sep 2010 17:27:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date/m-p/8330#M288</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-09-28T17:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date/m-p/8331#M289</link>
      <description>[pre]&lt;BR /&gt;
   proc format;&lt;BR /&gt;
     picture monyyd &lt;BR /&gt;
       low-high = '%b-%0y' (datatype=date);&lt;BR /&gt;
   run; &lt;BR /&gt;
   data _null_;&lt;BR /&gt;
      d = input('20100430', yymmdd8.);&lt;BR /&gt;
      f = propcase(put(d, monyyd6.));&lt;BR /&gt;
      put f=;&lt;BR /&gt;
   run;&lt;BR /&gt;
   /* on log&lt;BR /&gt;
   f=Apr-10&lt;BR /&gt;
   */&lt;BR /&gt;
[/pre]</description>
      <pubDate>Tue, 28 Sep 2010 17:29:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date/m-p/8331#M289</guid>
      <dc:creator>chang_y_chung_hotmail_com</dc:creator>
      <dc:date>2010-09-28T17:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date/m-p/8332#M290</link>
      <description>character</description>
      <pubDate>Tue, 28 Sep 2010 18:06:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date/m-p/8332#M290</guid>
      <dc:creator>SASPhile</dc:creator>
      <dc:date>2010-09-28T18:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date/m-p/8333#M291</link>
      <description>[pre]&lt;BR /&gt;
data _null_;&lt;BR /&gt;
  d = input('20100430', yymmdd8.);&lt;BR /&gt;
  put 'd=' d monname3. '-' d year2.;&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
writes to the log:&lt;BR /&gt;
[pre]d=Apr-10&lt;BR /&gt;
[/pre]</description>
      <pubDate>Tue, 28 Sep 2010 18:23:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date/m-p/8333#M291</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2010-09-28T18:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date/m-p/8334#M292</link>
      <description>There's a lot of good info on using SAS dates here.  Hopefully, this helps.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a002200738.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a002200738.htm&lt;/A&gt;</description>
      <pubDate>Mon, 13 Dec 2010 15:40:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date/m-p/8334#M292</guid>
      <dc:creator>PatrickG</dc:creator>
      <dc:date>2010-12-13T15:40:51Z</dc:date>
    </item>
  </channel>
</rss>

