<?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 format needed to convert 01/24/13 character date to sas date in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177922#M34031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options yearcutoff = &amp;lt;4 digit year&amp;gt; ;&lt;/P&gt;&lt;P&gt;will change the default year to consider 2 digit years.&lt;/P&gt;&lt;P&gt;Of course since OP shouldn't have any valid dates in 2020 that should be acceptable. The question would be are any of the dates like 01/24/12 &lt;STRONG&gt;supposed&lt;/STRONG&gt; to be from 1912. If so there will be a much greater challenge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And didn't anyone learn, oh about 15 years ago, that 2 digit years are time bombs waiting to happen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 May 2014 20:19:40 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2014-05-30T20:19:40Z</dc:date>
    <item>
      <title>date format needed to convert 01/24/13 character date to sas date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177913#M34022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have character dates in this format: &lt;/P&gt;&lt;P&gt;for Jan 24, 2013:&amp;nbsp; 01/24/13 so it's mm/dd/yy, etc....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to convert them to date9. format but this isn't working and I cannot find a comprehensive list of sas date formats though I searched sas documentation and google.&lt;/P&gt;&lt;P&gt;I'd like to use an array since I have to convert more than one date.&lt;/P&gt;&lt;P&gt;Any help you can give is much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;data dates;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;set&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; old;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;array&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; vaccines polio1 polio2 polio3 polio4 polio5 dtp1 dtp2 dtp3 dtp4 dtp5 mmr1 mmr2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;do&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;over&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; vaccines;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008080; font-size: 10pt; font-family: Courier New;"&gt; vaccines= input (vaccines, date9.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;end;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 19:18:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177913#M34022</guid>
      <dc:creator>jcis7</dc:creator>
      <dc:date>2014-05-29T19:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: date format needed to convert 01/24/13 character date to sas date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177914#M34023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mmddyy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 19:22:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177914#M34023</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2014-05-29T19:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: date format needed to convert 01/24/13 character date to sas date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177915#M34024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2 problems, you are trying to change variable from character to numeric, won't happen. You'll need to create a new variable to hold the numeric.&lt;/P&gt;&lt;P&gt;Second wrong informat.&lt;/P&gt;&lt;P&gt;trtL&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; color: #0000ff; font-size: 10pt;"&gt;array&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: 10pt;"&gt; vaccines polio1 polio2 polio3 polio4 polio5 dtp1 dtp2 dtp3 dtp4 dtp5 mmr1 mmr2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; color: #0000ff; font-size: 10pt;"&gt;array&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: 10pt;"&gt; nvac&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; npolio1 npolio2 npolio3 npolio4 npolio5 ndtp1 ndtp2 ndtp3 ndtp4 ndtp5 nmmr1 nmmr2;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; color: #0000ff; font-size: 10pt;"&gt;do&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; color: #0000ff; font-size: 10pt;"&gt;_i_ = 1 to dim(vaccines)&lt;/SPAN&gt;&lt;SPAN style="font-family: Courier New; font-size: 10pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; nvac[_i_] = input(vaccines[_i_],mmddyy8.);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; font-size: 10pt;"&gt;end;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New; font-size: 10pt;"&gt;format npolio1 npolio2 npolio3 npolio4 npolio5 ndtp1 ndtp2 ndtp3 ndtp4 ndtp5 nmmr1 nmmr2 date9.; /* sas dates are number offset from 1jan1960 so you use a Format to display them as you would like.*/&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 19:25:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177915#M34024</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-05-29T19:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: date format needed to convert 01/24/13 character date to sas date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177916#M34025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data have;&lt;/P&gt;&lt;P&gt;dt="01/24/13";&lt;/P&gt;&lt;P&gt;dt_new=input(dt,mmddyy8.);&lt;/P&gt;&lt;P&gt;format dt_new date9.;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc print data=have;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 19:26:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177916#M34025</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-05-29T19:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: date format needed to convert 01/24/13 character date to sas date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177917#M34026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 19:44:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177917#M34026</guid>
      <dc:creator>jcis7</dc:creator>
      <dc:date>2014-05-29T19:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: date format needed to convert 01/24/13 character date to sas date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177918#M34027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When SAS formats the date using date9., the years are in the 1920s although the majority&amp;nbsp; of them are actually 2008.&amp;nbsp; The month and day are correct.&amp;nbsp;&amp;nbsp; What am I doing wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 18:43:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177918#M34027</guid>
      <dc:creator>jcis7</dc:creator>
      <dc:date>2014-05-30T18:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: date format needed to convert 01/24/13 character date to sas date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177919#M34028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does your dataset contain dates like 01/24/20, 03/12/20 ending with 20?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 19:25:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177919#M34028</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-05-30T19:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: date format needed to convert 01/24/13 character date to sas date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177920#M34029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's one way to get 1920.&lt;/P&gt;&lt;DIV style="font-family: Courier New; font-size: 11pt;"&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;data&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;_null_&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; d=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;'01/01/2014'&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; y=input(d,&lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;mmddyy8.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;);&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;x&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=input(d,&lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;mmddyy10.&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;);&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;format&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; y x &lt;/SPAN&gt;&lt;SPAN style="color: #008080; background-color: #ffffff;"&gt;date11.&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;put&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;_all_&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;run&lt;/STRONG&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;BR /&gt;d=&lt;/SPAN&gt;&lt;STRONG style="color: #008080; background-color: #ffffff;"&gt;01&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;/&lt;/SPAN&gt;&lt;STRONG style="color: #008080; background-color: #ffffff;"&gt;01&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;/&lt;/SPAN&gt;&lt;STRONG style="color: #008080; background-color: #ffffff;"&gt;2014&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; y=&lt;/SPAN&gt;&lt;STRONG style="color: #008080; background-color: #ffffff;"&gt;01&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;-JAN-&lt;/SPAN&gt;&lt;STRONG style="color: #008080; background-color: #ffffff;"&gt;1920&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; x=&lt;/SPAN&gt;&lt;STRONG style="color: #008080; background-color: #ffffff;"&gt;01&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;-JAN-&lt;/SPAN&gt;&lt;STRONG style="color: #008080; background-color: #ffffff;"&gt;2014&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; _ERROR_=&lt;/SPAN&gt;&lt;STRONG style="color: #008080; background-color: #ffffff;"&gt;0&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; _N_=&lt;/SPAN&gt;&lt;STRONG style="color: #008080; background-color: #ffffff;"&gt;1&lt;/STRONG&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 19:38:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177920#M34029</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2014-05-30T19:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: date format needed to convert 01/24/13 character date to sas date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177921#M34030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks data_null_ for your input. As in original post date years' format is based on two digits. Informat mmddyy8. will produce 1920 for years ending with 20, because of yearcutoff range 1920 to 2019.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naeem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 19:54:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177921#M34030</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-05-30T19:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: date format needed to convert 01/24/13 character date to sas date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177922#M34031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options yearcutoff = &amp;lt;4 digit year&amp;gt; ;&lt;/P&gt;&lt;P&gt;will change the default year to consider 2 digit years.&lt;/P&gt;&lt;P&gt;Of course since OP shouldn't have any valid dates in 2020 that should be acceptable. The question would be are any of the dates like 01/24/12 &lt;STRONG&gt;supposed&lt;/STRONG&gt; to be from 1912. If so there will be a much greater challenge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And didn't anyone learn, oh about 15 years ago, that 2 digit years are time bombs waiting to happen?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 20:19:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177922#M34031</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-05-30T20:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: date format needed to convert 01/24/13 character date to sas date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177923#M34032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 21:04:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177923#M34032</guid>
      <dc:creator>jcis7</dc:creator>
      <dc:date>2014-05-30T21:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: date format needed to convert 01/24/13 character date to sas date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177924#M34033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the original MS Excel spreadsheet I am importing from was from someone that didn't follow directions (i.e., they were supposed to give a date formatted field, not a text field with a 2-digit month, day, and year).&amp;nbsp; All years are 07 through 14 (i.e, 2007 through 2014). I inserted options yearcutoff=1950 after reading &lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a002200738.htm" title="http://support.sas.com/documentation/cdl/en/lrcon/62955/HTML/default/viewer.htm#a002200738.htm"&gt;SAS(R) 9.2 Language Reference: Concepts, Second Edition&lt;/A&gt;&amp;nbsp;&amp;nbsp; but I ended up with all formatted sas years in 2020.&amp;nbsp; What am I missing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 21:23:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177924#M34033</guid>
      <dc:creator>jcis7</dc:creator>
      <dc:date>2014-05-30T21:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: date format needed to convert 01/24/13 character date to sas date</title>
      <link>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177925#M34034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually need to convert the dates from&amp;nbsp; two-digit years (i.e, 07) to a sas date which is equivalent to&amp;nbsp; 2007, then format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 22:14:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/date-format-needed-to-convert-01-24-13-character-date-to-sas/m-p/177925#M34034</guid>
      <dc:creator>jcis7</dc:creator>
      <dc:date>2014-05-30T22:14:52Z</dc:date>
    </item>
  </channel>
</rss>

