<?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: Format in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Format/m-p/913276#M359965</link>
    <description>Thank You very munch!</description>
    <pubDate>Sun, 28 Jan 2024 17:23:42 GMT</pubDate>
    <dc:creator>Abdulhamid</dc:creator>
    <dc:date>2024-01-28T17:23:42Z</dc:date>
    <item>
      <title>Format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Format/m-p/912827#M359804</link>
      <description>&lt;P&gt;Hi every one ,How can I in SQL format the Amount Variables to get the Results in Euro Currency with the Thousands Groups in the Number the result should look like 123.456.789,12 €&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 14:06:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Format/m-p/912827#M359804</guid>
      <dc:creator>Abdulhamid</dc:creator>
      <dc:date>2024-01-24T14:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Format/m-p/912834#M359808</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/443113"&gt;@Abdulhamid&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try the &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/leforinforref/n0l3wy6df1ijdjn1r7q7i8hr6yhu.htm" target="_blank" rel="noopener"&gt;NLMNLEUR&lt;EM&gt;w&lt;/EM&gt;. format&lt;/A&gt;:&lt;/P&gt;
&lt;PRE&gt;proc sql;
create table test (amount1 num, amount2 num);
insert into test values (123456789.12, -987654321.09);
select amount1 format=&lt;STRONG&gt;nlmnleur21.&lt;/STRONG&gt;,
       amount2 format=&lt;STRONG&gt;nlmnleur21.&lt;/STRONG&gt;
from test;
quit;&lt;/PRE&gt;
&lt;P&gt;(But note the LOCALE dependency mentioned in the documentation.)&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 14:38:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Format/m-p/912834#M359808</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2024-01-24T14:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Format/m-p/912835#M359809</link>
      <description>&lt;P&gt;Use the&amp;nbsp;NLMNLEUR format: &lt;A href="https://documentation.sas.com/doc/en/pgmmvacdc/9.4/leforinforref/n0l3wy6df1ijdjn1r7q7i8hr6yhu.htm" target="_blank"&gt;https://documentation.sas.com/doc/en/pgmmvacdc/9.4/leforinforref/n0l3wy6df1ijdjn1r7q7i8hr6yhu.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Jan 2024 14:46:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Format/m-p/912835#M359809</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-01-24T14:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Format/m-p/913275#M359964</link>
      <description>Thanks a lot!</description>
      <pubDate>Sun, 28 Jan 2024 17:23:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Format/m-p/913275#M359964</guid>
      <dc:creator>Abdulhamid</dc:creator>
      <dc:date>2024-01-28T17:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Format/m-p/913276#M359965</link>
      <description>Thank You very munch!</description>
      <pubDate>Sun, 28 Jan 2024 17:23:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Format/m-p/913276#M359965</guid>
      <dc:creator>Abdulhamid</dc:creator>
      <dc:date>2024-01-28T17:23:42Z</dc:date>
    </item>
  </channel>
</rss>

