<?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 What is difference between 6. and best6. in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/What-is-difference-between-6-and-best6/m-p/583830#M75743</link>
    <description>Data ex;&lt;BR /&gt;Set sashelp.class;&lt;BR /&gt;A=put(age,6.);&lt;BR /&gt;B=put(age,best6.);&lt;BR /&gt;Run;&lt;BR /&gt;What is difference between A and B variable.&lt;BR /&gt;Different between 6. And best6.</description>
    <pubDate>Mon, 26 Aug 2019 09:10:43 GMT</pubDate>
    <dc:creator>thanikondharish</dc:creator>
    <dc:date>2019-08-26T09:10:43Z</dc:date>
    <item>
      <title>What is difference between 6. and best6.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/What-is-difference-between-6-and-best6/m-p/583830#M75743</link>
      <description>Data ex;&lt;BR /&gt;Set sashelp.class;&lt;BR /&gt;A=put(age,6.);&lt;BR /&gt;B=put(age,best6.);&lt;BR /&gt;Run;&lt;BR /&gt;What is difference between A and B variable.&lt;BR /&gt;Different between 6. And best6.</description>
      <pubDate>Mon, 26 Aug 2019 09:10:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/What-is-difference-between-6-and-best6/m-p/583830#M75743</guid>
      <dc:creator>thanikondharish</dc:creator>
      <dc:date>2019-08-26T09:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: What is difference between 6. and best6.</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/What-is-difference-between-6-and-best6/m-p/583832#M75744</link>
      <description>&lt;P&gt;Probably better exemplified&amp;nbsp;with a non-integer value&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data _null_;
    a=123.456;
    put a= 6. /// a= best6.;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With the &lt;A href="https://support.sas.com/documentation/cdl/en/leforinforref/64790/HTML/default/viewer.htm#p1fum54c93f8r0n1wrs5mrb05nzi.htm" target="_self"&gt;Best6. Format&lt;/A&gt;, SAS chooses the 'best' notation inside an output field with a width of 6 to hold both numbers and delimiters.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Aug 2019 09:21:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/What-is-difference-between-6-and-best6/m-p/583832#M75744</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-08-26T09:21:53Z</dc:date>
    </item>
  </channel>
</rss>

