<?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: formatting output in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/formatting-output/m-p/524539#M142640</link>
    <description>&lt;P&gt;That is a real value. 26 * 10**4 .&lt;/P&gt;
&lt;P&gt;Perhaps you are just using too short a format or column width when trying to display the value?&lt;/P&gt;</description>
    <pubDate>Fri, 04 Jan 2019 13:23:36 GMT</pubDate>
    <dc:creator>Tom</dc:creator>
    <dc:date>2019-01-04T13:23:36Z</dc:date>
    <item>
      <title>formatting output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/formatting-output/m-p/524533#M142637</link>
      <description>&lt;P&gt;Dear Folks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a problem with the output values of cluster procedure in SAS Enterprise Miner.&lt;/P&gt;&lt;P&gt;There are values like 26E4.&lt;/P&gt;&lt;P&gt;How can I format them into real values?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 12:38:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/formatting-output/m-p/524533#M142637</guid>
      <dc:creator>SAS_ASS</dc:creator>
      <dc:date>2019-01-04T12:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: formatting output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/formatting-output/m-p/524538#M142639</link>
      <description>&lt;P&gt;What do you mean by real values?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 13:22:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/formatting-output/m-p/524538#M142639</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-01-04T13:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: formatting output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/formatting-output/m-p/524539#M142640</link>
      <description>&lt;P&gt;That is a real value. 26 * 10**4 .&lt;/P&gt;
&lt;P&gt;Perhaps you are just using too short a format or column width when trying to display the value?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 13:23:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/formatting-output/m-p/524539#M142640</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-01-04T13:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: formatting output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/formatting-output/m-p/524558#M142646</link>
      <description>&lt;P&gt;Thanks for your answer!&lt;/P&gt;&lt;P&gt;I mean something like an integer value.&lt;/P&gt;&lt;P&gt;This is part of my output.&lt;/P&gt;&lt;P&gt;Well I'm not sure about that 26E4 = 26*10*4??&lt;/P&gt;&lt;P&gt;This is actually what I'm trying to figure out...&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 14:43:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/formatting-output/m-p/524558#M142646</guid>
      <dc:creator>SAS_ASS</dc:creator>
      <dc:date>2019-01-04T14:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: formatting output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/formatting-output/m-p/524561#M142648</link>
      <description>&lt;P&gt;That is scientific, or exponential notation.&amp;nbsp; 26E4 is 26 times 10 to the fourth power. So 260,000.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Those are really large F statistics.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 14:49:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/formatting-output/m-p/524561#M142648</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-01-04T14:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: formatting output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/formatting-output/m-p/524570#M142651</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/249806"&gt;@SAS_ASS&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Dear Folks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a problem with the output values of cluster procedure in SAS Enterprise Miner.&lt;/P&gt;
&lt;P&gt;There are values like 26E4.&lt;/P&gt;
&lt;P&gt;How can I format them into real values?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It would appear that for some reason you have a BEST4. format applied to the variable in question. You could change the format, either permanently in the data set or in any procedure that uses the data to something with more digits. I might suggest starting with BEST12. to get an idea whether you have decimal portions that you need to display while retaining some flexibility of not displaying many too many more characters than needed.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 15:10:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/formatting-output/m-p/524570#M142651</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-01-04T15:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: formatting output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/formatting-output/m-p/524655#M142690</link>
      <description>&lt;P&gt;Thanks for your answer! The problem is..the variable only exists in the output and the procedure runs in the Enterprise Miner, so I have no idea how to change that....&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 19:00:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/formatting-output/m-p/524655#M142690</guid>
      <dc:creator>SAS_ASS</dc:creator>
      <dc:date>2019-01-04T19:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: formatting output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/formatting-output/m-p/524724#M142712</link>
      <description>&lt;P&gt;The procedure output is likely controlled by a template. If you are pushing the limits of the procedure that designers expected to have fewer than 10000 as the maximum value they may have set such a format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't&amp;nbsp;have access to&amp;nbsp;Enterprise Miner but I would suspect that tools in the general SAS environment should allow you to change the format in an output data set such as in Proc Print adding a FORMAT statement for that variable to use a wider format like BEST6. (or 8 or 12) or Proc Datasets to permanently change the format in the data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jan 2019 22:02:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/formatting-output/m-p/524724#M142712</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-01-04T22:02:39Z</dc:date>
    </item>
  </channel>
</rss>

