<?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: combine results in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/440605#M110100</link>
    <description>&lt;P&gt;Thank you Reeza but I should probably give you more info&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the file there are multiple test names so one ssn can have different test names.&amp;nbsp; For example&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ssn&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; test name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value&lt;/P&gt;
&lt;P&gt;123456789 john smith&amp;nbsp; height(feet)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;
&lt;P&gt;123456789 john smith&amp;nbsp; height(inches)&amp;nbsp; 11.5&lt;/P&gt;
&lt;P&gt;123456789 john smith&amp;nbsp; BMI&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just need to make&amp;nbsp; the two records in one value.....so one line with 4 feet and 11.5 converted into height in inches&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this makes sense - thank you&lt;/P&gt;</description>
    <pubDate>Tue, 27 Feb 2018 17:49:35 GMT</pubDate>
    <dc:creator>myboys2</dc:creator>
    <dc:date>2018-02-27T17:49:35Z</dc:date>
    <item>
      <title>combine results</title>
      <link>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/437274#M108847</link>
      <description>&lt;P&gt;hi - I have a file coming in that has two records the same expect the test name and value&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;first name&amp;nbsp;&amp;nbsp; last name&amp;nbsp; ssn&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; date of service&amp;nbsp;&amp;nbsp;&amp;nbsp; dob&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; test&amp;nbsp; name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;john&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; doe&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 123456789&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2017-01-01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1967-12-01&amp;nbsp;&amp;nbsp;&amp;nbsp; height(feet)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;john&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; doe&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 123456789&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2017-01-01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1967-12-01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; height(inches)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11.5&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to make these two records into one but the value should be a final&lt;/P&gt;
&lt;P&gt;result as 4 feet 11.5 inches (&lt;SPAN style="color: rgb(31, 73, 125); font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11pt;"&gt;59.5 inches&amp;nbsp; [(4*12)+11.5])&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in 0in 0pt;"&gt;&lt;SPAN style="color: rgb(31, 73, 125); font-family: &amp;quot;Calibri&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11pt;"&gt;how would I do this?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 19:18:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/437274#M108847</guid>
      <dc:creator>myboys2</dc:creator>
      <dc:date>2018-02-14T19:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: combine results</title>
      <link>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/437278#M108850</link>
      <description>&lt;P&gt;Are they already in the same file?&lt;/P&gt;
&lt;P&gt;And is the DOB different because of a typo?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 19:12:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/437278#M108850</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-14T19:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: combine results</title>
      <link>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/437281#M108852</link>
      <description>&lt;P&gt;sorry typo DOB is the same on both records and yes they are on the same file&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 19:15:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/437281#M108852</guid>
      <dc:creator>myboys2</dc:creator>
      <dc:date>2018-02-14T19:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: combine results</title>
      <link>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/437282#M108853</link>
      <description>yes type DOB is the same and yes all on one file</description>
      <pubDate>Wed, 14 Feb 2018 19:16:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/437282#M108853</guid>
      <dc:creator>myboys2</dc:creator>
      <dc:date>2018-02-14T19:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: combine results</title>
      <link>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/437285#M108855</link>
      <description>&lt;P&gt;Something like the following is what you want:&lt;/P&gt;
&lt;P&gt;Use RETAIN to keep the value across the rows and set it to the variable feet. This assumes the data is always in the order you've shown.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
set have;
by ssn;
retain feet;

if first.ssn then feet=value;
else if last.ssn then do;
    height = Feet*12+value;
    output;
end;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 14 Feb 2018 19:27:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/437285#M108855</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-14T19:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: combine results</title>
      <link>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/440605#M110100</link>
      <description>&lt;P&gt;Thank you Reeza but I should probably give you more info&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the file there are multiple test names so one ssn can have different test names.&amp;nbsp; For example&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ssn&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; test name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value&lt;/P&gt;
&lt;P&gt;123456789 john smith&amp;nbsp; height(feet)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;
&lt;P&gt;123456789 john smith&amp;nbsp; height(inches)&amp;nbsp; 11.5&lt;/P&gt;
&lt;P&gt;123456789 john smith&amp;nbsp; BMI&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just need to make&amp;nbsp; the two records in one value.....so one line with 4 feet and 11.5 converted into height in inches&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this makes sense - thank you&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 17:49:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/440605#M110100</guid>
      <dc:creator>myboys2</dc:creator>
      <dc:date>2018-02-27T17:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: combine results</title>
      <link>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/440607#M110102</link>
      <description>&lt;P&gt;A SQL join is likely a better option in this case.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or you can use the LAG() to figure out which are height records, but again, you need to make sure that the data is always in the same order.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should try and adapt it and I can help if you run into issues.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/45857"&gt;@myboys2&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Thank you Reeza but I should probably give you more info&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the file there are multiple test names so one ssn can have different test names.&amp;nbsp; For example&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ssn&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; test name&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; value&lt;/P&gt;
&lt;P&gt;123456789 john smith&amp;nbsp; height(feet)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4&lt;/P&gt;
&lt;P&gt;123456789 john smith&amp;nbsp; height(inches)&amp;nbsp; 11.5&lt;/P&gt;
&lt;P&gt;123456789 john smith&amp;nbsp; BMI&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just need to make&amp;nbsp; the two records in one value.....so one line with 4 feet and 11.5 converted into height in inches&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this makes sense - thank you&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 17:51:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/440607#M110102</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-27T17:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: combine results</title>
      <link>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/440630#M110116</link>
      <description>&lt;P&gt;This works, let us know if it worked for you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
infile datalines dlm=',' dsd;
input @1 ssn:$9. @11 name:$11. @23 test_name:$17. @41 value:best12.;
datalines;
123456789 john smith  height(feet)      4
123456789 john smith  height(inches)    11.5
123456789 john smith  BMI               20
123456788 john doe    height(feet)      5
123456788 john doe    height(inches)    12
123456788 john doe    BMI               25
;
run;

proc sql;
create table want as
select ssn, name, test_name, value from have 
where test_name not in('height(feet)','height(inches)')
union
select a.ssn, a.name,'height(feet)' as test_name, (12*a.value+b.value) as value
from (select ssn, name, test_name, value
      from have where test_name='height(feet)') as a,
	 (select ssn, name, test_name, value
      from have where test_name='height(inches)') as b
where a.ssn=b.ssn
;
quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 27 Feb 2018 18:50:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/440630#M110116</guid>
      <dc:creator>Satish_Parida</dc:creator>
      <dc:date>2018-02-27T18:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: combine results</title>
      <link>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/440646#M110125</link>
      <description>&lt;P&gt;Thank you but it is not giving me another testname&amp;nbsp;with height and feet combined. so I am looking for the two records of 4 feet and 11.5 inches to be on one line converted to inches.&amp;nbsp; so maybe test name "height"&amp;nbsp; 59.5 inches&amp;nbsp; (4*12+11.5)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also had to convert the value to numeric since the calc will not work until numeric.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 19:49:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/440646#M110125</guid>
      <dc:creator>myboys2</dc:creator>
      <dc:date>2018-02-27T19:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: combine results</title>
      <link>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/440653#M110127</link>
      <description>&lt;P&gt;Does the demo code work? Other than the name still being height (inches) it's correct. In fact, height inches is correct becuase it is height in inches....if you want it named differently though, just change the name in the UNION statement - ie height(feet) -&amp;gt; change to what you want it to be called.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class=" language-sas"&gt;&lt;CODE class="  language-sas"&gt;&lt;SPAN class="token statement"&gt;select&lt;/SPAN&gt; a&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;ssn&lt;SPAN class="token punctuation"&gt;,&lt;/SPAN&gt; a&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;name&lt;SPAN class="token punctuation"&gt;,&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'height(feet)'&lt;/SPAN&gt; as test_name&lt;SPAN class="token punctuation"&gt;,&lt;/SPAN&gt; &lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token number"&gt;12&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;*&lt;/SPAN&gt;a&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token keyword"&gt;value&lt;/SPAN&gt;&lt;SPAN class="token operator"&gt;+&lt;/SPAN&gt;b&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token keyword"&gt;value&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt; as &lt;SPAN class="token keyword"&gt;value&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it works for the sample data but not your data, how is your data different?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Feb 2018 20:32:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/440653#M110127</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-02-27T20:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: combine results</title>
      <link>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/440656#M110129</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data have;
infile datalines dlm=' ';
input ssn $ 1-10 name $ 11-22 test_name $ 23-38 @41 value ;
datalines;
123456789 john smith  height(feet)      4
123456789 john smith  height(inches)    11.5
123456789 john smith  BMI               20
123456788 john doe    height(feet)      5
123456788 john doe    height(inches)    12
123456788 john doe    BMI               25
;
run;
PROC SORT DATA=Have ;
by SSN Name test_name;
run;
DATA Want(Drop=Height);
retain Height;
SET HAVE;
by SSN Name test_name;
IF First.SSN then Height=0;
IF test_name='height(feet)' then DO;
	Height=value*12;
	Delete;
	end;
IF test_name='height(inches)' then DO;
	Value=Height+Value;
	test_name='height';
	end;
Run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 27 Feb 2018 20:40:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/440656#M110129</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2018-02-27T20:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: combine results</title>
      <link>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/440791#M110197</link>
      <description>Please post the whole query and the table datatypes which are involved in any type of calculation for this.</description>
      <pubDate>Wed, 28 Feb 2018 08:29:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/combine-results/m-p/440791#M110197</guid>
      <dc:creator>Satish_Parida</dc:creator>
      <dc:date>2018-02-28T08:29:14Z</dc:date>
    </item>
  </channel>
</rss>

