<?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 Forecasting mass in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/SAS-Forecasting-mass/m-p/517930#M3466</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let elephant_weight = 1000;
%let birds_wgt_capacity = 5;
%let num_birds_needed = %sysfunc(floor(%sysevalf(&amp;amp;elephant_weight/&amp;amp;birds_wgt_capacity)));

data have;
sentence = "With an elephant that weights &amp;amp;elephant_weight. 
     and birds able to carry &amp;amp;birds_wgt_capacity., 
     then you need &amp;amp;num_birds_needed birds.";
run;

proc print data=have;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 02 Dec 2018 22:00:48 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-12-02T22:00:48Z</dc:date>
    <item>
      <title>SAS Forecasting mass</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Forecasting-mass/m-p/517872#M3441</link>
      <description>&lt;P&gt;I have a hypothetical question.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How many humming birds does it take to lift an elephant?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know that everyone knows humming birds are the incorrect tool for the job, but in my scenario it is the only tool available in order to lift the elephant.&amp;nbsp; Besides the string that will be used to attach the humming birds to the elephant.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How would I go about writing in SAS a process where I could change the weight of the elephant and predetermine the number of humming&amp;nbsp;for the job?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;elephant_weight = 100&lt;/P&gt;
&lt;P&gt;humming_bird_lift_ability = ?&lt;/P&gt;
&lt;P&gt;other_weight = ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for any interaction with this scenario.&lt;/P&gt;
&lt;P&gt;BTW the answer is 1 really smart humming bird that can indicate humming birds are the incorrect tool for the job.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Dec 2018 16:32:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Forecasting-mass/m-p/517872#M3441</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2018-12-02T16:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Forecasting mass</title>
      <link>https://communities.sas.com/t5/New-SAS-User/SAS-Forecasting-mass/m-p/517930#M3466</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let elephant_weight = 1000;
%let birds_wgt_capacity = 5;
%let num_birds_needed = %sysfunc(floor(%sysevalf(&amp;amp;elephant_weight/&amp;amp;birds_wgt_capacity)));

data have;
sentence = "With an elephant that weights &amp;amp;elephant_weight. 
     and birds able to carry &amp;amp;birds_wgt_capacity., 
     then you need &amp;amp;num_birds_needed birds.";
run;

proc print data=have;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 02 Dec 2018 22:00:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/SAS-Forecasting-mass/m-p/517930#M3466</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-12-02T22:00:48Z</dc:date>
    </item>
  </channel>
</rss>

