<?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: How to print a character column of a dataset with numeric value having some format in proc repor in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-print-a-character-column-of-a-dataset-with-numeric-value/m-p/318546#M17506</link>
    <description>&lt;P&gt;You need just to change to excel column format.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Dec 2016 12:47:13 GMT</pubDate>
    <dc:creator>Shmuel</dc:creator>
    <dc:date>2016-12-13T12:47:13Z</dc:date>
    <item>
      <title>How to print a character column of a dataset with numeric value having some format in proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-print-a-character-column-of-a-dataset-with-numeric-value/m-p/318543#M17505</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ahve a character column in sas dataset wth values like "100000" and "20000" etc.&lt;/P&gt;&lt;P&gt;Ia hve to use proc report&lt;/P&gt;&lt;P&gt;While getting dispalyed in excel sheet the numeric value should get displayed as 100,000.00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Plesea suggest&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2016 12:29:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-print-a-character-column-of-a-dataset-with-numeric-value/m-p/318543#M17505</guid>
      <dc:creator>megha_sinha</dc:creator>
      <dc:date>2016-12-13T12:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a character column of a dataset with numeric value having some format in proc repor</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-print-a-character-column-of-a-dataset-with-numeric-value/m-p/318546#M17506</link>
      <description>&lt;P&gt;You need just to change to excel column format.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2016 12:47:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-print-a-character-column-of-a-dataset-with-numeric-value/m-p/318546#M17506</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2016-12-13T12:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to print a character column of a dataset with numeric value having some format in proc repor</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-print-a-character-column-of-a-dataset-with-numeric-value/m-p/318547#M17507</link>
      <description>&lt;P&gt;Yes, this is an Excel "feature", much like if you send out 0001, it will change it to 1. &amp;nbsp;The way around this is to to tell Excel what the format of the data is (rather than let it guess). &amp;nbsp;To do this you send extra tags out to the tagset output:&lt;/P&gt;
&lt;PRE&gt;ods tagsets.excelxp file="....xlsx";
proc report data=have nowd;
  columns _all_;
  define abc / style={tagattr='...'};
run;
..&lt;/PRE&gt;
&lt;P&gt;Here is a paper on it, you would set you tag as text for that, so its displayed as is.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings10/031-2010.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings10/031-2010.pdf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Dec 2016 12:48:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-print-a-character-column-of-a-dataset-with-numeric-value/m-p/318547#M17507</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-12-13T12:48:46Z</dc:date>
    </item>
  </channel>
</rss>

