<?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: nldateyw format &amp;gt; not translated into local language in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/nldateyw-format-gt-not-translated-into-local-language/m-p/814556#M321509</link>
    <description>&lt;P&gt;Something is seriously wrong here. I tried the example code from the&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/nlsref/n0duq9na9vbb7gn1akaa65cdts3m.htm" target="_blank" rel="noopener"&gt;NLDATEYWw. Format&lt;/A&gt;&amp;nbsp;documentation, and it did not work either.&lt;/P&gt;
&lt;P&gt;Open a track with SAS Technical Support.&lt;/P&gt;
&lt;P&gt;After checking this obviously faulty behavior on SAS On Demand, I sent a mail to sasoda@sas.com.&lt;/P&gt;</description>
    <pubDate>Sat, 21 May 2022 13:49:15 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2022-05-21T13:49:15Z</dc:date>
    <item>
      <title>nldateyw format &gt; not translated into local language</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nldateyw-format-gt-not-translated-into-local-language/m-p/814551#M321505</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;It seems that the word 'week' is not translated into national language here.&lt;/P&gt;
&lt;P&gt;Did I miss something?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
*--------------------------------------------------------------------------------;

options locale='FR_FR';

data _null_;
    _nldateyw = put(today(),nldateyw.);
    
    put _nldateyw=;
run;

*--------------------------------------------------------------------------------;

options locale='EN_US';

data _null_;
    _nldateyw = put(today(),nldateyw.);
    
    put _nldateyw=;
run;
*--------------------------------------------------------------------------------;

options locale='DE_DE';

data _null_;
    _nldateyw = put(today(),nldateyw.);
    
    put _nldateyw=;
run;

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 21 May 2022 12:19:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nldateyw-format-gt-not-translated-into-local-language/m-p/814551#M321505</guid>
      <dc:creator>xxformat_com</dc:creator>
      <dc:date>2022-05-21T12:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: nldateyw format &gt; not translated into local language</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nldateyw-format-gt-not-translated-into-local-language/m-p/814556#M321509</link>
      <description>&lt;P&gt;Something is seriously wrong here. I tried the example code from the&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.4/nlsref/n0duq9na9vbb7gn1akaa65cdts3m.htm" target="_blank" rel="noopener"&gt;NLDATEYWw. Format&lt;/A&gt;&amp;nbsp;documentation, and it did not work either.&lt;/P&gt;
&lt;P&gt;Open a track with SAS Technical Support.&lt;/P&gt;
&lt;P&gt;After checking this obviously faulty behavior on SAS On Demand, I sent a mail to sasoda@sas.com.&lt;/P&gt;</description>
      <pubDate>Sat, 21 May 2022 13:49:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nldateyw-format-gt-not-translated-into-local-language/m-p/814556#M321509</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-05-21T13:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: nldateyw format &gt; not translated into local language</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nldateyw-format-gt-not-translated-into-local-language/m-p/814562#M321514</link>
      <description>&lt;P&gt;It does seem strange that it does not translate WEEK into other languages, but it does match the documentation where they show that selecting French produces Week in the results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/vdmmlcdc/1.0/nlsref/n0duq9na9vbb7gn1akaa65cdts3m.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/vdmmlcdc/1.0/nlsref/n0duq9na9vbb7gn1akaa65cdts3m.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 May 2022 14:52:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nldateyw-format-gt-not-translated-into-local-language/m-p/814562#M321514</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-05-21T14:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: nldateyw format &gt; not translated into local language</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nldateyw-format-gt-not-translated-into-local-language/m-p/814565#M321517</link>
      <description>&lt;P&gt;This is from the Viya documentation. But here's the example log from the &lt;A href="https://documentation.sas.com/doc/de/pgmsascdc/9.4_3.4/nlsref/n0duq9na9vbb7gn1akaa65cdts3m.htm" target="_blank" rel="noopener"&gt;9.4 documentation&lt;/A&gt;:&lt;/P&gt;
&lt;PRE class="xisDoc-outputPage"&gt;+--- NLDATEYW min=5 default=16 max=200 ---+
 16     Semaine 14 2019
 5     *****
 8     S14 19
 32     Semaine 14 2019
200
Semaine 14 2019&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The shortcomings of Viya seem to seep back into 9.4.&lt;/P&gt;</description>
      <pubDate>Sat, 21 May 2022 15:19:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nldateyw-format-gt-not-translated-into-local-language/m-p/814565#M321517</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-05-21T15:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: nldateyw format &gt; not translated into local language</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nldateyw-format-gt-not-translated-into-local-language/m-p/814671#M321568</link>
      <description>&lt;P&gt;This seems to be a quite recent problem, as it was reported for maintenance level 7.&lt;/P&gt;
&lt;P&gt;The hotfix is already out, available here:&amp;nbsp;&lt;A href="https://support.sas.com/kb/68/184.html" target="_blank" rel="noopener"&gt;https://support.sas.com/kb/68/184.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have your SAS admins install the hotfix in your local SAS; it should be applied on On Demand soon because of my inquiry.&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 08:44:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nldateyw-format-gt-not-translated-into-local-language/m-p/814671#M321568</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-05-23T08:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: nldateyw format &gt; not translated into local language</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nldateyw-format-gt-not-translated-into-local-language/m-p/814689#M321570</link>
      <description>&lt;P&gt;The problem must be older. In our environment using 9.4m5 the problem exists, too.&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 10:21:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nldateyw-format-gt-not-translated-into-local-language/m-p/814689#M321570</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2022-05-23T10:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: nldateyw format &gt; not translated into local language</title>
      <link>https://communities.sas.com/t5/SAS-Programming/nldateyw-format-gt-not-translated-into-local-language/m-p/814699#M321577</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15475"&gt;@andreas_lds&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;The problem must be older. In our environment using 9.4m5 the problem exists, too.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Then nobody stumbled upon the issue before M7 was out. After all, it is a rarely used format.&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 11:40:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/nldateyw-format-gt-not-translated-into-local-language/m-p/814699#M321577</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-05-23T11:40:30Z</dc:date>
    </item>
  </channel>
</rss>

