<?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: compute natural logarithm (i.e., LN) in sas in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/compute-natural-logarithm-i-e-LN-in-sas/m-p/694808#M211931</link>
    <description>&lt;P&gt;The&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=lefunctionsref&amp;amp;docsetTarget=p0urbseuxrkrlyn1tr04y30nt25s.htm&amp;amp;locale=en" target="_self"&gt;LOG Function&lt;/A&gt; returns the natural (base e) logarithm.&lt;/P&gt;</description>
    <pubDate>Wed, 28 Oct 2020 11:29:05 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2020-10-28T11:29:05Z</dc:date>
    <item>
      <title>compute natural logarithm (i.e., LN) in sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/compute-natural-logarithm-i-e-LN-in-sas/m-p/694806#M211930</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know how to compute the&amp;nbsp;natural logarithm (i.e., LN) in SAS?&lt;/P&gt;&lt;P&gt;I tried to use&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;data want;
set have ;
GDP_per_capita=LN(GDP_per_capita);
run;&lt;/PRE&gt;&lt;P&gt;but the result shows like&lt;/P&gt;&lt;PRE&gt;420  GDP_per_capita=LN(GDP_per_capita);
                    --
                    68
ERROR 68-185: The function LN is unknown, or cannot be accessed.&lt;/PRE&gt;&lt;P&gt;Could you please give me some suggestions about this ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 11:27:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/compute-natural-logarithm-i-e-LN-in-sas/m-p/694806#M211930</guid>
      <dc:creator>Alexxxxxxx</dc:creator>
      <dc:date>2020-10-28T11:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: compute natural logarithm (i.e., LN) in sas</title>
      <link>https://communities.sas.com/t5/SAS-Programming/compute-natural-logarithm-i-e-LN-in-sas/m-p/694808#M211931</link>
      <description>&lt;P&gt;The&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.5&amp;amp;docsetId=lefunctionsref&amp;amp;docsetTarget=p0urbseuxrkrlyn1tr04y30nt25s.htm&amp;amp;locale=en" target="_self"&gt;LOG Function&lt;/A&gt; returns the natural (base e) logarithm.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 11:29:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/compute-natural-logarithm-i-e-LN-in-sas/m-p/694808#M211931</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2020-10-28T11:29:05Z</dc:date>
    </item>
  </channel>
</rss>

