<?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: How do I work with SAS dates when formatted differently in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822387#M324745</link>
    <description>&lt;P&gt;This is not a format problem. SAS always uses the un-formatted values to do this math, and so whatever formats are used are irrelevant. The interpretation is that some of your enddate values are before the corresponding startdate values.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jul 2022 22:39:44 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2022-07-08T22:39:44Z</dc:date>
    <item>
      <title>How do I work with SAS dates when formatted differently</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822382#M324742</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I am working with a dataset and carried out difference in recorded dates using the intck function as below:&lt;/P&gt;&lt;P&gt;dif = intck ('day’, startdate, enddate, 'DISCRETE');&lt;/P&gt;&lt;P&gt;The sample result is shown below:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;dif&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;frequency&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;percent&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;-6&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;18&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0.03&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;-5&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;15&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0.03&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;-4&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;20&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0.04&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;-3&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;26&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0.05&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;-2&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;28&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0.05&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;-1&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;87&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0.16&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2078&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;3.85&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;4204&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;7.8&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;3690&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;6.84&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;3097&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;5.74&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;4&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2707&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;5.02&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;STRONG&gt;5&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2207&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;4.09&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I interpret the negative results? I was not expecting negative values since startdate was placed before enddate in the syntax. Can it be an issue with how the dates were formatted? If so, how do I fix the issue regarding negative values since I intend to find average value for dif variable?&amp;nbsp;An example of how startdate is formatted is 01JAN1960 while an example of how enddate is formatted is 04/06/2019. I will appreciate any suggestions/recommendations on how to make the code work. Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 22:15:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822382#M324742</guid>
      <dc:creator>AyoSho</dc:creator>
      <dc:date>2022-07-08T22:15:55Z</dc:date>
    </item>
    <item>
      <title>intck function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822214#M324755</link>
      <description>&lt;DIV class=""&gt;Hi everyone,&lt;BR /&gt;I was hoping to get some help with interpreting the results from INTCK function. Below is the sample code I used for an analysis:&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;dif = INTCK('month', startdate, enddate, 'DISCRETE');&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;The sample result is shown here:&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;dif&lt;/TD&gt;&lt;TD&gt;Frequency&lt;/TD&gt;&lt;TD&gt;Percent&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;-6&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;-5&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;-4&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;-3&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;0.01&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;-2&lt;/TD&gt;&lt;TD&gt;12&lt;/TD&gt;&lt;TD&gt;0.02&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;-1&lt;/TD&gt;&lt;TD&gt;33&lt;/TD&gt;&lt;TD&gt;0.06&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;22203&lt;/TD&gt;&lt;TD&gt;41.17&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;13164&lt;/TD&gt;&lt;TD&gt;24.41&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;3744&lt;/TD&gt;&lt;TD&gt;6.94&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;2905&lt;/TD&gt;&lt;TD&gt;5.39&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;1947&lt;/TD&gt;&lt;TD&gt;3.61&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;BR /&gt;Within the raw dataset, enddate for example is formatted as 01/10/2019 while startdate for example is formatted as 15MAR2018&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;How do I interpret the negative results as shown above?. I would expect that the results would be positive since enddate was not placed before startdate in the data step?....&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;What adjustments do I need to make to the data step? Can it be an issue with how the dates were formatted?&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;I would appreciate any help/suggestions. Thanks everyone.&lt;/DIV&gt;</description>
      <pubDate>Fri, 08 Jul 2022 06:58:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822214#M324755</guid>
      <dc:creator>AyoSho</dc:creator>
      <dc:date>2022-07-08T06:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do I work with SAS dates when formatted differently</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822383#M324743</link>
      <description>&lt;P&gt;Formats shouldn't matter as long as both are date types. Both have a date format?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1960 versus 2019 makes me wonder if one has a datetime format versus a date?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 22:23:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822383#M324743</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2022-07-08T22:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do I work with SAS dates when formatted differently</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822387#M324745</link>
      <description>&lt;P&gt;This is not a format problem. SAS always uses the un-formatted values to do this math, and so whatever formats are used are irrelevant. The interpretation is that some of your enddate values are before the corresponding startdate values.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 22:39:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822387#M324745</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-07-08T22:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do I work with SAS dates when formatted differently</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822391#M324747</link>
      <description>Hi Reeza,&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;startdate is formatted as DATE9.&lt;BR /&gt;&lt;BR /&gt;enddate is formatted as MMDDYY10. and also has informat DATETIME22.3 noted&lt;BR /&gt;when I run proc content.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Jul 2022 22:46:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822391#M324747</guid>
      <dc:creator>AyoSho</dc:creator>
      <dc:date>2022-07-08T22:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I work with SAS dates when formatted differently</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822394#M324748</link>
      <description>&lt;BLOCKQUOTE&gt;
&lt;P&gt;enddate is formatted as MMDDYY10. and also has informat DATETIME22.3 noted&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please look at the values of enddate with your own eyes. Do they look like dates around 1960? Do they look like the dates you are expecting?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 23:07:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822394#M324748</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-07-08T23:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: intck function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822399#M324756</link>
      <description>&lt;P&gt;Dif is only negative for a small number of rows in your data. If appears you have a small data quality problem where around 50 rows have an ENDDATE that is earlier than STARTDATE. View those rows to understand what might be causing this. It's possible that they are simply errors but without understanding how you got your data it is hard to advise further. You could just remove those rows if they are genuinely bad data.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2022 00:28:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822399#M324756</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-07-09T00:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I work with SAS dates when formatted differently</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822408#M324753</link>
      <description>&lt;P&gt;The FORMAT attached to a variable are just the instructions for how to convert the value to text strings for printing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you need to be concerned about is the types of VALUES that the variables contain.&amp;nbsp; If the values look right with displayed with the DATE or MMDDYY (or DDMMYY) format then they contain DATE values, which are number of days since 1960.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In which case you can just use subtraction to get the number of days between two dates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are seeing negative differences then the ENDDATE is BEFORE the STARTDATE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps the different display format are confusing the humans that are trying to check if the date values were entered properly?&amp;nbsp; That is especially true if you are displaying values like&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;04/06/2019.&amp;nbsp; Is that April Sixth or the Fourth of June?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2022 03:54:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822408#M324753</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-07-09T03:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do I work with SAS dates when formatted differently</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822411#M324754</link>
      <description>&lt;P&gt;A variable with a&amp;nbsp;&lt;EM&gt;datetime&lt;/EM&gt; infirmat and a&amp;nbsp;&lt;EM&gt;date&lt;/EM&gt; format doesn't look right to me. How was your data imported into SAS?&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2022 06:12:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822411#M324754</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-07-09T06:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: intck function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822412#M324757</link>
      <description>&lt;P&gt;I merged your posts dealing with the same issue.&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2022 06:15:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822412#M324757</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-07-09T06:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I work with SAS dates when formatted differently</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822419#M324762</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/309994"&gt;@AyoSho&lt;/a&gt;&amp;nbsp;SAS has a concept of SAS Date values and SAS DateTime values.&lt;/P&gt;
&lt;P&gt;SAS Date values are the count of days since 1/1/1960&lt;/P&gt;
&lt;P&gt;SAS DateTime values are the count of seconds since 1/1/1960&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both of these values are stored in a SAS numerical data type. SAS Formats just make these number human readable but they don't have any effect on calculations/logic which uses the internal values (the counts).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A SAS INFORMAT is used to convert an external value - a text string - to the appropriate value for storing in a SAS variable.&lt;/P&gt;
&lt;P&gt;What feels wrong: Informat DATETIME is used to convert a date string with a time component to a SAS DateTime value (=count of seconds) but format&amp;nbsp;&lt;SPAN&gt;MMDDYY10. is used to make a SAS Date value (count of days) human readable. If you apply&amp;nbsp;MMDDYY10. on a SAS DateTime value then you should see a line of ************ when printing.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And for any calculations/comparisons like with intck(): If you mix variable with Date and DateTime values then you certainly won't get correct results. You can convert a SAS variable that stores a SAS DateTime value to a SAS Date value using the DATEPART() function.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Hope these explanations will help you to investigate and resolve the challenge you're facing.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2022 07:44:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822419#M324762</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2022-07-09T07:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: intck function</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822421#M324763</link>
      <description>Thank you for your reply Saskiwi.&lt;BR /&gt;The dataset is from a national database with 53,000 observations. The&lt;BR /&gt;illustration which I posted in the question was a snippet of a section from&lt;BR /&gt;the results. The number of rows with negative results is 61 in total and a&lt;BR /&gt;visual inspection does show that enddate for some rows is earlier than the&lt;BR /&gt;startdate (example shown below):&lt;BR /&gt;&lt;BR /&gt;enddate startdate&lt;BR /&gt;10/18/1985 6-Mar-18&lt;BR /&gt;Thanks for your help!&lt;BR /&gt;</description>
      <pubDate>Sat, 09 Jul 2022 08:10:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-do-I-work-with-SAS-dates-when-formatted-differently/m-p/822421#M324763</guid>
      <dc:creator>AyoSho</dc:creator>
      <dc:date>2022-07-09T08:10:39Z</dc:date>
    </item>
  </channel>
</rss>

