<?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: Struggles in converting &amp;quot;MM/DD/YYYY&amp;quot; character string to SAS datetime. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383700#M91543</link>
    <description>If it doesn't like nulls for hours and minutes then use zero instead.&lt;BR /&gt;</description>
    <pubDate>Fri, 28 Jul 2017 13:57:39 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2017-07-28T13:57:39Z</dc:date>
    <item>
      <title>Struggles in converting "MM/DD/YYYY" character string to SAS datetime.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383666#M91532</link>
      <description>&lt;P&gt;Hi friends,&lt;BR /&gt;&lt;BR /&gt;I have some data that I need to subset based on which dates given as "MM/DD/YYYY" are between a certain range of dates (say -- a 10 week period starting December 2015). I have tried quite a lot of things to convert my date variable into SAS datetimes so that I can then use a where statement to subset to what I want. I've read A LOT of existing conversations on problems like this, but to no avail. My current code looks like (weekdate is the variable name):&lt;BR /&gt;&lt;BR /&gt;data testdate;&lt;BR /&gt;set perm.my_data_set(obs=50);&lt;BR /&gt;new_date = dhms(input(weekdate, "MMDDYY8."),,,0);&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;....and then proc print, etc. From here I get the error:&lt;BR /&gt;&lt;BR /&gt;ERROR 85-322: Expecting a format name.&lt;BR /&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;BR /&gt;&lt;BR /&gt;Any help would be very appreciated. I've also done some stuff with input(), put(), and format(). Again -- errors galore.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Representative data of variable in question:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;weekdate&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;10/5/2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/31/2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5/24/2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/19/2016&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;7/20/2016&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12/1/2015&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Fri, 28 Jul 2017 13:10:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383666#M91532</guid>
      <dc:creator>sirmurphalot</dc:creator>
      <dc:date>2017-07-28T13:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Struggles in converting "MM/DD/YYYY" character string to SAS datetime.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383668#M91533</link>
      <description>&lt;P&gt;Please show some representative/sample data, so that someone could help you. Otherwise it is very difficult to guess.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 13:05:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383668#M91533</guid>
      <dc:creator>kiranv_</dc:creator>
      <dc:date>2017-07-28T13:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Struggles in converting "MM/DD/YYYY" character string to SAS datetime.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383669#M91534</link>
      <description>&lt;P&gt;Certainly! &amp;nbsp;The head of the variable in question looks like:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;weekdate&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;5/8/2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;9/31/2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;11/20/2015&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/29/2016&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4/20/2016&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;11/8/2015&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 13:08:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383669#M91534</guid>
      <dc:creator>sirmurphalot</dc:creator>
      <dc:date>2017-07-28T13:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: Struggles in converting "MM/DD/YYYY" character string to SAS datetime.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383671#M91536</link>
      <description>&lt;P&gt;The INPUT() function does not want the format as a string, just specify the actual format directly. &amp;nbsp;Make sure to use a width that is long enough.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;input(weekdate, MMDDYY10.)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you do want to provide the format as a string , say via a character variable in your data, then you could use the INPUTN() function. There is also an INPUTC() function for generating character results.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 13:22:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383671#M91536</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-07-28T13:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Struggles in converting "MM/DD/YYYY" character string to SAS datetime.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383698#M91542</link>
      <description>&lt;P&gt;With this edited line I get this new error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;new_date = dhms(input(weekdate, MMDDYY8.),,,0);&lt;BR /&gt;&lt;BR /&gt;ERROR 159-185: Null parameters for DHMS are invalid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;----------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;If I just use the line:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;new_date = input(weekdate, MMDDYY8.);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;things run, but I get the result of:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="0" cellspacing="0" cellpadding="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;new_date&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;which isn't useful for eventually using a where statement to subset my data.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 13:54:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383698#M91542</guid>
      <dc:creator>sirmurphalot</dc:creator>
      <dc:date>2017-07-28T13:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Struggles in converting "MM/DD/YYYY" character string to SAS datetime.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383700#M91543</link>
      <description>If it doesn't like nulls for hours and minutes then use zero instead.&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Jul 2017 13:57:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383700#M91543</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-07-28T13:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Struggles in converting "MM/DD/YYYY" character string to SAS datetime.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383703#M91545</link>
      <description>&lt;P&gt;Sorry, perhaps I should have mentioned that I am very new to SAS. &amp;nbsp;How would I go about doing that?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 14:06:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383703#M91545</guid>
      <dc:creator>sirmurphalot</dc:creator>
      <dc:date>2017-07-28T14:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Struggles in converting "MM/DD/YYYY" character string to SAS datetime.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383708#M91548</link>
      <description>&lt;P&gt;You can use the INPUT() function with the MMDDYY10 informat to convert your date strings into date values.&lt;/P&gt;
&lt;P&gt;You can use the DHMS() function to convert a date value to a datetime value.&lt;/P&gt;
&lt;P&gt;Don't forget to attach formats to the variables so that they print the values in a way that humans can understand them.&lt;/P&gt;
&lt;P&gt;Here is an example program using some the example string values that you posted.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
  input weekdate $20. ;
  new_date=input(weekdate,mmddyy10.);
  new_datetime = dhms(new_date,0,0,0);
  format new_date date9. new_datetime datetime20. ;
cards;
10/5/2015
1/31/2015
5/24/2015
1/19/2016
7/20/2016
12/1/2015
;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;That will produce&lt;/P&gt;
&lt;PRE&gt;Obs    weekdate      new_date            new_datetime

 1     10/5/2015    05OCT2015      05OCT2015:00:00:00
 2     1/31/2015    31JAN2015      31JAN2015:00:00:00
 3     5/24/2015    24MAY2015      24MAY2015:00:00:00
 4     1/19/2016    19JAN2016      19JAN2016:00:00:00
 5     7/20/2016    20JUL2016      20JUL2016:00:00:00
 6     12/1/2015    01DEC2015      01DEC2015:00:00:00
&lt;/PRE&gt;
&lt;P&gt;Do you know if you actually need datetime values instead of date values?&lt;/P&gt;
&lt;P&gt;So your program should look like.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data testdate;
  set perm.my_data_set(obs=50);
  new_date = dhms(input(weekdate, MMDDYY10.),0,0,0);
  format new_date datetime20. ;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 28 Jul 2017 14:15:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383708#M91548</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-07-28T14:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Struggles in converting "MM/DD/YYYY" character string to SAS datetime.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383721#M91552</link>
      <description>&lt;P&gt;I don't think I have any preference for datetime vs. date -- all I need is to eventually subset on this variable using a where statement. &amp;nbsp;I ran the end code you gave and I am again only getting "." values on the new variable. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quick question about your example -- to use the "cards" function must I explicitly copy down the values of the variable? &amp;nbsp;Is it possible to do:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;weekdate&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for all the help!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 14:41:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383721#M91552</guid>
      <dc:creator>sirmurphalot</dc:creator>
      <dc:date>2017-07-28T14:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Struggles in converting "MM/DD/YYYY" character string to SAS datetime.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383734#M91555</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/156041"&gt;@sirmurphalot&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Quick question about your example -- to use the "cards" function must I explicitly copy down the values of the variable? &amp;nbsp;Is it possible to do:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cards;&lt;/P&gt;
&lt;P&gt;weekdate&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for all the help!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;In a word, no. &amp;nbsp;I posted the data step with the in-line data so that you could see a working example. If you already have a dataset and a variable then you want to use a SET statement (or MERGE, UPDATE, MODIFY, etc.) to bring in the values from your existing dataset instead of reading values from a text file (INFILE) or in-line stream (CARDS or as they now call it DATALINES).&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;If you are getting missing values then your source dataset is not like what you reported to us.&lt;/P&gt;
&lt;P&gt;Check your input variable. Is it character? or is it a numeric variable that already has a format attached to it?&lt;/P&gt;
&lt;P&gt;Are you getting notes in log about converting numbers to characters or vice versa? &amp;nbsp;Are you getting notes about uninitialized variables?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Post the actual text from your SAS log. Remember to use the Insert Code button (looks like {i}) on the tool bar to preserve the formatting.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 14:55:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383734#M91555</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-07-28T14:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Struggles in converting "MM/DD/YYYY" character string to SAS datetime.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383778#M91566</link>
      <description>&lt;P&gt;I found a note from the log saying that my input variable was numeric, so I ran the following code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;13         
14         data testdate;
15         	set perm.my_data(obs=50);
16         	/* Find new code below */
17         	date2 = input(put(weekdate,10.), MMDDYY10.);
18         	format date2 MMDDYY10. ;
19         run;

NOTE: There were 50 observations read from the data set PERM.MY_DATA.
NOTE: The data set WORK.TESTDATE has 50 observations and 42 variables.&lt;/PRE&gt;&lt;P&gt;This worked -- but now I am confronted with a strange new problem. &amp;nbsp;When I output my data to take a look I am getting this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;weekdate&lt;/TD&gt;&lt;TD&gt;date2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;10/10/2015&lt;/TD&gt;&lt;TD&gt;2/3/1971&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;10/31/2015&lt;/TD&gt;&lt;TD&gt;2/3/1992&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;11/28/2015&lt;/TD&gt;&lt;TD&gt;2/4/2020&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1/23/2016&lt;/TD&gt;&lt;TD&gt;2/4/1976&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2/20/2016&lt;/TD&gt;&lt;TD&gt;2/5/2004&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;12/19/2015&lt;/TD&gt;&lt;TD&gt;2/4/1941&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea why I am getting weird new dates for date2?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 15:52:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383778#M91566</guid>
      <dc:creator>sirmurphalot</dc:creator>
      <dc:date>2017-07-28T15:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Struggles in converting "MM/DD/YYYY" character string to SAS datetime.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383799#M91570</link>
      <description>&lt;P&gt;Looks like you already have a date variable. What are you trying to create?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your code took a date value. &amp;nbsp;Printed the raw number of days since 1960 as a number. Then interpreted that number as if was formatted in MMDDYY order. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;765  data test;
766    input (weekdate new_date) (:mmddyy10.);
767    put 'Input line ' _infile_;
768    put 'RAW        '  (weekdate new_date) (=) ;
769    put 'DATE9.     '  (weekdate new_date) (=date9.) ;
770  cards;

Input line 10/10/2015  2/3/1971
RAW        weekdate=20371 new_date=4051
DATE9.     weekdate=10OCT2015 new_date=03FEB1971
&lt;/PRE&gt;
&lt;P&gt;So the date '10OCT2015'd is day number 20,371 in SAS's method of storing dates. &amp;nbsp;So the PUT(weekday,10.) function generated the string ' &amp;nbsp; &amp;nbsp; 20371'. &amp;nbsp;You then read that using MMDDYY10 informat. So the '71' was interpreted as the year, the '03' as the day of the month and '2' as month of the year. 2071 would be in the future so it used 1971 instead. So you got '03FEB1971'd.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 16:25:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383799#M91570</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-07-28T16:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Struggles in converting "MM/DD/YYYY" character string to SAS datetime.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383842#M91585</link>
      <description>Thanks for all your help -- I appreciate it.</description>
      <pubDate>Fri, 28 Jul 2017 17:42:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Struggles-in-converting-quot-MM-DD-YYYY-quot-character-string-to/m-p/383842#M91585</guid>
      <dc:creator>sirmurphalot</dc:creator>
      <dc:date>2017-07-28T17:42:29Z</dc:date>
    </item>
  </channel>
</rss>

