<?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 how to identify max variable in a list in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-identify-max-variable-in-a-list/m-p/418466#M102794</link>
    <description>&lt;P&gt;is there a way to identify maximum variable in a list&lt;/P&gt;&lt;P&gt;i have the below variables and i need to identify first and last i.e c_1 and c_5. is there a way to check it?&lt;/P&gt;&lt;P&gt;idno value c_1 c_2 c_3 c_4 c_5&lt;/P&gt;</description>
    <pubDate>Tue, 05 Dec 2017 13:44:37 GMT</pubDate>
    <dc:creator>mj5</dc:creator>
    <dc:date>2017-12-05T13:44:37Z</dc:date>
    <item>
      <title>how to identify max variable in a list</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-identify-max-variable-in-a-list/m-p/418466#M102794</link>
      <description>&lt;P&gt;is there a way to identify maximum variable in a list&lt;/P&gt;&lt;P&gt;i have the below variables and i need to identify first and last i.e c_1 and c_5. is there a way to check it?&lt;/P&gt;&lt;P&gt;idno value c_1 c_2 c_3 c_4 c_5&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 13:44:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-identify-max-variable-in-a-list/m-p/418466#M102794</guid>
      <dc:creator>mj5</dc:creator>
      <dc:date>2017-12-05T13:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to identify max variable in a list</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-identify-max-variable-in-a-list/m-p/418467#M102795</link>
      <description>&lt;P&gt;For similarly named variables, you can use the of : construct:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;maxval = max(of c_:);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Dec 2017 13:48:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-identify-max-variable-in-a-list/m-p/418467#M102795</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-12-05T13:48:27Z</dc:date>
    </item>
  </channel>
</rss>

