<?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 LOG in SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/LOG-in-SAS/m-p/377218#M90559</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the LOG function used in a datastep the log base 10 or the natural log. Tyring to find a definite answer.Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jul 2017 09:45:57 GMT</pubDate>
    <dc:creator>csetzkorn</dc:creator>
    <dc:date>2017-07-19T09:45:57Z</dc:date>
    <item>
      <title>LOG in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LOG-in-SAS/m-p/377218#M90559</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the LOG function used in a datastep the log base 10 or the natural log. Tyring to find a definite answer.Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 09:45:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LOG-in-SAS/m-p/377218#M90559</guid>
      <dc:creator>csetzkorn</dc:creator>
      <dc:date>2017-07-19T09:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: LOG in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LOG-in-SAS/m-p/377220#M90561</link>
      <description>&lt;P&gt;Maxim 1: Read the documentation:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lefunctionsref/69762/HTML/default/viewer.htm#p0urbseuxrkrlyn1tr04y30nt25s.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lefunctionsref/69762/HTML/default/viewer.htm#p0urbseuxrkrlyn1tr04y30nt25s.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;(found with google search for "SAS 9.4 functions and call routines")&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 09:53:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LOG-in-SAS/m-p/377220#M90561</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-07-19T09:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: LOG in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/LOG-in-SAS/m-p/377227#M90562</link>
      <description>&lt;P&gt;Certainly Kurt's reply to look at the documentation is a good one. &amp;nbsp;Putting in known constants that give known results is an alternative way or at least a way that might help you remember in the future. &amp;nbsp;log(e) = 1, e ** 1 = e, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;data;
x = log(constant('e'));
put x;
x = log10(10);
put x;
x = exp(log(constant('e')));
put x;
run;
&lt;/PRE&gt;</description>
      <pubDate>Wed, 19 Jul 2017 10:37:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/LOG-in-SAS/m-p/377227#M90562</guid>
      <dc:creator>WarrenKuhfeld</dc:creator>
      <dc:date>2017-07-19T10:37:30Z</dc:date>
    </item>
  </channel>
</rss>

