<?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 title in local language in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/title-in-local-language/m-p/38148#M7628</link>
    <description>hi folks,&lt;BR /&gt;
are there some options to print date/time in title statement automatically in desired language?&lt;BR /&gt;
I tried DFLANG, LOCALE, ...  with no success!&lt;BR /&gt;
&lt;BR /&gt;
GreetZ,&lt;BR /&gt;
Herman</description>
    <pubDate>Fri, 08 Jan 2010 10:26:39 GMT</pubDate>
    <dc:creator>Jaheuk</dc:creator>
    <dc:date>2010-01-08T10:26:39Z</dc:date>
    <item>
      <title>title in local language</title>
      <link>https://communities.sas.com/t5/SAS-Programming/title-in-local-language/m-p/38148#M7628</link>
      <description>hi folks,&lt;BR /&gt;
are there some options to print date/time in title statement automatically in desired language?&lt;BR /&gt;
I tried DFLANG, LOCALE, ...  with no success!&lt;BR /&gt;
&lt;BR /&gt;
GreetZ,&lt;BR /&gt;
Herman</description>
      <pubDate>Fri, 08 Jan 2010 10:26:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/title-in-local-language/m-p/38148#M7628</guid>
      <dc:creator>Jaheuk</dc:creator>
      <dc:date>2010-01-08T10:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: title in local language</title>
      <link>https://communities.sas.com/t5/SAS-Programming/title-in-local-language/m-p/38149#M7629</link>
      <description>that doesn't work, but... &lt;BR /&gt;
with the PROC FORMAT PICTURE statement you can create a date format to do this, if the built-in format NLDATMW doesn't do what you want&lt;BR /&gt;
Then with system option NODATE and in ODS destinations, you can make part of your TITLEn, or FOOTNOTEn  provide date information like a SAS TITLE with, for example:&lt;BR /&gt;
footnote2 j=l 'bottom left text' j=c 'bottom centered' j=r h=2 "run at %sysfunc( datetime(), nldatmw. )" ; * small bottom right is where I prefer it &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
This uses the "current run-time" in your footnote.&lt;BR /&gt;
If you want to use exactly the same as the SAS TITLE date, then adapt the example to :[pre]ods html file='testfoot.html' ;&lt;BR /&gt;
proc print data= sashelp.class ;&lt;BR /&gt;
footnote2 j=l 'bottom left text' j=c 'bottom centered' j=r h=2&lt;BR /&gt;
      "run at %sysfunc( putn( "&amp;amp;sysdate9:&amp;amp;systime"dt, nldatmw ) )" ;&lt;BR /&gt;
run;&lt;BR /&gt;
ods html close ;[/pre]&lt;BR /&gt;
 &lt;BR /&gt;
good luck&lt;BR /&gt;
PeterC

mustn't forget to close the ods destination &amp;gt;&amp;gt;&amp;gt;  edited by: Peter.C</description>
      <pubDate>Fri, 08 Jan 2010 13:05:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/title-in-local-language/m-p/38149#M7629</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2010-01-08T13:05:26Z</dc:date>
    </item>
  </channel>
</rss>

