<?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 removing Dollar sign from Tabulate in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/removing-Dollar-sign-from-Tabulate/m-p/64814#M18440</link>
    <description>Hello All ,&lt;BR /&gt;
&lt;BR /&gt;
/*Generate a table for the total number of units sold over each week*/ &lt;BR /&gt;
proc tabulate data=WEEK f=dollar8.;&lt;BR /&gt;
   class week Laptopmodel;&lt;BR /&gt;
   var  UnitsSold;&lt;BR /&gt;
   table week*Laptopmodel,&lt;BR /&gt;
         Unitssold;&lt;BR /&gt;
run;&lt;BR /&gt;
proc print data = Tabulate;&lt;BR /&gt;
run; &lt;BR /&gt;
&lt;BR /&gt;
I'm getting the $ sign in the 'UnitsSold' in output and dont want it.If I dont use the 'dollar' in data step then i dont get correct numbers , kindly suggest the correctness needed.&lt;BR /&gt;
&lt;BR /&gt;
Regards ,&lt;BR /&gt;
&lt;BR /&gt;
mark</description>
    <pubDate>Thu, 04 Mar 2010 19:00:00 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-03-04T19:00:00Z</dc:date>
    <item>
      <title>removing Dollar sign from Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/removing-Dollar-sign-from-Tabulate/m-p/64814#M18440</link>
      <description>Hello All ,&lt;BR /&gt;
&lt;BR /&gt;
/*Generate a table for the total number of units sold over each week*/ &lt;BR /&gt;
proc tabulate data=WEEK f=dollar8.;&lt;BR /&gt;
   class week Laptopmodel;&lt;BR /&gt;
   var  UnitsSold;&lt;BR /&gt;
   table week*Laptopmodel,&lt;BR /&gt;
         Unitssold;&lt;BR /&gt;
run;&lt;BR /&gt;
proc print data = Tabulate;&lt;BR /&gt;
run; &lt;BR /&gt;
&lt;BR /&gt;
I'm getting the $ sign in the 'UnitsSold' in output and dont want it.If I dont use the 'dollar' in data step then i dont get correct numbers , kindly suggest the correctness needed.&lt;BR /&gt;
&lt;BR /&gt;
Regards ,&lt;BR /&gt;
&lt;BR /&gt;
mark</description>
      <pubDate>Thu, 04 Mar 2010 19:00:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/removing-Dollar-sign-from-Tabulate/m-p/64814#M18440</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-03-04T19:00:00Z</dc:date>
    </item>
    <item>
      <title>Re: removing Dollar sign from Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/removing-Dollar-sign-from-Tabulate/m-p/64815#M18441</link>
      <description>Hi:&lt;BR /&gt;
  If you carefully examine the code in my previous posting, you will see the use of F= in my PROC TABULATE statement.&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?threadID=8892&amp;amp;tstart=0" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?threadID=8892&amp;amp;tstart=0&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
  You can change the format of a variable in PROC TABULATE, by using the FORMAT= option either in the PROC TABULATE statement or in the TABLE statement, as described here, in the documentation:&lt;BR /&gt;
 &lt;A href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/a002473736.htm#a003065553" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/a002473736.htm#a003065553&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Thu, 04 Mar 2010 19:35:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/removing-Dollar-sign-from-Tabulate/m-p/64815#M18441</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-03-04T19:35:43Z</dc:date>
    </item>
  </channel>
</rss>

