<?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: PROC COMPARE Summary Output in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/710295#M218625</link>
    <description>&lt;P&gt;PROC PRINT&lt;U&gt;&lt;STRONG&gt;&lt;EM&gt;TO&lt;/EM&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/321375"&gt;@MART1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15410"&gt;@data_null__&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't find the way to select the outputs from PROC COMPARE to add to PROC PRINT (never used PROC PRINT before unfortunately).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is an example with dummy data:&lt;/P&gt;
&lt;PRE&gt;data WORK.TABLE_A;
	input DAY VAL1 VAL2;
	datalines;

20190106 2 452
20190107 5 658
20190108 2 743
20190109 8 44
20190202 9 698
20190202 9 698
;
run;

data WORK.TABLE_B;
	input DAY VAL1 VAL2;
	datalines;

20190106 2 58
20190107 5 658
20190108 2 12
20190109 8 44
20190202 9 698
20190202 9 698
;
run;
title "Test";
PROC COMPARE BASE = TABLE_A COMPARE= TABLE_B 
	briefsummary ;
	ID DAY;
RUN;&lt;/PRE&gt;
&lt;P&gt;(so&amp;nbsp;using PROC PRINT, I'd like to&amp;nbsp;display the 2nd and 3rd boxes, not the one crossed out)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pr_print.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/53325i3065327970E53424/image-size/large?v=v2&amp;amp;px=999" role="button" title="pr_print.png" alt="pr_print.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;could you please give me an example of how to do this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;many thanks&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jan 2021 21:07:42 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2021-01-08T21:07:42Z</dc:date>
    <item>
      <title>PROC COMPARE Summary Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/709884#M218403</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;I'm started using the (very powerful) PROC COMPARE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd like to generate a summary output and &lt;STRONG&gt;briefsummary &lt;/STRONG&gt;does it nicely; however I&amp;nbsp;would like to remove the WARNING and NOTE appearing at the very beginning of the output (in the yellow box on&amp;nbsp;the&amp;nbsp;screenshot).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this possible?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Proc_Compare_Output.png" style="width: 819px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/53276i0ECC0778C228311B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Proc_Compare_Output.png" alt="Proc_Compare_Output.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 12:16:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/709884#M218403</guid>
      <dc:creator>MART1</dc:creator>
      <dc:date>2021-01-07T12:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: PROC COMPARE Summary Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/709885#M218404</link>
      <description>&lt;P&gt;I think you need to present the code you are using (and possibly some sample data, as datastep code). Otherwise it is not obvious what you are doing.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 12:26:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/709885#M218404</guid>
      <dc:creator>s_lassen</dc:creator>
      <dc:date>2021-01-07T12:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: PROC COMPARE Summary Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/709896#M218410</link>
      <description>&lt;P&gt;No. These WARNINGs are there for a reason, alerting you to data that might make your compare incorrect. To get rid of the WARNINGs, either get rid of the duplicate observations, or find an additional ID variable that makes the compares unique.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 13:04:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/709896#M218410</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-01-07T13:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: PROC COMPARE Summary Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/709908#M218417</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;all I needed is to know whether there are duplicates, which option &lt;STRONG&gt;briefsummary&lt;/STRONG&gt; does. I wouldn't need to know at which observation the duplications occur ; but&amp;nbsp;from what you say this info cannot be excluded from the result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 14:16:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/709908#M218417</guid>
      <dc:creator>MART1</dc:creator>
      <dc:date>2021-01-07T14:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: PROC COMPARE Summary Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/710058#M218500</link>
      <description>&lt;P&gt;Perhaps you could use PROC SORT to find dups.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;447  proc sort data=sashelp.class out=dups uniout=uni nouniquekey;
448     by sex age;
449     run;

NOTE: There were 19 observations read from the data set SASHELP.CLASS.
NOTE: 4 observations with unique key values were deleted.
NOTE: The data set WORK.DUPS has 15 observations and 5 variables.
NOTE: The data set WORK.UNI has 4 observations and 5 variables.
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;duplicates&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jan 2021 21:47:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/710058#M218500</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2021-01-07T21:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: PROC COMPARE Summary Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/710173#M218567</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15410"&gt;@data_null__&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your suggestion,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Actually I would need a few more&amp;nbsp;info&amp;nbsp;than the dups (I know, that's contrary to what I originally said!!).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically I'd like to use a few options from PROC COMPARE (i.e. listing all&amp;nbsp;variables where there is a difference), but without the initial WARNINGs and MESSAGEs&amp;nbsp;(it's just cosmetic,&amp;nbsp;but it may confuse the users of the report).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(I'm trying to create a high level report with )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 14:48:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/710173#M218567</guid>
      <dc:creator>MART1</dc:creator>
      <dc:date>2021-01-08T14:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: PROC COMPARE Summary Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/710185#M218571</link>
      <description>&lt;P&gt;Use PROC PRINTTO to "capture" the default BRIEF report and edit it into the REPORT you need.&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/321375"&gt;@MART1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15410"&gt;@data_null__&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your suggestion,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Actually I would need a few more&amp;nbsp;info&amp;nbsp;than the dups (I know, that's contrary to what I originally said!!).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically I'd like to use a few options from PROC COMPARE (i.e. listing all&amp;nbsp;variables where there is a difference), but without the initial WARNINGs and MESSAGEs&amp;nbsp;(it's just cosmetic,&amp;nbsp;but it may confuse the users of the report).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(I'm trying to create a high level report with )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 15:40:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/710185#M218571</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2021-01-08T15:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: PROC COMPARE Summary Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/710247#M218606</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15410"&gt;@data_null__&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't find the way to select the outputs from PROC COMPARE to add to PROC PRINT (never used PROC PRINT before unfortunately).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is an example with dummy data:&lt;/P&gt;
&lt;PRE&gt;data WORK.TABLE_A;
	input DAY VAL1 VAL2;
	datalines;

20190106 2 452
20190107 5 658
20190108 2 743
20190109 8 44
20190202 9 698
20190202 9 698
;
run;

data WORK.TABLE_B;
	input DAY VAL1 VAL2;
	datalines;

20190106 2 58
20190107 5 658
20190108 2 12
20190109 8 44
20190202 9 698
20190202 9 698
;
run;
title "Test";
PROC COMPARE BASE = TABLE_A COMPARE= TABLE_B 
	briefsummary ;
	ID DAY;
RUN;&lt;/PRE&gt;
&lt;P&gt;(so&amp;nbsp;using PROC PRINT, I'd like to&amp;nbsp;display the 2nd and 3rd boxes, not the one crossed out)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pr_print.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/53325i3065327970E53424/image-size/large?v=v2&amp;amp;px=999" role="button" title="pr_print.png" alt="pr_print.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;could you please give me an example of how to do this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;many thanks&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 18:11:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/710247#M218606</guid>
      <dc:creator>MART1</dc:creator>
      <dc:date>2021-01-08T18:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: PROC COMPARE Summary Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/710295#M218625</link>
      <description>&lt;P&gt;PROC PRINT&lt;U&gt;&lt;STRONG&gt;&lt;EM&gt;TO&lt;/EM&gt;&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/321375"&gt;@MART1&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15410"&gt;@data_null__&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't find the way to select the outputs from PROC COMPARE to add to PROC PRINT (never used PROC PRINT before unfortunately).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below is an example with dummy data:&lt;/P&gt;
&lt;PRE&gt;data WORK.TABLE_A;
	input DAY VAL1 VAL2;
	datalines;

20190106 2 452
20190107 5 658
20190108 2 743
20190109 8 44
20190202 9 698
20190202 9 698
;
run;

data WORK.TABLE_B;
	input DAY VAL1 VAL2;
	datalines;

20190106 2 58
20190107 5 658
20190108 2 12
20190109 8 44
20190202 9 698
20190202 9 698
;
run;
title "Test";
PROC COMPARE BASE = TABLE_A COMPARE= TABLE_B 
	briefsummary ;
	ID DAY;
RUN;&lt;/PRE&gt;
&lt;P&gt;(so&amp;nbsp;using PROC PRINT, I'd like to&amp;nbsp;display the 2nd and 3rd boxes, not the one crossed out)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pr_print.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/53325i3065327970E53424/image-size/large?v=v2&amp;amp;px=999" role="button" title="pr_print.png" alt="pr_print.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;could you please give me an example of how to do this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;many thanks&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 21:07:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/710295#M218625</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2021-01-08T21:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: PROC COMPARE Summary Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/710308#M218630</link>
      <description>&lt;P&gt;If you are simply wanting to compare record by record (1 with 1, 2 with 2 etc) between File A and File B, then you can drop the ID statement and that will get rid of your warnings.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jan 2021 21:51:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/710308#M218630</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-01-08T21:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: PROC COMPARE Summary Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/710769#M218852</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd like to have the ID in (which is&amp;nbsp;the primary key&amp;nbsp;in my datasets), to see which ones have different variable's values between datasets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Without ID, it shows the Obs number (example below), but the users of the reports would rather see the IDs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="no_id.png" style="width: 881px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/53405i9B4C6D5255CBB3C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="no_id.png" alt="no_id.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 10:11:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/710769#M218852</guid>
      <dc:creator>MART1</dc:creator>
      <dc:date>2021-01-12T10:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: PROC COMPARE Summary Output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/710898#M218912</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/321375"&gt;@MART1&lt;/a&gt;&amp;nbsp;- Having an ID statement where the ID variable is not unique on both BASE and COMPARE datasets could lead to erroneous comparisons. That is the whole point of the SAS log warnings. An alternative approach might be to add a "counter" variable to your data that might look like this:&lt;/P&gt;
&lt;PRE&gt;Day Counter
1  1
1  2
2  1
2  2
2  3&lt;/PRE&gt;
&lt;P&gt;A combination of both Day and Counter will form a unique key for your data. Then when you do your COMPARE, your ID statement will be: ID Day Counter;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 19:08:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/PROC-COMPARE-Summary-Output/m-p/710898#M218912</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-01-12T19:08:14Z</dc:date>
    </item>
  </channel>
</rss>

