<?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: Need help on SAS code for calculating mileage and fuel. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Need-help-on-SAS-code-for-calculating-mileage-and-fuel/m-p/334614#M75584</link>
    <description>&lt;P&gt;thank for help.&lt;/P&gt;</description>
    <pubDate>Tue, 21 Feb 2017 11:02:54 GMT</pubDate>
    <dc:creator>Dilawarsingh</dc:creator>
    <dc:date>2017-02-21T11:02:54Z</dc:date>
    <item>
      <title>Need help on SAS code for calculating mileage and fuel.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-on-SAS-code-for-calculating-mileage-and-fuel/m-p/334563#M75573</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;hi,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;Please proivde below code.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A car deliver a ,mileageof 20 miles per gallon.write a progarm so that the program stops genrating observation when distance reaches&lt;/P&gt;
&lt;P&gt;250 miles or when of fuel have been used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;use random example.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;regards,&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 05:15:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-on-SAS-code-for-calculating-mileage-and-fuel/m-p/334563#M75573</guid>
      <dc:creator>Dilawarsingh</dc:creator>
      <dc:date>2017-02-21T05:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on SAS code for calculating mileage and fuel.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-on-SAS-code-for-calculating-mileage-and-fuel/m-p/334566#M75574</link>
      <description>&lt;P&gt;How much pay&amp;nbsp;do you offer for doing your homework?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Else: People here will be happy to help you if you get stuck solving this task BUT you need to demonstrate that you've done some work on your own first (i.e. posting some not yet working code and then ask questions related to your code).&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 05:13:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-on-SAS-code-for-calculating-mileage-and-fuel/m-p/334566#M75574</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2017-02-21T05:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on SAS code for calculating mileage and fuel.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-on-SAS-code-for-calculating-mileage-and-fuel/m-p/334592#M75578</link>
      <description>&lt;PRE&gt;
You owe me $100 .


data _null_;
gallon=ceil(30*rand('uniform'));
do miles=20 to 250 by 20;
 n+1;
 if n gt gallon then leave;
 put _all_;
end;
run;

&lt;/PRE&gt;</description>
      <pubDate>Tue, 21 Feb 2017 08:47:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-on-SAS-code-for-calculating-mileage-and-fuel/m-p/334592#M75578</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2017-02-21T08:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on SAS code for calculating mileage and fuel.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-help-on-SAS-code-for-calculating-mileage-and-fuel/m-p/334614#M75584</link>
      <description>&lt;P&gt;thank for help.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 11:02:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-help-on-SAS-code-for-calculating-mileage-and-fuel/m-p/334614#M75584</guid>
      <dc:creator>Dilawarsingh</dc:creator>
      <dc:date>2017-02-21T11:02:54Z</dc:date>
    </item>
  </channel>
</rss>

