<?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: Showing the full number, avoiding scientific notation in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Showing-the-full-number-avoiding-scientific-notation/m-p/691165#M24817</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide some sample data and equivalent sample output, as well as the code used to create the output from the input. Please use the formatting tools provided to post code and data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are reading from Excel then it is possible the scientific notation is what the raw data looks like.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Amir.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Oct 2020 08:22:09 GMT</pubDate>
    <dc:creator>Amir</dc:creator>
    <dc:date>2020-10-13T08:22:09Z</dc:date>
    <item>
      <title>Showing the full number, avoiding scientific notation</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Showing-the-full-number-avoiding-scientific-notation/m-p/691160#M24816</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have some problem with one variable. Some values are shown with 'e' , with scientific notation. I tried to format with best32. but it does not work. Could you please suggest any solution to this problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 08:04:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Showing-the-full-number-avoiding-scientific-notation/m-p/691160#M24816</guid>
      <dc:creator>Nini1</dc:creator>
      <dc:date>2020-10-13T08:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Showing the full number, avoiding scientific notation</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Showing-the-full-number-avoiding-scientific-notation/m-p/691165#M24817</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide some sample data and equivalent sample output, as well as the code used to create the output from the input. Please use the formatting tools provided to post code and data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are reading from Excel then it is possible the scientific notation is what the raw data looks like.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Amir.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 08:22:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Showing-the-full-number-avoiding-scientific-notation/m-p/691165#M24817</guid>
      <dc:creator>Amir</dc:creator>
      <dc:date>2020-10-13T08:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Showing the full number, avoiding scientific notation</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Showing-the-full-number-avoiding-scientific-notation/m-p/691166#M24818</link>
      <description>&lt;P&gt;As soon as the exponent goes beyond 31, you will get the scientific notation; just run this for illustration:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
format number best32.;
do i = 1 to 33;
  number = 10 ** i;
  output;
end;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You can also see how, from a given exponent, the limits of numeric precision kick in and create artifacts.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2020 08:28:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Showing-the-full-number-avoiding-scientific-notation/m-p/691166#M24818</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-10-13T08:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Showing the full number, avoiding scientific notation</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Showing-the-full-number-avoiding-scientific-notation/m-p/692390#M24894</link>
      <description>Thank you very much!</description>
      <pubDate>Sun, 18 Oct 2020 19:34:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Showing-the-full-number-avoiding-scientific-notation/m-p/692390#M24894</guid>
      <dc:creator>Nini1</dc:creator>
      <dc:date>2020-10-18T19:34:45Z</dc:date>
    </item>
  </channel>
</rss>

