<?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: SAS function in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SAS-function/m-p/501331#M72671</link>
    <description>&lt;P&gt;What have you tried so far?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a little code snippet to get you going&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
   do N=0.25 to 5 by 0.25;
      /* Your calculations here */
   output;
   end;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 04 Oct 2018 04:52:46 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2018-10-04T04:52:46Z</dc:date>
    <item>
      <title>SAS function</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-function/m-p/501324#M72669</link>
      <description>&lt;P&gt;Can anyone help me with this one?&lt;/P&gt;&lt;P&gt;Create and print a data set with variables named N, ExpN, and LogN, where ExpN is eN and LogN is the natural log of N (the function is LOG).&amp;nbsp; Use a DO loop to create a table showing values of N, ExpN, and LogN for values of N going from 0.25 to 5 by 0.25.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 03:55:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-function/m-p/501324#M72669</guid>
      <dc:creator>weixxx</dc:creator>
      <dc:date>2018-10-04T03:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS function</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-function/m-p/501326#M72670</link>
      <description>&lt;P&gt;The documentation of functions can be found here:&amp;nbsp;&lt;A href="https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.3&amp;amp;docsetId=lefunctionsref&amp;amp;docsetTarget=p0urbseuxrkrlyn1tr04y30nt25s.htm&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?cdcId=pgmsascdc&amp;amp;cdcVersion=9.4_3.3&amp;amp;docsetId=lefunctionsref&amp;amp;docsetTarget=p0urbseuxrkrlyn1tr04y30nt25s.htm&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 04:27:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-function/m-p/501326#M72670</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-10-04T04:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS function</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-function/m-p/501331#M72671</link>
      <description>&lt;P&gt;What have you tried so far?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is a little code snippet to get you going&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data test;
   do N=0.25 to 5 by 0.25;
      /* Your calculations here */
   output;
   end;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 04 Oct 2018 04:52:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-function/m-p/501331#M72671</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2018-10-04T04:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS function</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-function/m-p/501491#M72677</link>
      <description>&lt;P&gt;Thank all for the helping! I appreciate!&lt;/P&gt;</description>
      <pubDate>Thu, 04 Oct 2018 14:09:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-function/m-p/501491#M72677</guid>
      <dc:creator>weixxx</dc:creator>
      <dc:date>2018-10-04T14:09:03Z</dc:date>
    </item>
  </channel>
</rss>

