<?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 apply the format when export data into excel format is missing in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/how-to-apply-the-format-when-export-data-into-excel-format-is/m-p/214212#M52802</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to write "2,50,111" into a cell in Excel and see if Excel accepts that as a number. My bet is, it won't (maybe depending on locale).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Apr 2015 10:43:30 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2015-04-01T10:43:30Z</dc:date>
    <item>
      <title>how to apply the format when export data into excel format is missing</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-apply-the-format-when-export-data-into-excel-format-is/m-p/214211#M52801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day all,&lt;/P&gt;&lt;P&gt;i have the dataset of emp data.&lt;/P&gt;&lt;P&gt;its having different formats for salary variable. comma and percent format.&lt;/P&gt;&lt;P&gt;so i&amp;nbsp; apply proc format for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC FORMAT;&lt;/P&gt;&lt;P&gt;VALUE FMT&lt;/P&gt;&lt;P&gt;&amp;nbsp; LOW-0,1-HIGH=[COMMA32.]&lt;/P&gt;&lt;P&gt;&amp;nbsp; OTHER=[PERCENT8.1]&lt;/P&gt;&lt;P&gt;&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;empno&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; salary&lt;/P&gt;&lt;P&gt;aaa&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1,52,133&lt;/P&gt;&lt;P&gt;bbb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2,50,111&lt;/P&gt;&lt;P&gt;aaa&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 25%&lt;/P&gt;&lt;P&gt;bbb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50%.&lt;/P&gt;&lt;P&gt;in proc report its showing as it is. but while exporting it into excel only percentages format is applying. the comma format is missing.&lt;/P&gt;&lt;P&gt;after export into excel the output like this.&lt;/P&gt;&lt;P&gt;empno&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; salary&lt;/P&gt;&lt;P&gt;aaa&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 152133&lt;/P&gt;&lt;P&gt;bbb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 250111&lt;/P&gt;&lt;P&gt;aaa&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 25%&lt;/P&gt;&lt;P&gt;bbb&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 50%&lt;/P&gt;&lt;P&gt;how to get the required output with applying comma and percentage format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your valid comments are helps me a lot.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 08:30:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-apply-the-format-when-export-data-into-excel-format-is/m-p/214211#M52801</guid>
      <dc:creator>Ravikumarkummari</dc:creator>
      <dc:date>2015-04-01T08:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to apply the format when export data into excel format is missing</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-apply-the-format-when-export-data-into-excel-format-is/m-p/214212#M52802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to write "2,50,111" into a cell in Excel and see if Excel accepts that as a number. My bet is, it won't (maybe depending on locale).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 10:43:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-apply-the-format-when-export-data-into-excel-format-is/m-p/214212#M52802</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-04-01T10:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to apply the format when export data into excel format is missing</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-apply-the-format-when-export-data-into-excel-format-is/m-p/214213#M52803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of writing in excel while exporting only the format is there.&lt;/P&gt;&lt;P&gt;is it possible any sufficient method is there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 10:51:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-apply-the-format-when-export-data-into-excel-format-is/m-p/214213#M52803</guid>
      <dc:creator>Ravikumarkummari</dc:creator>
      <dc:date>2015-04-01T10:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to apply the format when export data into excel format is missing</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-apply-the-format-when-export-data-into-excel-format-is/m-p/214214#M52804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if there is two records then it is possible to manual entry. but when its contain thousands of records manual is not possible.&lt;/P&gt;&lt;P&gt;while exporting only the format is apply. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 10:52:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-apply-the-format-when-export-data-into-excel-format-is/m-p/214214#M52804</guid>
      <dc:creator>Ravikumarkummari</dc:creator>
      <dc:date>2015-04-01T10:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to apply the format when export data into excel format is missing</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-apply-the-format-when-export-data-into-excel-format-is/m-p/214215#M52805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I meant is that Excel does not regard 1,52,133 as a number, but as text. SAS therefore sends the pure value without formatting, so that the number stays a number.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 11:50:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-apply-the-format-when-export-data-into-excel-format-is/m-p/214215#M52805</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-04-01T11:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to apply the format when export data into excel format is missing</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-apply-the-format-when-export-data-into-excel-format-is/m-p/214216#M52806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BTW, if I use your format fmt. on the value 152133, it is rendered by SAS as 152,133, so I expect the locale value to play a big role in your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2015 11:54:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-apply-the-format-when-export-data-into-excel-format-is/m-p/214216#M52806</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-04-01T11:54:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to apply the format when export data into excel format is missing</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-apply-the-format-when-export-data-into-excel-format-is/m-p/214217#M52807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any One know the answer for this please comment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2015 10:57:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-apply-the-format-when-export-data-into-excel-format-is/m-p/214217#M52807</guid>
      <dc:creator>Ravikumarkummari</dc:creator>
      <dc:date>2015-04-11T10:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to apply the format when export data into excel format is missing</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-apply-the-format-when-export-data-into-excel-format-is/m-p/214218#M52808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need special style for excel . &lt;/P&gt;&lt;P&gt;Post it at &lt;A _jive_internal="true" data-containerid="2007" data-containertype="14" data-objectid="6" data-objecttype="14" href="https://communities.sas.com/community/support-communities/ods_and_base_reporting" style="color: #0e66ba; background-color: #f0f8fb;"&gt;ODS and Base Reporting&lt;/A&gt;&amp;nbsp; Cynthia will give you answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2015 11:34:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-apply-the-format-when-export-data-into-excel-format-is/m-p/214218#M52808</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-04-11T11:34:06Z</dc:date>
    </item>
  </channel>
</rss>

