<?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: I use the fommat like comma. and comma6. .Why the two way get same result? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/I-use-the-fommat-like-comma-and-comma6-Why-the-two-way-get-same/m-p/921059#M362745</link>
    <description>&lt;P&gt;Every SAS supplied format will have the default setting for W, as in Commaw., the displayed width of the result in the format description in the help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you create custom formats with Proc Format you can specify a default display width as well.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Mar 2024 06:09:38 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2024-03-20T06:09:38Z</dc:date>
    <item>
      <title>I use the fommat like comma. and comma6. .Why the two way get same result?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-use-the-fommat-like-comma-and-comma6-Why-the-two-way-get-same/m-p/921028#M362737</link>
      <description>&lt;P&gt;data np_summary_update; set pg1.np_summary; keep Reg ParkName DayVisits OtherLodging Acres SqMiles Camping; SqMiles=Acres*.0015625; Camping=sum(OtherCamping,TentCampers, RVCampers,BackcountryCampers); format SqMiles comma6. Camping comma10.; run; data np_summary_update; set pg1.np_summary; keep SqMiles Camping Reg ParkName DayVisits OtherLodging Acres ; *Add assignment statements; SqMiles=Acres *.0015625; Camping =sum(OtherCamping,TentCampers,RVCampers,BackcountryCampers); format SqMiles comma. Camping comma. run;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 01:42:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-use-the-fommat-like-comma-and-comma6-Why-the-two-way-get-same/m-p/921028#M362737</guid>
      <dc:creator>Sivila</dc:creator>
      <dc:date>2024-03-20T01:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: I use the fommat like comma. and comma6. .Why the two way get same result?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-use-the-fommat-like-comma-and-comma6-Why-the-two-way-get-same/m-p/921041#M362741</link>
      <description>&lt;P&gt;Welcome to the community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Two things to get the best results:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. To make the most of this community, learn how to use the tools.&lt;/P&gt;
&lt;P&gt;For example, use the running man icon to post code. Your code is illegible as is.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. To make the most of SAS, always refer to the documentation.&lt;/P&gt;
&lt;P&gt;In this case, see &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/leforinforref/p0sad1pg4gsni3n1gbjue9fxzyhq.htm" target="_blank" rel="noopener"&gt;https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/leforinforref/p0sad1pg4gsni3n1gbjue9fxzyhq.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You'll see that if you omit to specify the length for this format, a value of 6 is used. Hence the identical displayed values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 02:50:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-use-the-fommat-like-comma-and-comma6-Why-the-two-way-get-same/m-p/921041#M362741</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2024-03-20T02:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: I use the fommat like comma. and comma6. .Why the two way get same result?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-use-the-fommat-like-comma-and-comma6-Why-the-two-way-get-same/m-p/921059#M362745</link>
      <description>&lt;P&gt;Every SAS supplied format will have the default setting for W, as in Commaw., the displayed width of the result in the format description in the help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you create custom formats with Proc Format you can specify a default display width as well.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 06:09:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-use-the-fommat-like-comma-and-comma6-Why-the-two-way-get-same/m-p/921059#M362745</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-03-20T06:09:38Z</dc:date>
    </item>
  </channel>
</rss>

