<?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: Is there any method to control decimals and introduce 1000 separators in “proc summary output” ? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Is-there-any-method-to-control-decimals-and-introduce-1000/m-p/109097#M30413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might be pleasantly surprised what happens when you add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;format Current One_to_30 Thirty_to_60 Sixty_to_90 Ninety_plus NPNA write_off comma15.0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to the proc summary code. The COMMAw.d format accepts w values up to 32, so adjust the 15 above as needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Aug 2012 19:24:02 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2012-08-30T19:24:02Z</dc:date>
    <item>
      <title>Is there any method to control decimals and introduce 1000 separators in “proc summary output” ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Is-there-any-method-to-control-decimals-and-introduce-1000/m-p/109095#M30411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;Hi Community,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;I have outputted the data set named&amp;nbsp; “&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 11pt;"&gt;Source_Data_Bank&lt;/SPAN&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;” using following proc summary procedure. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt;I need the output file’s data to be appeared with no decimals and with 1000 separators (1,000,000) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 11pt; background: white; font-family: 'Courier New';"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 9pt; background: white; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; font-size: 9pt; background: white; font-family: 'Courier New';"&gt;summary&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;=vtemp&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;nway&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;missing&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;maxdec&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;STRONG style="color: teal; font-size: 9pt; background: white; font-family: 'Courier New';"&gt;0&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;; &lt;SPAN style="background: yellow;"&gt;/*&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: yellow; color: blue; font-size: 9pt;"&gt; maxdec not responds&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: yellow; color: black; font-size: 9pt;"&gt; */&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;format&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt; date &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: teal; font-size: 9pt;"&gt;date9.&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;class&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt; date;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt; Current One_to_30 Thirty_to_60 Sixty_to_90 Ninety_plus NPNA write_off;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;output&lt;/SPAN&gt; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;out&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: green; font-size: 9pt;"&gt;/*a.*/&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;Source_Data_Bank(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;drop&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;=_:)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-family: 'Courier New'; background: white; color: blue; font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;=;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; font-size: 9pt; background: white; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;Could any one help me?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; background: white; color: black; font-size: 9pt;"&gt;Mirisage&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 17:57:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Is-there-any-method-to-control-decimals-and-introduce-1000/m-p/109095#M30411</guid>
      <dc:creator>Mirisage</dc:creator>
      <dc:date>2012-08-30T17:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any method to control decimals and introduce 1000 separators in “proc summary output” ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Is-there-any-method-to-control-decimals-and-introduce-1000/m-p/109096#M30412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not directly, you need a second step to apply formats to the data, or use proc tabulate instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: You could go and change the template but that seems complicated when there are other solutions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 18:15:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Is-there-any-method-to-control-decimals-and-introduce-1000/m-p/109096#M30412</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-08-30T18:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any method to control decimals and introduce 1000 separators in “proc summary output” ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Is-there-any-method-to-control-decimals-and-introduce-1000/m-p/109097#M30413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You might be pleasantly surprised what happens when you add:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;format Current One_to_30 Thirty_to_60 Sixty_to_90 Ninety_plus NPNA write_off comma15.0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to the proc summary code. The COMMAw.d format accepts w values up to 32, so adjust the 15 above as needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 19:24:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Is-there-any-method-to-control-decimals-and-introduce-1000/m-p/109097#M30413</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2012-08-30T19:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any method to control decimals and introduce 1000 separators in “proc summary output” ?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Is-there-any-method-to-control-decimals-and-introduce-1000/m-p/109098#M30414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ballardw,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually it was a pleasent surprise!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It exactly worked the way I wanted.&lt;/P&gt;&lt;P&gt;Thank you so much for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Reeza,&lt;/P&gt;&lt;P&gt;Thank you for your help too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mirisage&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Sep 2012 19:15:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Is-there-any-method-to-control-decimals-and-introduce-1000/m-p/109098#M30414</guid>
      <dc:creator>Mirisage</dc:creator>
      <dc:date>2012-09-02T19:15:34Z</dc:date>
    </item>
  </channel>
</rss>

