<?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 simplify the code in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-simplify-the-comparison-of-one-variable-to-multiple/m-p/278433#M56020</link>
    <description>&lt;P&gt;Suppose you have 9 dates: date1 to date9:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if date gt max(date1, date2, date3,..., date9)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if date gt max(of date1-date9)&lt;/P&gt;</description>
    <pubDate>Sun, 19 Jun 2016 03:28:23 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2016-06-19T03:28:23Z</dc:date>
    <item>
      <title>How to simplify the comparison of one variable to multiple variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-simplify-the-comparison-of-one-variable-to-multiple/m-p/278432#M56019</link>
      <description>&lt;P&gt;Dear,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have to write a IF condition.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Eg: If date gt date1 and date gt date2 and so on for several variables. Is ther way to simplify the code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My code:IF date gt in(date1-date16)Please help. Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jun 2016 03:51:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-simplify-the-comparison-of-one-variable-to-multiple/m-p/278432#M56019</guid>
      <dc:creator>knveraraju91</dc:creator>
      <dc:date>2016-06-19T03:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to simplify the code</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-simplify-the-comparison-of-one-variable-to-multiple/m-p/278433#M56020</link>
      <description>&lt;P&gt;Suppose you have 9 dates: date1 to date9:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if date gt max(date1, date2, date3,..., date9)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if date gt max(of date1-date9)&lt;/P&gt;</description>
      <pubDate>Sun, 19 Jun 2016 03:28:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-simplify-the-comparison-of-one-variable-to-multiple/m-p/278433#M56020</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2016-06-19T03:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to simplify the comparison of one variable to multiple variables</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-simplify-the-comparison-of-one-variable-to-multiple/m-p/278582#M56054</link>
      <description>Your inquiry indicates that you need to transpose your data set from wide to long.</description>
      <pubDate>Mon, 20 Jun 2016 06:25:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-simplify-the-comparison-of-one-variable-to-multiple/m-p/278582#M56054</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2016-06-20T06:25:12Z</dc:date>
    </item>
  </channel>
</rss>

