<?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 assistance in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Need-assistance/m-p/357758#M84028</link>
    <description>&lt;P&gt;If I understand your request correctly, you you want to do this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anytime status is active you dont do anything.&lt;/P&gt;
&lt;P&gt;Anytime status is&amp;nbsp;&lt;SPAN&gt;deactivated you want to alphabetically increase&amp;nbsp;name, so that Aa becomes Bb and so on.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Am I correct?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 11 May 2017 05:53:57 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2017-05-11T05:53:57Z</dc:date>
    <item>
      <title>Need assistance</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-assistance/m-p/357706#M84015</link>
      <description>what exactly I need is. Here is the problem:&lt;BR /&gt;&lt;BR /&gt;Input name $ status ;&lt;BR /&gt;Cards;&lt;BR /&gt;Aa active&lt;BR /&gt;Aa active&lt;BR /&gt;Aa active&lt;BR /&gt;Aa active&lt;BR /&gt;Aa active&lt;BR /&gt;Bb deactivated&lt;BR /&gt;Bb deactivated&lt;BR /&gt;Bb deactivated&lt;BR /&gt;Dd deactivated&lt;BR /&gt;Dd deactivated&lt;BR /&gt;Ee active&lt;BR /&gt;Ee active&lt;BR /&gt;Ee active&lt;BR /&gt;Cc active&lt;BR /&gt;Cc active&lt;BR /&gt;;&lt;BR /&gt;Run;&lt;BR /&gt;&lt;BR /&gt;O/p should be like this&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Aa active&lt;BR /&gt;Aa active&lt;BR /&gt;Aa active&lt;BR /&gt;Aa active&lt;BR /&gt;Aa active&lt;BR /&gt;Cc active&lt;BR /&gt;Cc active&lt;BR /&gt;Cc active&lt;BR /&gt;Ee active&lt;BR /&gt;Ee active&lt;BR /&gt;Ee active&lt;BR /&gt;Ee active&lt;BR /&gt;Ee active&lt;BR /&gt;Cc active&lt;BR /&gt;Cc active&lt;BR /&gt;&lt;BR /&gt;How do we do that?</description>
      <pubDate>Wed, 10 May 2017 22:57:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-assistance/m-p/357706#M84015</guid>
      <dc:creator>Praveenit0808</dc:creator>
      <dc:date>2017-05-10T22:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need assistance</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-assistance/m-p/357707#M84016</link>
      <description>try to use the below if condition &lt;BR /&gt;&lt;BR /&gt;if index(status,'active')&amp;gt;0;</description>
      <pubDate>Wed, 10 May 2017 23:05:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-assistance/m-p/357707#M84016</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2017-05-10T23:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need assistance</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-assistance/m-p/357758#M84028</link>
      <description>&lt;P&gt;If I understand your request correctly, you you want to do this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anytime status is active you dont do anything.&lt;/P&gt;
&lt;P&gt;Anytime status is&amp;nbsp;&lt;SPAN&gt;deactivated you want to alphabetically increase&amp;nbsp;name, so that Aa becomes Bb and so on.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Am I correct?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 05:53:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-assistance/m-p/357758#M84028</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2017-05-11T05:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need assistance</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-assistance/m-p/357767#M84036</link>
      <description>It's not necessary the name should be in alphabetical order. If you look at&lt;BR /&gt;the raw data carefully what I need is whenever the status shows deactivated&lt;BR /&gt;it should be assigned to the person who is active.&lt;BR /&gt;&lt;BR /&gt;##- Please type your reply above this line. Simple formatting, no&lt;BR /&gt;attachments. -##</description>
      <pubDate>Thu, 11 May 2017 06:50:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-assistance/m-p/357767#M84036</guid>
      <dc:creator>Praveenit0808</dc:creator>
      <dc:date>2017-05-11T06:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need assistance</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-assistance/m-p/357768#M84037</link>
      <description>It's not necessary the name should be in alphabetical order. If you look at&lt;BR /&gt;the raw data carefully what I need is whenever the status shows deactivated&lt;BR /&gt;it should be assigned to the person who is active.&lt;BR /&gt;&lt;BR /&gt;##- Please type your reply above this line. Simple formatting, no&lt;BR /&gt;attachments. -##</description>
      <pubDate>Thu, 11 May 2017 06:50:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-assistance/m-p/357768#M84037</guid>
      <dc:creator>Praveenit0808</dc:creator>
      <dc:date>2017-05-11T06:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Need assistance</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Need-assistance/m-p/357778#M84042</link>
      <description>&lt;P&gt;Is there a rule for how the "active" person for a given inactive person is determined? Next in order, least used, ...?&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 07:52:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Need-assistance/m-p/357778#M84042</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-05-11T07:52:27Z</dc:date>
    </item>
  </channel>
</rss>

