<?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 Finding E values in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Finding-E-values/m-p/437098#M108802</link>
    <description>&lt;P&gt;Assume I have a numeric variable called "amount" and it has values like&amp;nbsp;-159000E.3,&amp;nbsp;-1125590E.0, 17000987,0.9 etc . Is there any way to find only the exponential values of this variable? In the output I need only&amp;nbsp;&lt;SPAN&gt;-159000E.3 and -1125590E.0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I find difficult to manually verify the values (it has over 10L unique values) for this variable.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Feb 2018 14:33:16 GMT</pubDate>
    <dc:creator>Babloo</dc:creator>
    <dc:date>2018-02-14T14:33:16Z</dc:date>
    <item>
      <title>Finding E values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-E-values/m-p/437098#M108802</link>
      <description>&lt;P&gt;Assume I have a numeric variable called "amount" and it has values like&amp;nbsp;-159000E.3,&amp;nbsp;-1125590E.0, 17000987,0.9 etc . Is there any way to find only the exponential values of this variable? In the output I need only&amp;nbsp;&lt;SPAN&gt;-159000E.3 and -1125590E.0&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I find difficult to manually verify the values (it has over 10L unique values) for this variable.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 14:33:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-E-values/m-p/437098#M108802</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2018-02-14T14:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Finding E values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-E-values/m-p/437114#M108807</link>
      <description>I think you just need to reformat to get what you want: &lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000205131.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000205131.htm&lt;/A&gt;</description>
      <pubDate>Wed, 14 Feb 2018 15:00:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-E-values/m-p/437114#M108807</guid>
      <dc:creator>Larrihoover</dc:creator>
      <dc:date>2018-02-14T15:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Finding E values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-E-values/m-p/437127#M108811</link>
      <description>&lt;P&gt;Depending on what your current format is your question is equivalent to "is my value greater 1000000000" or similar. I have to say I'm not familiar with a format that will use scientific notation quite that way. I would expect to see something more like -1.59E9.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 15:14:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-E-values/m-p/437127#M108811</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-02-14T15:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Finding E values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-E-values/m-p/437136#M108816</link>
      <description>No format has been applied to that variable.&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Feb 2018 15:30:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-E-values/m-p/437136#M108816</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2018-02-14T15:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Finding E values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-E-values/m-p/437172#M108828</link>
      <description>Could you please help me understand how that format applies to my scenario?&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Feb 2018 16:05:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-E-values/m-p/437172#M108828</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2018-02-14T16:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Finding E values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-E-values/m-p/437217#M108839</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/8409"&gt;@Babloo&lt;/a&gt; wrote:&lt;BR /&gt;No format has been applied to that variable.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Show the proc contents result. EVERY variable in a SAS data set has a format. By default for numeric I would expect BEST12. But the values you show for example are not typical for best12.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 16:53:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-E-values/m-p/437217#M108839</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-02-14T16:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Finding E values</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-E-values/m-p/437219#M108840</link>
      <description>Yes, it's in Best12. Format. You can ignore my example which is not adhere&lt;BR /&gt;to best12. Format.&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Feb 2018 16:56:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-E-values/m-p/437219#M108840</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2018-02-14T16:56:55Z</dc:date>
    </item>
  </channel>
</rss>

