<?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 i need a min or max value in the same variable for each id without proc sql can anyone help in SAS Certification</title>
    <link>https://communities.sas.com/t5/SAS-Certification/i-need-a-min-or-max-value-in-the-same-variable-for-each-id/m-p/845338#M1407</link>
    <description>&lt;P&gt;id&amp;nbsp; &amp;nbsp; wt&amp;nbsp; &amp;nbsp; &amp;nbsp; hr&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; 56&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;89&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp;50&amp;nbsp; &amp;nbsp; &amp;nbsp; 84&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp;51&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;98&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp;51&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;86&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; 58&amp;nbsp; &amp;nbsp; &amp;nbsp; 89&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp;50&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;105&lt;/P&gt;</description>
    <pubDate>Sun, 20 Nov 2022 14:30:05 GMT</pubDate>
    <dc:creator>rogeralfa111</dc:creator>
    <dc:date>2022-11-20T14:30:05Z</dc:date>
    <item>
      <title>i need a min or max value in the same variable for each id without proc sql can anyone help</title>
      <link>https://communities.sas.com/t5/SAS-Certification/i-need-a-min-or-max-value-in-the-same-variable-for-each-id/m-p/845338#M1407</link>
      <description>&lt;P&gt;id&amp;nbsp; &amp;nbsp; wt&amp;nbsp; &amp;nbsp; &amp;nbsp; hr&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; 56&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;89&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp;50&amp;nbsp; &amp;nbsp; &amp;nbsp; 84&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp;51&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;98&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp;51&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;86&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; 58&amp;nbsp; &amp;nbsp; &amp;nbsp; 89&lt;/P&gt;&lt;P&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp;50&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;105&lt;/P&gt;</description>
      <pubDate>Sun, 20 Nov 2022 14:30:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/i-need-a-min-or-max-value-in-the-same-variable-for-each-id/m-p/845338#M1407</guid>
      <dc:creator>rogeralfa111</dc:creator>
      <dc:date>2022-11-20T14:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: i need a min or max value in the same variable for each id without proc sql can anyone help</title>
      <link>https://communities.sas.com/t5/SAS-Certification/i-need-a-min-or-max-value-in-the-same-variable-for-each-id/m-p/845339#M1408</link>
      <description>Sounds like homework maybe?&lt;BR /&gt;&lt;BR /&gt;I'll offer a hint: I'd use PROC SORT and then FIRST./LAST. processing.&lt;BR /&gt;&lt;BR /&gt;Have fun experimenting.</description>
      <pubDate>Sun, 20 Nov 2022 14:38:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/i-need-a-min-or-max-value-in-the-same-variable-for-each-id/m-p/845339#M1408</guid>
      <dc:creator>Mark2010</dc:creator>
      <dc:date>2022-11-20T14:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: i need a min or max value in the same variable for each id without proc sql can anyone help</title>
      <link>https://communities.sas.com/t5/SAS-Certification/i-need-a-min-or-max-value-in-the-same-variable-for-each-id/m-p/845346#M1409</link>
      <description>&lt;P&gt;What does your desired result look like? What have you tried already?&lt;/P&gt;</description>
      <pubDate>Sun, 20 Nov 2022 18:32:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/i-need-a-min-or-max-value-in-the-same-variable-for-each-id/m-p/845346#M1409</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2022-11-20T18:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: i need a min or max value in the same variable for each id without proc sql can anyone help</title>
      <link>https://communities.sas.com/t5/SAS-Certification/i-need-a-min-or-max-value-in-the-same-variable-for-each-id/m-p/845347#M1410</link>
      <description>&lt;P&gt;The&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/proc/p0f0fjpjeuco4gn1ri963f683mi4.htm" target="_blank" rel="noopener"&gt;MEANS Procedure&lt;/A&gt;&amp;nbsp;will be your tool of choice.&lt;/P&gt;
&lt;P&gt;Use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;class id;
var wt hr;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I leave it as an exercise for you to define the statistics.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Nov 2022 18:58:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/i-need-a-min-or-max-value-in-the-same-variable-for-each-id/m-p/845347#M1410</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-11-20T18:58:45Z</dc:date>
    </item>
  </channel>
</rss>

