<?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: how to find smallest totalage? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-find-smallest-totalage/m-p/896369#M354178</link>
    <description>&lt;P&gt;I am happy to help, even with homework task, but i except that some efforts are shown. In this case:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;post the data as working data step, so that we have something to test our code&lt;/LI&gt;
&lt;LI&gt;post your ideas ...&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Sep 2023 05:15:57 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2023-09-29T05:15:57Z</dc:date>
    <item>
      <title>how to find smallest totalage?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-find-smallest-totalage/m-p/896366#M354175</link>
      <description>&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Create another dataset in the HW library called “three” from “main”.&lt;/STRONG&gt;&lt;/LI&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Add a new variable called totalage where totalage is the sum of dmage and dfage.&amp;nbsp; &lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;What is the smallest value for totalage. (5 pts)&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfinished Code&lt;/P&gt;&lt;P&gt;*HW 3 - Problem 3;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;data ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc &lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data lab.three;&lt;BR /&gt;set lab.main;&lt;BR /&gt;totalage = dmage + dfage;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;and how to find smallest totalage?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 04:15:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-find-smallest-totalage/m-p/896366#M354175</guid>
      <dc:creator>Markanti</dc:creator>
      <dc:date>2023-09-29T04:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: how to find smallest totalage?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-find-smallest-totalage/m-p/896368#M354177</link>
      <description>&lt;P&gt;Use &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/proc/p0f0fjpjeuco4gn1ri963f683mi4.htm" target="_blank" rel="noopener"&gt;PROC MEANS&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 05:09:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-find-smallest-totalage/m-p/896368#M354177</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-09-29T05:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: how to find smallest totalage?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-find-smallest-totalage/m-p/896369#M354178</link>
      <description>&lt;P&gt;I am happy to help, even with homework task, but i except that some efforts are shown. In this case:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;post the data as working data step, so that we have something to test our code&lt;/LI&gt;
&lt;LI&gt;post your ideas ...&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Sep 2023 05:15:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-find-smallest-totalage/m-p/896369#M354178</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2023-09-29T05:15:57Z</dc:date>
    </item>
  </channel>
</rss>

