<?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: Proc Export to Excel dropping dollar sign in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Export-to-Excel-dropping-dollar-sign/m-p/552140#M153489</link>
    <description>&lt;P&gt;Thanks!&amp;nbsp; This does work, however I found I don't have sufficient memory in order to complete the process.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Back to the drawing board!!&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 18 Apr 2019 14:36:27 GMT</pubDate>
    <dc:creator>ScotchCat</dc:creator>
    <dc:date>2019-04-18T14:36:27Z</dc:date>
    <item>
      <title>Proc Export to Excel dropping dollar sign</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Export-to-Excel-dropping-dollar-sign/m-p/551922#M153405</link>
      <description>&lt;P&gt;Hi - I have a dataset that I need to export into excel.&amp;nbsp; Several variables have&amp;nbsp;currency&amp;nbsp;formatting&amp;nbsp; - example: $199,999.99&lt;/P&gt;&lt;P&gt;When exported the $ sign is not retained - how can I retain the $ sign?&amp;nbsp; Please help!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;EXPORT&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DATA&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=rwork.Test3&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;OUTFILE&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;= &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;"Shared\Myfolder\Test3.xlsx"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;DBMS&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=xlsx &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;REPLACE&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 22:43:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Export-to-Excel-dropping-dollar-sign/m-p/551922#M153405</guid>
      <dc:creator>ScotchCat</dc:creator>
      <dc:date>2019-04-17T22:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export to Excel dropping dollar sign</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Export-to-Excel-dropping-dollar-sign/m-p/551932#M153410</link>
      <description>formats typically are not retained via PROC EXPORT. You can create them as character variables or use ODS which will maintain formatting.&lt;BR /&gt;&lt;BR /&gt;ods excel file='shared\myfolder\test3.xlsx';&lt;BR /&gt;proc print data=rwork.test3;&lt;BR /&gt;run;&lt;BR /&gt;ods excel close;</description>
      <pubDate>Wed, 17 Apr 2019 23:00:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Export-to-Excel-dropping-dollar-sign/m-p/551932#M153410</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-04-17T23:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Export to Excel dropping dollar sign</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Export-to-Excel-dropping-dollar-sign/m-p/552140#M153489</link>
      <description>&lt;P&gt;Thanks!&amp;nbsp; This does work, however I found I don't have sufficient memory in order to complete the process.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Back to the drawing board!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 14:36:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Export-to-Excel-dropping-dollar-sign/m-p/552140#M153489</guid>
      <dc:creator>ScotchCat</dc:creator>
      <dc:date>2019-04-18T14:36:27Z</dc:date>
    </item>
  </channel>
</rss>

