<?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: Formatted dates shown as 01Jan1960 in SAS Customer Intelligence</title>
    <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Formatted-dates-shown-as-01Jan1960/m-p/616538#M1390</link>
    <description>&lt;P&gt;You don't say what format you are using, but when you get 01JAN1960, you are using a date/time format and not a date format.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jan 2020 16:40:28 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2020-01-10T16:40:28Z</dc:date>
    <item>
      <title>Formatted dates shown as 01Jan1960</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Formatted-dates-shown-as-01Jan1960/m-p/616536#M1389</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am having a problem wit hdisplaying dates in SAS CI Studio. When I do preview export in the communication node my date field of type date with the format date9. is displayed as 01JAN1960. However, if I set the format to 8. (numeric) my field is displayed as 22538 which is the correct SAS date value (15th of september, 2021). I tried using various date and datetime formats but to no avail. This seems to be a problem with the display of formatted dates by MA. Any help is greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 16:35:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Formatted-dates-shown-as-01Jan1960/m-p/616536#M1389</guid>
      <dc:creator>DanBondarneko</dc:creator>
      <dc:date>2020-01-10T16:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Formatted dates shown as 01Jan1960</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Formatted-dates-shown-as-01Jan1960/m-p/616538#M1390</link>
      <description>&lt;P&gt;You don't say what format you are using, but when you get 01JAN1960, you are using a date/time format and not a date format.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 16:40:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Formatted-dates-shown-as-01Jan1960/m-p/616538#M1390</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-01-10T16:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Formatted dates shown as 01Jan1960</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Formatted-dates-shown-as-01Jan1960/m-p/616540#M1391</link>
      <description>&lt;P&gt;Sounds like MA (whatever that is) wants DATETIME values (number of seconds) and not DATE values (number of days).&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;datetime_var = dhms(date_var,0,0,0);
format datetime_var datetime20. ;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 10 Jan 2020 16:46:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Formatted-dates-shown-as-01Jan1960/m-p/616540#M1391</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-01-10T16:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Formatted dates shown as 01Jan1960</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Formatted-dates-shown-as-01Jan1960/m-p/616584#M1392</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By MA I mean SAS Marketing Automation of SAS Customer Intelligence Studio. It works if I convert it to datetime however I have tried other date formats like ddmmyy10. and yymmdd10. and they display correctly using preveiw export in the communication node. There only seems to be a problem with displaying DATEw. formats.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 19:42:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Formatted-dates-shown-as-01Jan1960/m-p/616584#M1392</guid>
      <dc:creator>DanBondarneko</dc:creator>
      <dc:date>2020-01-10T19:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Formatted dates shown as 01Jan1960</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Formatted-dates-shown-as-01Jan1960/m-p/616585#M1393</link>
      <description>&lt;P&gt;Can you show us a PROC CONTENTS of this data set, and PROC PRINT (just a few records) of this variable unformatted; and another PROC PRINT (just the same few records) of this variable formatted?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 20:10:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Formatted-dates-shown-as-01Jan1960/m-p/616585#M1393</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-01-10T20:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Formatted dates shown as 01Jan1960</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Formatted-dates-shown-as-01Jan1960/m-p/616944#M1397</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I see that you are having a problem with SAS Customer Intelligence Studio displaying DATEw. formats.&lt;/P&gt;
&lt;P&gt;I found an old defect regarding this and was wondering what is your business reason for using this format? Or is using the other formats a viable work around for you?&lt;/P&gt;
&lt;P&gt;What is the version of Customer Intelligence Studio you are using?&lt;/P&gt;
&lt;P&gt;Thank you,&lt;BR /&gt;Sunshine_sas&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2020 16:04:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Formatted-dates-shown-as-01Jan1960/m-p/616944#M1397</guid>
      <dc:creator>Sunshine_sas</dc:creator>
      <dc:date>2020-01-13T16:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Formatted dates shown as 01Jan1960</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Formatted-dates-shown-as-01Jan1960/m-p/617203#M1400</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found what was the problem. In the information map for the business context, the field in question was formatted as&amp;nbsp; DATETIME22.3 when it was a SAS date value. When I changed the format in the information map to DATE9. it displayed correctly inside SAS Customer Studio. But it is still unusual that DATEw. formats didn't display correctly in SAS Customer Intelligence Studio even though it was formatted as DATETIME22.3 in the information map, since other formats such as ddmmyy9. displayed correctly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The version I am using is 6.5 Hotfix 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 14:11:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Formatted-dates-shown-as-01Jan1960/m-p/617203#M1400</guid>
      <dc:creator>DanBondarneko</dc:creator>
      <dc:date>2020-01-14T14:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Formatted dates shown as 01Jan1960</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Formatted-dates-shown-as-01Jan1960/m-p/617207#M1401</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/273984"&gt;@DanBondarneko&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found what was the problem. In the information map for the business context, the field in question was formatted as&amp;nbsp; DATETIME22.3 when it was a SAS date value. When I changed the format in the information map to DATE9. it displayed correctly inside SAS Customer Studio. But it is still unusual that DATEw. formats didn't display correctly in SAS Customer Intelligence Studio even though it was formatted as DATETIME22.3 in the information map, since other formats such as ddmmyy9. displayed correctly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;A value that displays properly when DATEw. is used should indeed display as 01JAN1960 when DATETIME22.3 is used. You can't display a date value using a DATETIME format and expect to get the right answer. So, nothing unusual about it. This is expected.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2020 14:27:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Formatted-dates-shown-as-01Jan1960/m-p/617207#M1401</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-01-14T14:27:51Z</dc:date>
    </item>
  </channel>
</rss>

