<?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: Concatenating numeric variable with thousands separator format in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Concatenating-numeric-variable-with-thousands-separator-format/m-p/361018#M18687</link>
    <description>Thanks! That solves it beautifully!</description>
    <pubDate>Wed, 24 May 2017 05:54:54 GMT</pubDate>
    <dc:creator>JoannaL</dc:creator>
    <dc:date>2017-05-24T05:54:54Z</dc:date>
    <item>
      <title>Concatenating numeric variable with thousands separator format</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Concatenating-numeric-variable-with-thousands-separator-format/m-p/361006#M18685</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a few numeric variables that I would like to concatenate and have the numeric variables with thousands separator format. How can I do this? An example of numeric variables (Mean &amp;amp; SD) and the format I want to report Mean (SD) is as below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Mean&lt;/TD&gt;&lt;TD&gt;SD&lt;/TD&gt;&lt;TD&gt;Mean (SD)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1110053&lt;/TD&gt;&lt;TD&gt;25000&lt;/TD&gt;&lt;TD&gt;1,110,053 (25,000)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;35505&lt;/TD&gt;&lt;TD&gt;5350&lt;/TD&gt;&lt;TD&gt;35,505 (5,350)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 24 May 2017 04:09:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Concatenating-numeric-variable-with-thousands-separator-format/m-p/361006#M18685</guid>
      <dc:creator>JoannaL</dc:creator>
      <dc:date>2017-05-24T04:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating numeric variable with thousands separator format</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Concatenating-numeric-variable-with-thousands-separator-format/m-p/361012#M18686</link>
      <description>&lt;P&gt;Use the CATT functions to combine the values. Use PUT to convert to desired format.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;X = CATT(put(mean, comma16.), ' (', put(sd, comma16.2), ')' );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;PS search lexjansen.com for macro clinical reports or macro table 1&lt;/P&gt;
&lt;P&gt;Youll find tons of examples. One good one is Creating complex reports by Cynthia Zender&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549"&gt;@Cynthia_sas&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2017 05:19:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Concatenating-numeric-variable-with-thousands-separator-format/m-p/361012#M18686</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-05-24T05:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: Concatenating numeric variable with thousands separator format</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Concatenating-numeric-variable-with-thousands-separator-format/m-p/361018#M18687</link>
      <description>Thanks! That solves it beautifully!</description>
      <pubDate>Wed, 24 May 2017 05:54:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Concatenating-numeric-variable-with-thousands-separator-format/m-p/361018#M18687</guid>
      <dc:creator>JoannaL</dc:creator>
      <dc:date>2017-05-24T05:54:54Z</dc:date>
    </item>
  </channel>
</rss>

