<?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: Log and Antilog in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Log-and-Antilog/m-p/157305#M262990</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SAS, LOG means "natural log." Your example is actually &lt;/P&gt;&lt;P&gt;L = LOG10(98167.94);&lt;/P&gt;&lt;P&gt;so the inverse is&lt;/P&gt;&lt;P&gt;P = 10**L;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Dec 2013 21:02:13 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2013-12-02T21:02:13Z</dc:date>
    <item>
      <title>Log and Antilog</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Log-and-Antilog/m-p/157302#M262987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anybody can guide me how can I do the reverse log in SAS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOG(98167.94) is 4.99196967766037&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to convert 4.99196967766037 to 98167.94.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;KP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 16:58:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Log-and-Antilog/m-p/157302#M262987</guid>
      <dc:creator>Kpatel306</dc:creator>
      <dc:date>2013-11-27T16:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Log and Antilog</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Log-and-Antilog/m-p/157303#M262988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can google some of these &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First result from google "SAS ANTILOG"&lt;/P&gt;&lt;P&gt;&lt;A href="http://listserv.uga.edu/cgi-bin/wa?A2=ind0112b&amp;amp;L=sas-l&amp;amp;P=33218" title="http://listserv.uga.edu/cgi-bin/wa?A2=ind0112b&amp;amp;L=sas-l&amp;amp;P=33218"&gt;SAS-L archives -- December 2001, week 2 (#305)&amp;lt;/title&amp;gt;&amp;lt;style type="text/css"&amp;gt;&amp;lt;!--BODY { font-family: "Comic Sans MS",arial, helvetica, sans-serif; font-size: 14px; color: black; background-color: white; }TD, TH, FONT, .BOD { font-family: "Comic Sans MS", arial, helvetica, sans-serif; font-size: 14px; margin-left: 0px; margin-right: 0px; color: black; }SUP { font-family: courier,monospace; font-size: 12px; text-decoration: none; }KBD {font-family: courier,monospace;}PRE {font-family: courier,monospace;} .SMALL {font-size: 12px} .SMALLER {font-size: 10px} .LARGE {font-size: 16px} .LARGER {font-size: 18px} .FOOT {font-size: 12px; color: gray } .BLOCK { font-size: 12px; color: #555555; text-align: justify; } .FIXED { font-family: courier,monospaced; font-size:12pt }STRONG {font-weight: bold }EM { font-style: italic; }A:LINK { text-decoration: none; color: #0000FF; }A:VISITED { text-decoration: none; color: #0000FF; }A:ACTIVE { text-decoration: none; color: #0000FF; }A:HOVER { text-decoration: none; color: #ad080a; }H1 { font-size: 22px; }H2 { font-size: 20px; }H3 { font-size: 18px; }--&amp;gt;&amp;lt;/style&amp;gt;&amp;lt;!-- This is the top part for sub pages (topsub.html) 12/10/99 16:05 --&amp;gt;&amp;lt;head&amp;gt;&amp;lt;title&amp;gt;LISTSERV at the University of Georgia&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 17:02:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Log-and-Antilog/m-p/157303#M262988</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-11-27T17:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Log and Antilog</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Log-and-Antilog/m-p/157304#M262989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Reeza,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen that before and use that function in my code, but I think I did some mistake in using EXP, so it was not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But now its working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 17:12:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Log-and-Antilog/m-p/157304#M262989</guid>
      <dc:creator>Kpatel306</dc:creator>
      <dc:date>2013-11-27T17:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Log and Antilog</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Log-and-Antilog/m-p/157305#M262990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SAS, LOG means "natural log." Your example is actually &lt;/P&gt;&lt;P&gt;L = LOG10(98167.94);&lt;/P&gt;&lt;P&gt;so the inverse is&lt;/P&gt;&lt;P&gt;P = 10**L;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 21:02:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Log-and-Antilog/m-p/157305#M262990</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2013-12-02T21:02:13Z</dc:date>
    </item>
  </channel>
</rss>

