<?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: Selecting value with if condition in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/842723#M333223</link>
    <description>&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Lior&lt;/P&gt;</description>
    <pubDate>Sun, 06 Nov 2022 11:37:45 GMT</pubDate>
    <dc:creator>lioradam</dc:creator>
    <dc:date>2022-11-06T11:37:45Z</dc:date>
    <item>
      <title>Selecting value with if condition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/840179#M332216</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I have the following data:&lt;/P&gt;
&lt;TABLE width="293"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="69.7375px" height="57px"&gt;Year&lt;/TD&gt;
&lt;TD width="132.438px" height="57px"&gt;Date of Forcast&lt;/TD&gt;
&lt;TD width="89.825px" height="57px"&gt;Forecast Value&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="69.7375px" height="30px"&gt;2018&lt;/TD&gt;
&lt;TD width="132.438px" height="30px"&gt;20171102&lt;/TD&gt;
&lt;TD width="89.825px" height="30px"&gt;0.65&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="69.7375px" height="30px"&gt;2018&lt;/TD&gt;
&lt;TD width="132.438px" height="30px"&gt;20180227&lt;/TD&gt;
&lt;TD width="89.825px" height="30px"&gt;0.63&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="69.7375px" height="30px"&gt;2018&lt;/TD&gt;
&lt;TD width="132.438px" height="30px"&gt;20180509&lt;/TD&gt;
&lt;TD width="89.825px" height="30px"&gt;0.64&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="69.7375px" height="30px"&gt;2018&lt;/TD&gt;
&lt;TD width="132.438px" height="30px"&gt;20180730&lt;/TD&gt;
&lt;TD width="89.825px" height="30px"&gt;0.66&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="69.7375px" height="30px"&gt;2018&lt;/TD&gt;
&lt;TD width="132.438px" height="30px"&gt;20181110&lt;/TD&gt;
&lt;TD width="89.825px" height="30px"&gt;0.69&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="69.7375px" height="30px"&gt;2019&lt;/TD&gt;
&lt;TD width="132.438px" height="30px"&gt;20190308&lt;/TD&gt;
&lt;TD width="89.825px" height="30px"&gt;0.73&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="69.7375px" height="30px"&gt;2019&lt;/TD&gt;
&lt;TD width="132.438px" height="30px"&gt;20190509&lt;/TD&gt;
&lt;TD width="89.825px" height="30px"&gt;0.52&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="69.7375px" height="30px"&gt;2019&lt;/TD&gt;
&lt;TD width="132.438px" height="30px"&gt;20190806&lt;/TD&gt;
&lt;TD width="89.825px" height="30px"&gt;0.49&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="69.7375px" height="30px"&gt;2019&lt;/TD&gt;
&lt;TD width="132.438px" height="30px"&gt;20191108&lt;/TD&gt;
&lt;TD width="89.825px" height="30px"&gt;0.49&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="69.7375px" height="30px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="132.438px" height="30px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="89.825px" height="30px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first row, for example, states that the earning forecast for the year 2018 is 0.65 and this forecast was given on the second of August 2017.&lt;/P&gt;
&lt;P&gt;The second-row state that the forecast for the year 2018 was updated on the 27th of February 2018 to the value of 0.63.&lt;/P&gt;
&lt;P&gt;I want to write a code that will take the latest forecast value for each year as long as the "date of forecast" is not later than the 31 of March of the same year.&lt;/P&gt;
&lt;P&gt;For example for the first 5 rows (which all refer to the year 2018), the new variable (called "updated value") will be equal to 0.63.&lt;/P&gt;
&lt;P&gt;For the next 4 rows (which all refer to the year 2019) the new variable will be equal to 0.73.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could anyone assist in writing the code?&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Lior&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 02:33:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/840179#M332216</guid>
      <dc:creator>lioradam</dc:creator>
      <dc:date>2022-10-24T02:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting value with if condition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/840184#M332220</link>
      <description>&lt;P&gt;Writing a program will not be difficult but depends on:&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;what are the actual names of your variables?&lt;/LI&gt;
&lt;LI&gt;which are character and which are numeric?&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 24 Oct 2022 02:44:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/840184#M332220</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2022-10-24T02:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting value with if condition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/840189#M332224</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Year - actual name: PRD_YR - numeric variable&lt;/P&gt;
&lt;P&gt;Date of Forcast -&amp;nbsp; actual name: MOD_DATE - numeric variable (group: date)&lt;/P&gt;
&lt;P&gt;Forcast Value - actual name: VAL_1 - numeric variable&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Lior&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="133"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="133"&gt;Date of Forcast&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Mon, 24 Oct 2022 03:45:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/840189#M332224</guid>
      <dc:creator>lioradam</dc:creator>
      <dc:date>2022-10-24T03:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting value with if condition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/840190#M332225</link>
      <description>&lt;P&gt;OK, assuming we have SAS dates here, let's first create a variable holding the year:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want1;
   set have;
   year = year(mod_date);
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Actually it&amp;nbsp; looks like this step isn't needed since your data already contains PRD_YEAR.&amp;nbsp; Then process this data separately for each year:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want2;
   do until (last.year);
      set want1;
      by year;
      if month(mod_date) &amp;lt; 4 then updated_value = val_1;
   end;
   do until (last.year);
      set want1;
      by year;
      output;
   end;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;The top loop captures the last value prior to April, then the bottom loop reads the same observations and outputs them with the updated value from the top loop.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 04:13:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/840190#M332225</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2022-10-24T04:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting value with if condition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/840194#M332228</link>
      <description>&lt;P&gt;Double DO loop:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
do until (last.year);
  set have;
  by year;
  if date_of_forecast le mdy(3,31,year) then updated_value = forecast_value;
end;
do until (last.year);
  set have;
  by year;
  output;
end;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Code makes several assumptions about your data and is therefore untested. Please do &lt;U&gt;always&lt;/U&gt; supply example data in a &lt;U&gt;working&lt;/U&gt; data step with datalines.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 04:09:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/840194#M332228</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-10-24T04:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting value with if condition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/840203#M332232</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I had to adjust the code in order to include dates after 31 march of the previous year.&lt;/P&gt;
&lt;P&gt;but other than that the code works well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you very much!&lt;/P&gt;
&lt;P&gt;Lior&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 06:26:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/840203#M332232</guid>
      <dc:creator>lioradam</dc:creator>
      <dc:date>2022-10-24T06:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting value with if condition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/840204#M332233</link>
      <description>&lt;P&gt;Thank you very much.&lt;/P&gt;
&lt;P&gt;Lior&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 06:27:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/840204#M332233</guid>
      <dc:creator>lioradam</dc:creator>
      <dc:date>2022-10-24T06:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting value with if condition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/840416#M332300</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I want to change the code in the following way: instead of&amp;nbsp;&lt;SPAN&gt;taking the latest forecast value for each year as long as the "date of forecast" is not later than the 31 of March of the same year, I want to take the latest forecast value for each year as long as the "date of forecast" is not later than 9 months before the date in the last rows:&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE width="740"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="70"&gt;firm&lt;/TD&gt;
&lt;TD width="70"&gt;Year&lt;/TD&gt;
&lt;TD width="133"&gt;Date of Forcast&lt;/TD&gt;
&lt;TD width="90"&gt;Forecast Value&lt;/TD&gt;
&lt;TD width="98"&gt;PRD_MON&lt;/TD&gt;
&lt;TD width="130"&gt;PRD_YR&lt;/TD&gt;
&lt;TD width="149"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;aa&lt;/TD&gt;
&lt;TD&gt;2018&lt;/TD&gt;
&lt;TD&gt;20170802&lt;/TD&gt;
&lt;TD&gt;0.65&lt;/TD&gt;
&lt;TD&gt;6&lt;/TD&gt;
&lt;TD&gt;2018&lt;/TD&gt;
&lt;TD&gt;30.09.2017&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;aa&lt;/TD&gt;
&lt;TD&gt;2018&lt;/TD&gt;
&lt;TD&gt;20170813&lt;/TD&gt;
&lt;TD&gt;0.63&lt;/TD&gt;
&lt;TD&gt;6&lt;/TD&gt;
&lt;TD&gt;2018&lt;/TD&gt;
&lt;TD&gt;30.09.2017&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;FONT color="#0000FF"&gt;aa&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT color="#0000FF"&gt;2018&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT color="#0000FF"&gt;20170920&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT color="#0000FF"&gt;0.52&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT color="#0000FF"&gt;6&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT color="#0000FF"&gt;2018&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT color="#0000FF"&gt;30.09.2017&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;aa&lt;/TD&gt;
&lt;TD&gt;2018&lt;/TD&gt;
&lt;TD&gt;20180730&lt;/TD&gt;
&lt;TD&gt;0.66&lt;/TD&gt;
&lt;TD&gt;6&lt;/TD&gt;
&lt;TD&gt;2018&lt;/TD&gt;
&lt;TD&gt;30.09.2017&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;aa&lt;/TD&gt;
&lt;TD&gt;2018&lt;/TD&gt;
&lt;TD&gt;20181110&lt;/TD&gt;
&lt;TD&gt;0.69&lt;/TD&gt;
&lt;TD&gt;6&lt;/TD&gt;
&lt;TD&gt;2018&lt;/TD&gt;
&lt;TD&gt;30.09.2017&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;aa&lt;/TD&gt;
&lt;TD&gt;2019&lt;/TD&gt;
&lt;TD&gt;20180308&lt;/TD&gt;
&lt;TD&gt;0.73&lt;/TD&gt;
&lt;TD&gt;6&lt;/TD&gt;
&lt;TD&gt;2019&lt;/TD&gt;
&lt;TD&gt;30.09.2018&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;aa&lt;/TD&gt;
&lt;TD&gt;2019&lt;/TD&gt;
&lt;TD&gt;20180509&lt;/TD&gt;
&lt;TD&gt;0.52&lt;/TD&gt;
&lt;TD&gt;6&lt;/TD&gt;
&lt;TD&gt;2019&lt;/TD&gt;
&lt;TD&gt;30.09.2018&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;FONT color="#0000FF"&gt;aa&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT color="#0000FF"&gt;2019&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT color="#0000FF"&gt;20180906&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT color="#0000FF"&gt;0.49&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT color="#0000FF"&gt;6&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT color="#0000FF"&gt;2019&lt;/FONT&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;FONT color="#0000FF"&gt;30.09.2018&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;aa&lt;/TD&gt;
&lt;TD&gt;2019&lt;/TD&gt;
&lt;TD&gt;20181006&lt;/TD&gt;
&lt;TD&gt;0.43&lt;/TD&gt;
&lt;TD&gt;6&lt;/TD&gt;
&lt;TD&gt;2019&lt;/TD&gt;
&lt;TD&gt;30.09.2018&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;For example for the first 5 rows (which all refer to the year 2018), the new variable (called "updated value") will be equal to 0.52.&lt;/P&gt;
&lt;P&gt;For the next 4 rows (which all refer to the year 2019) the new variable will be equal to 0.49.&lt;/P&gt;
&lt;P&gt;By the way, I didn't understand where is the "working data step" in which I should insert the example data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Lior&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2022 23:12:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/840416#M332300</guid>
      <dc:creator>lioradam</dc:creator>
      <dc:date>2022-10-24T23:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting value with if condition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/840466#M332319</link>
      <description>&lt;P&gt;For the year 2019, none of the dates is at least 9 months prior to the last, so you would not select any value there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Quote from myself in an earlier post:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Please do &lt;/SPAN&gt;&lt;U&gt;always&lt;/U&gt;&lt;SPAN&gt; supply example data in a &lt;/SPAN&gt;&lt;U&gt;working&lt;/U&gt;&lt;SPAN&gt; data step with datalines.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Please follow this. I won't try to write any further code without proper data.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 08:32:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/840466#M332319</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-10-25T08:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting value with if condition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/840487#M332325</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;For the year 2019, the first three rows are prior to 30.9.2018 which is 9 months prior to 30.6.2019, so the code should take the latest row among them, meaning the value of 0.49.&lt;/P&gt;
&lt;P&gt;if all the rows had been after 30.09.2018, the value should be empty (missing value).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I want to supply example data in a&amp;nbsp;&lt;/SPAN&gt;&lt;U&gt;working&lt;/U&gt;&lt;SPAN&gt;&amp;nbsp;data step with datalines, but I don't know how to do so. Could you please guide how to do it?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I can browse the document file if that is what you meant.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Lior&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Oct 2022 11:42:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/840487#M332325</guid>
      <dc:creator>lioradam</dc:creator>
      <dc:date>2022-10-25T11:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting value with if condition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/842043#M332946</link>
      <description>&lt;P&gt;Quick example of data step code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
input firm $ Year Date_of_Forcast : yymmdd8. Forecast_Value PRD_MON PRD_YR;
format date_of_forcast yymmdd10.;
datalines;
aa 2018 20170802 0.65 6 2018
;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Please expand on this with additional rows/columns.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2022 09:10:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/842043#M332946</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-11-02T09:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: Selecting value with if condition</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/842723#M333223</link>
      <description>&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Lior&lt;/P&gt;</description>
      <pubDate>Sun, 06 Nov 2022 11:37:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Selecting-value-with-if-condition/m-p/842723#M333223</guid>
      <dc:creator>lioradam</dc:creator>
      <dc:date>2022-11-06T11:37:45Z</dc:date>
    </item>
  </channel>
</rss>

