<?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 How to convert decimal value to exponential in SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-convert-decimal-value-to-exponential-in-SAS/m-p/227732#M41057</link>
    <description>&lt;P&gt;hI,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My pvalue has value like :&amp;nbsp;0.000082634.&lt;/P&gt;
&lt;P&gt;But I need to convert it into 8.26E-5. Could anyone please let me know how to do this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Megha&lt;/P&gt;</description>
    <pubDate>Tue, 29 Sep 2015 18:11:10 GMT</pubDate>
    <dc:creator>maggi2410</dc:creator>
    <dc:date>2015-09-29T18:11:10Z</dc:date>
    <item>
      <title>How to convert decimal value to exponential in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-convert-decimal-value-to-exponential-in-SAS/m-p/227732#M41057</link>
      <description>&lt;P&gt;hI,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My pvalue has value like :&amp;nbsp;0.000082634.&lt;/P&gt;
&lt;P&gt;But I need to convert it into 8.26E-5. Could anyone please let me know how to do this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Megha&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2015 18:11:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-convert-decimal-value-to-exponential-in-SAS/m-p/227732#M41057</guid>
      <dc:creator>maggi2410</dc:creator>
      <dc:date>2015-09-29T18:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert decimal value to exponential in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-convert-decimal-value-to-exponential-in-SAS/m-p/227735#M41059</link>
      <description>&lt;P&gt;Hi. &amp;nbsp;If you are asking how to display that value in scientific notation, use a format ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data _null_;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;x = 0.000082634;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;put x e9.;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;If you are really asking how to convert numeric a numeric value, it's an odd question since SAS stores all numeric values in the same manner (unless you start playing with numeric value lengths). &amp;nbsp;It's just &amp;nbsp;the display of the value&amp;nbsp;that&amp;nbsp;you can alter.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2015 18:26:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-convert-decimal-value-to-exponential-in-SAS/m-p/227735#M41059</guid>
      <dc:creator>MikeZdeb</dc:creator>
      <dc:date>2015-09-29T18:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert decimal value to exponential in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-convert-decimal-value-to-exponential-in-SAS/m-p/227740#M41061</link>
      <description>Thank you MikeZdeb. Yes I meant display. Your solution worked. Many thanks</description>
      <pubDate>Tue, 29 Sep 2015 18:54:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-convert-decimal-value-to-exponential-in-SAS/m-p/227740#M41061</guid>
      <dc:creator>maggi2410</dc:creator>
      <dc:date>2015-09-29T18:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to convert decimal value to exponential in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-convert-decimal-value-to-exponential-in-SAS/m-p/227745#M41062</link>
      <description>Please mark the question as Answered &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Tue, 29 Sep 2015 19:26:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-convert-decimal-value-to-exponential-in-SAS/m-p/227745#M41062</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-09-29T19:26:05Z</dc:date>
    </item>
  </channel>
</rss>

