<?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 Localize DATE system option in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Localize-DATE-system-option/m-p/23161#M3792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way to change it is by changing the format used in the template for the proc.&amp;nbsp; Is the language you want one of the ones shown in the date formats shown at: &lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a003168458.htm"&gt;http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a003168458.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Mar 2012 14:37:26 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2012-03-06T14:37:26Z</dc:date>
    <item>
      <title>Localize DATE system option</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Localize-DATE-system-option/m-p/23160#M3791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the DATE system option causes the SAS session start date and time to be printed on SAS output.&lt;/P&gt;&lt;P&gt;Is it possible to display this date in another language?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Bart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 14:32:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Localize-DATE-system-option/m-p/23160#M3791</guid>
      <dc:creator>bheinsius</dc:creator>
      <dc:date>2012-03-06T14:32:31Z</dc:date>
    </item>
    <item>
      <title>Localize DATE system option</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Localize-DATE-system-option/m-p/23161#M3792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way to change it is by changing the format used in the template for the proc.&amp;nbsp; Is the language you want one of the ones shown in the date formats shown at: &lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a003168458.htm"&gt;http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a003168458.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2012 14:37:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Localize-DATE-system-option/m-p/23161#M3792</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-03-06T14:37:26Z</dc:date>
    </item>
    <item>
      <title>Localize DATE system option</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Localize-DATE-system-option/m-p/23162#M3793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks but too complicated.&lt;/P&gt;&lt;P&gt;a colleague got it working with options options locale=dutch and options dflang=locale.&lt;/P&gt;&lt;P&gt;it works in our test environment but not in production, don't know why yet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 15:48:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Localize-DATE-system-option/m-p/23162#M3793</guid>
      <dc:creator>bheinsius</dc:creator>
      <dc:date>2012-03-07T15:48:43Z</dc:date>
    </item>
    <item>
      <title>Localize DATE system option</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Localize-DATE-system-option/m-p/23163#M3794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using local=dutch_netherlands (alias: nl_nl, dutch, nl) or duth_belguim (alias: nl_be) with dflang=dutch or locale, if using locale make sure it is set after the local is set or it will use the original locale instead of the updated.&amp;nbsp; This would probably be why you are experiencing trouble as far as I know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options local=nl dflang=dutch /*option 1*/;&lt;/P&gt;&lt;P&gt;*options dflang=locale; /*option 2*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;setting local also alters your definitions for encoding and papersize, so be aware of possible consequences.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 16:50:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Localize-DATE-system-option/m-p/23163#M3794</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2012-03-07T16:50:00Z</dc:date>
    </item>
    <item>
      <title>Localize DATE system option</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Localize-DATE-system-option/m-p/23164#M3795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I perfer to the way mentioned by Art.&lt;/P&gt;&lt;P&gt;The format is used like other normal format , if the sas is dutch version .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ksharp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 06:10:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Localize-DATE-system-option/m-p/23164#M3795</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2012-03-08T06:10:04Z</dc:date>
    </item>
    <item>
      <title>Localize DATE system option</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Localize-DATE-system-option/m-p/23165#M3796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, this works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; text-align: -webkit-auto; background-color: rgba(255, 255, 255, 0.917969);"&gt;options locale=nl dflang=locale;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; text-align: -webkit-auto; background-color: rgba(255, 255, 255, 0.917969);"&gt;proc print data=sashelp.class;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial, sans-serif; text-align: -webkit-auto; background-color: rgba(255, 255, 255, 0.917969);"&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 16:54:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Localize-DATE-system-option/m-p/23165#M3796</guid>
      <dc:creator>bheinsius</dc:creator>
      <dc:date>2012-03-09T16:54:49Z</dc:date>
    </item>
    <item>
      <title>Localize DATE system option</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Localize-DATE-system-option/m-p/23166#M3797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;downside of this is that you have to do it for every proc that you use, and that it involves proc template, which I find utterly complicated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 16:58:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Localize-DATE-system-option/m-p/23166#M3797</guid>
      <dc:creator>bheinsius</dc:creator>
      <dc:date>2012-03-09T16:58:20Z</dc:date>
    </item>
  </channel>
</rss>

