<?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: 10 Decimal value changed to Excel style value in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/10-Decimal-value-changed-to-Excel-style-value/m-p/496609#M15474</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/63520"&gt;@imdickson&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi Kurt. I've tried BEST20. for informat first, then format.&lt;/P&gt;
&lt;P&gt;However, no matter assigning the informat or format, the value will remain&lt;/P&gt;
&lt;PRE&gt;9.54E-7&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do take note that this is numeric in excel and SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Seeking for your further help.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I would really like to see the entire process as I suspect there is something missing from your description to turn "0.0000001919" into 9.54E-7.&amp;nbsp; I would believe 1.919E-7 (default to best8. format). You may want to use a format other than BEST as it has some issues regarding digits displayed for small values:&lt;/P&gt;
&lt;PRE&gt;data example;
   x="0.0000001919";
   y=input(x,best20.);
   put y= best8. y= best15. y=  f14.10;

run;&lt;/PRE&gt;</description>
    <pubDate>Tue, 18 Sep 2018 15:33:46 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-09-18T15:33:46Z</dc:date>
    <item>
      <title>10 Decimal value changed to Excel style value</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/10-Decimal-value-changed-to-Excel-style-value/m-p/496475#M15471</link>
      <description>&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using SAS Data Integration Studio to load data from CSV into SAS DI Studio.&lt;/P&gt;&lt;P&gt;However, there are some data with 10 decimal place such as :&lt;/P&gt;&lt;P&gt;0.0000001919&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When loading into SAS dataset, it will become excel style such as :&lt;BR /&gt;9E-7( and etc)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, my CSV is still showing 0.0000001919.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I remain blank for Informat and format. Do take note that some of the numeric values have absolute number instead of decimal place.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help me with this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 06:14:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/10-Decimal-value-changed-to-Excel-style-value/m-p/496475#M15471</guid>
      <dc:creator>imdickson</dc:creator>
      <dc:date>2018-09-18T06:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: 10 Decimal value changed to Excel style value</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/10-Decimal-value-changed-to-Excel-style-value/m-p/496476#M15472</link>
      <description>&lt;P&gt;Assign it a best. format with a sufficient length, like best20.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 06:31:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/10-Decimal-value-changed-to-Excel-style-value/m-p/496476#M15472</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-09-18T06:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: 10 Decimal value changed to Excel style value</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/10-Decimal-value-changed-to-Excel-style-value/m-p/496485#M15473</link>
      <description>&lt;P&gt;Hi Kurt. I've tried BEST20. for informat first, then format.&lt;/P&gt;&lt;P&gt;However, no matter assigning the informat or format, the value will remain&lt;/P&gt;&lt;PRE&gt;9.54E-7&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do take note that this is numeric in excel and SAS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seeking for your further help.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Sep 2018 07:35:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/10-Decimal-value-changed-to-Excel-style-value/m-p/496485#M15473</guid>
      <dc:creator>imdickson</dc:creator>
      <dc:date>2018-09-18T07:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: 10 Decimal value changed to Excel style value</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/10-Decimal-value-changed-to-Excel-style-value/m-p/496609#M15474</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/63520"&gt;@imdickson&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi Kurt. I've tried BEST20. for informat first, then format.&lt;/P&gt;
&lt;P&gt;However, no matter assigning the informat or format, the value will remain&lt;/P&gt;
&lt;PRE&gt;9.54E-7&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do take note that this is numeric in excel and SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Seeking for your further help.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I would really like to see the entire process as I suspect there is something missing from your description to turn "0.0000001919" into 9.54E-7.&amp;nbsp; I would believe 1.919E-7 (default to best8. format). You may want to use a format other than BEST as it has some issues regarding digits displayed for small values:&lt;/P&gt;
&lt;PRE&gt;data example;
   x="0.0000001919";
   y=input(x,best20.);
   put y= best8. y= best15. y=  f14.10;

run;&lt;/PRE&gt;</description>
      <pubDate>Tue, 18 Sep 2018 15:33:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/10-Decimal-value-changed-to-Excel-style-value/m-p/496609#M15474</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-09-18T15:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: 10 Decimal value changed to Excel style value</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/10-Decimal-value-changed-to-Excel-style-value/m-p/496878#M15484</link>
      <description>&lt;P&gt;I managed to solved this by using 20.10 FORMAT.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks everyone&lt;/P&gt;</description>
      <pubDate>Wed, 19 Sep 2018 09:56:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/10-Decimal-value-changed-to-Excel-style-value/m-p/496878#M15484</guid>
      <dc:creator>imdickson</dc:creator>
      <dc:date>2018-09-19T09:56:52Z</dc:date>
    </item>
  </channel>
</rss>

