<?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: Compare and remove in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/903775#M357097</link>
    <description>&lt;P&gt;Yes, of course. Thanks for the feedback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to use this data set:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;id1&lt;/TD&gt;&lt;TD&gt;id2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990000&lt;/TD&gt;&lt;TD&gt;990000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990002&lt;/TD&gt;&lt;TD&gt;990000contour&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990003&lt;/TD&gt;&lt;TD&gt;990002&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990006&lt;/TD&gt;&lt;TD&gt;990003&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990007&lt;/TD&gt;&lt;TD&gt;990006&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990008&lt;/TD&gt;&lt;TD&gt;990007&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990016&lt;/TD&gt;&lt;TD&gt;990008&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990018&lt;/TD&gt;&lt;TD&gt;990016&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990021&lt;/TD&gt;&lt;TD&gt;990018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990024&lt;/TD&gt;&lt;TD&gt;990021&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;to create the following data set:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;id1&lt;/TD&gt;&lt;TD&gt;id2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990024&lt;/TD&gt;&lt;TD&gt;990000contour&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;Ultimately, it's about removing the repetitions on both sides of the table (id1 and id2), even if the rows are "offset".&lt;/P&gt;</description>
    <pubDate>Sat, 18 Nov 2023 17:39:05 GMT</pubDate>
    <dc:creator>Zakharkou</dc:creator>
    <dc:date>2023-11-18T17:39:05Z</dc:date>
    <item>
      <title>Compare and remove</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/903755#M357085</link>
      <description>&lt;P&gt;Hello dear SAS community.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the following question, there are two variables (id1 and id2) in a table (see below), which should be compared with each other.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to delete the matching observations from this table (position of the observation does not matter), so that only the unique observations for these two variables remain there?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;id1&lt;/TD&gt;&lt;TD&gt;id2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990000&lt;/TD&gt;&lt;TD&gt;990000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990002&lt;/TD&gt;&lt;TD&gt;990000contour&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990003&lt;/TD&gt;&lt;TD&gt;990002&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990006&lt;/TD&gt;&lt;TD&gt;990003&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990007&lt;/TD&gt;&lt;TD&gt;990006&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990008&lt;/TD&gt;&lt;TD&gt;990007&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990016&lt;/TD&gt;&lt;TD&gt;990008&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990018&lt;/TD&gt;&lt;TD&gt;990016&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990021&lt;/TD&gt;&lt;TD&gt;990018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990024&lt;/TD&gt;&lt;TD&gt;990021&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would be delighted to receive an answer.&lt;/P&gt;</description>
      <pubDate>Sat, 18 Nov 2023 07:46:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/903755#M357085</guid>
      <dc:creator>Zakharkou</dc:creator>
      <dc:date>2023-11-18T07:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Compare and remove</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/903771#M357094</link>
      <description>&lt;P&gt;Can you show the code you have tried?&amp;nbsp; Are you familiar with the IF statement, and the DELETE statement?&lt;/P&gt;</description>
      <pubDate>Sat, 18 Nov 2023 15:13:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/903771#M357094</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2023-11-18T15:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: Compare and remove</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/903773#M357096</link>
      <description>&lt;P&gt;I cannot figure out what you mean.&amp;nbsp; Can you show what you would want to get for the example input you showed?&lt;/P&gt;</description>
      <pubDate>Sat, 18 Nov 2023 15:27:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/903773#M357096</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-11-18T15:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Compare and remove</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/903775#M357097</link>
      <description>&lt;P&gt;Yes, of course. Thanks for the feedback.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to use this data set:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;id1&lt;/TD&gt;&lt;TD&gt;id2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990000&lt;/TD&gt;&lt;TD&gt;990000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990002&lt;/TD&gt;&lt;TD&gt;990000contour&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990003&lt;/TD&gt;&lt;TD&gt;990002&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990006&lt;/TD&gt;&lt;TD&gt;990003&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990007&lt;/TD&gt;&lt;TD&gt;990006&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990008&lt;/TD&gt;&lt;TD&gt;990007&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990016&lt;/TD&gt;&lt;TD&gt;990008&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990018&lt;/TD&gt;&lt;TD&gt;990016&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990021&lt;/TD&gt;&lt;TD&gt;990018&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990024&lt;/TD&gt;&lt;TD&gt;990021&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;to create the following data set:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;id1&lt;/TD&gt;&lt;TD&gt;id2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;990024&lt;/TD&gt;&lt;TD&gt;990000contour&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;Ultimately, it's about removing the repetitions on both sides of the table (id1 and id2), even if the rows are "offset".&lt;/P&gt;</description>
      <pubDate>Sat, 18 Nov 2023 17:39:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/903775#M357097</guid>
      <dc:creator>Zakharkou</dc:creator>
      <dc:date>2023-11-18T17:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Compare and remove</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/903776#M357098</link>
      <description>I have tried different variants, but have had no success. I think that due to the problem that the rows are sometimes offset, it is more likely to end up with proc sql.</description>
      <pubDate>Sat, 18 Nov 2023 17:41:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/903776#M357098</guid>
      <dc:creator>Zakharkou</dc:creator>
      <dc:date>2023-11-18T17:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Compare and remove</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/903777#M357099</link>
      <description>&lt;P&gt;Ok.&amp;nbsp; So know we know what you want as the output, but WHY.&lt;/P&gt;
&lt;P&gt;Why would you pair&amp;nbsp;&lt;SPAN&gt;990024 with&amp;nbsp;990000contour?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;They appear to have nothing to do with each other in the original dataset.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;The only way I can see to get those two values out is to treat the values as ONE variable, not TWO.&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data list;
  input id :$20. @@;
cards;
990000	990000
990002	990000contour
990003	990002
990006	990003
990007	990006
990008	990007
990016	990008
990018	990016
990021	990018
990024	990021
;

proc sql;
create table want as 
  select id
  from list
  group by id
  having count(*)=1
;
quit;

proc print;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;Obs    id

 1     990000contour
 2     990024
&lt;/PRE&gt;</description>
      <pubDate>Sat, 18 Nov 2023 19:29:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/903777#M357099</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-11-18T19:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Compare and remove</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/903784#M357102</link>
      <description>&lt;P&gt;Here one option.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data work.have;
  input id1 :$20. id2 :$20.;
cards;
990000 990000
990002 990000contour
990003 990002
990006 990003
990007 990006
990008 990007
990016 990008
990018 990016
990021 990018
990024 990021
;


proc sql;
  title 'A EXCLUSIVE UNION B';
  (
    select id1 as id from work.have
    except
    select id2 as id from work.have
  )
  union
  (
    select id2 as id from work.have
    except
    select id1 as id from work.have
  )
  ;
quit;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Patrick_0-1700352924714.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89986i0A86566E9C8EB54B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Patrick_0-1700352924714.png" alt="Patrick_0-1700352924714.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Above code based on SAS Docu&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/v_045/sqlproc/n0vo2lglyrnexwn14emi8m0jqvrj.htm#p176b8zc17qckln1aqp3qxcw491j" target="_self"&gt;Producing Rows from the First Query or the Second Query&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Nov 2023 00:21:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/903784#M357102</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2023-11-19T00:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Compare and remove</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/903864#M357127</link>
      <description>&lt;P&gt;Could be solved by a data step:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data want;
   merge
      have(keep= id1 rename=(id1=id) in=inOne)
      have(keep= id2 rename=(id2=id) in=inTwo)
   ;
   by id;

   if inOne + inTwo = 1;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;EDIT: Both id-variables must be sorted for this step to work, so using one of the other solution is recommended. &lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 07:46:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/903864#M357127</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2023-11-20T07:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Compare and remove</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/904434#M357336</link>
      <description>It looks almost as desired. Would it be possible not to merge the 2 columns, but to leave them as they were with id1 and id2?</description>
      <pubDate>Fri, 24 Nov 2023 06:43:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/904434#M357336</guid>
      <dc:creator>Zakharkou</dc:creator>
      <dc:date>2023-11-24T06:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Compare and remove</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/904438#M357337</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/358041"&gt;@Zakharkou&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;It looks almost as desired. Would it be possible not to merge the 2 columns, but to leave them as they were with id1 and id2?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Here's a lengthy solution:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data work.have;
  input id1 :$20. id2 :$20.;
cards;
990000 990000
990002 990000contour
990003 990002
990006 990003
990007 990006
990008 990007
990016 990008
990018 990016
990021 990018
990024 990021
;


data work.stacked;
	set work.have;
	
	array ids[2] id1 id2;
	
	do source = 1 to dim(ids);
		id = ids[source];
		output;
	end;
	
	drop id1 id2;
run;

proc sort data=work.stacked;
	by id;
run;

data work.unique;
	set work.stacked;
	by id;
	
	if first.id and last.id;
run;

proc sort data=work.unique;
	by source;
run;

proc transpose data=work.unique out=want(drop=_name_) prefix=id;
	id source;
	var id;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 24 Nov 2023 08:16:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/904438#M357337</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2023-11-24T08:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Compare and remove</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/904461#M357341</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/358041"&gt;@Zakharkou&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;It looks almost as desired. Would it be possible not to merge the 2 columns, but to leave them as they were with id1 and id2?&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Below should work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
  title 'A EXCLUSIVE UNION B';
  (
    select id1, ' ' as id2 from work.have
    except
    select id2 as id1, ' ' as id2 from work.have
  )
  union all corr
  (
    select id2, ' ' as id1 from work.have
    except
    select id1 as id2, ' ' as id1 from work.have
  )
  ;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2023 11:40:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/904461#M357341</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2023-11-24T11:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Compare and remove</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/904489#M357358</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a minor variation, if you want to keep both variables ID1 and ID2, but with a unique row for each unique value, you could:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data work.have;
  input id1 :$20. id2 :$20.;
cards;
990000 990000
990002 990000contour
990003 990002
990006 990003
990007 990006
990008 990007
990016 990008
990018 990016
990021 990018
990024 990021
;

data want (label="unmatched ID1's and unmatched ID2's");
  set have (keep=id1 rename=id1=id in=in1)
      have (keep=id2 rename=id2=id in=in2);
  by id;
  if first.id=1 and last.id=1;
  if in1=1 then id1=id;
  else id2=id;
  drop id;
run;

proc print;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;which generates:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="branch"&gt;
&lt;TABLE class="systitleandfootercontainer" border="0" summary="Page Layout" width="100%" frame="void" rules="none" cellspacing="1" cellpadding="1"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD class="c systemtitle lia-align-center"&gt;&lt;STRONG&gt;The SAS System&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;BR /&gt;
&lt;DIV&gt;
&lt;DIV align="center"&gt;
&lt;TABLE class="table" summary="Procedure Print: Data Set WORK.WANT" frame="box" rules="all" cellspacing="0" cellpadding="5"&gt;&lt;COLGROUP&gt; &lt;COL /&gt;&lt;/COLGROUP&gt; &lt;COLGROUP&gt; &lt;COL /&gt; &lt;COL /&gt;&lt;/COLGROUP&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH class="r header" scope="col"&gt;&lt;STRONG&gt;Obs&lt;/STRONG&gt;&lt;/TH&gt;
&lt;TH class="l header lia-align-center" scope="col"&gt;&lt;STRONG&gt;id1&lt;/STRONG&gt;&lt;/TH&gt;
&lt;TH class="l header lia-align-center" scope="col"&gt;&lt;STRONG&gt;id2&lt;/STRONG&gt;&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TH class="r rowheader lia-align-right" scope="row"&gt;1&lt;/TH&gt;
&lt;TD class="l data"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD class="l data"&gt;990000contour&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TH class="r rowheader lia-align-right" scope="row"&gt;2&lt;/TH&gt;
&lt;TD class="l data"&gt;990024&lt;/TD&gt;
&lt;TD class="l data"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Nov 2023 18:57:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compare-and-remove/m-p/904489#M357358</guid>
      <dc:creator>mkeintz</dc:creator>
      <dc:date>2023-11-24T18:57:44Z</dc:date>
    </item>
  </channel>
</rss>

