<?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: Translate Dutch date to SAS date in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Translate-Dutch-date-to-SAS-date/m-p/790917#M40175</link>
    <description>&lt;P&gt;Use your locale, and the NLDATE informat:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options locale = nl;

data want;
input date nldate11.;
format date yymmdd10.;
datalines;
19 mei 2029
21 jul 2046
24 jun 2042
23 aug 2034
04 jun 2038
;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 19 Jan 2022 15:37:05 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2022-01-19T15:37:05Z</dc:date>
    <item>
      <title>Translate Dutch date to SAS date</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Translate-Dutch-date-to-SAS-date/m-p/790912#M40174</link>
      <description>&lt;P&gt;Hello wizzards!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am stuck trying to translate a Dutch date format to a SAS formatted date. Is it possible to translate data formatted like in the table to the DDMMYYD10. format? Preferable in the query builder but SAS script is also helpful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;19 mei 2029&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;21 jul 2046&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;24 jun 2042&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;23 aug 2034&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;04 jun 2038&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;Help is appreciated!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jan 2022 15:27:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Translate-Dutch-date-to-SAS-date/m-p/790912#M40174</guid>
      <dc:creator>WtotheW</dc:creator>
      <dc:date>2022-01-19T15:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: Translate Dutch date to SAS date</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Translate-Dutch-date-to-SAS-date/m-p/790917#M40175</link>
      <description>&lt;P&gt;Use your locale, and the NLDATE informat:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options locale = nl;

data want;
input date nldate11.;
format date yymmdd10.;
datalines;
19 mei 2029
21 jul 2046
24 jun 2042
23 aug 2034
04 jun 2038
;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Jan 2022 15:37:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Translate-Dutch-date-to-SAS-date/m-p/790917#M40175</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-01-19T15:37:05Z</dc:date>
    </item>
  </channel>
</rss>

