<?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: How to compare xpt files in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-compare-xpt-files/m-p/690272#M209996</link>
    <description>&lt;P&gt;Extract the datasets from the XPT files into normal SAS datasets and then use PROC COMPARE to check difference between the datasets:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname testlib xport 'c:\temp\MyFile.xpt'; 
proc copy in=testlib out=work; 
  select MyTable1 MyTable2; 
run;

proc compare base = Mytable1
             compare = MyTable2;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 09 Oct 2020 05:30:40 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2020-10-09T05:30:40Z</dc:date>
    <item>
      <title>How to compare xpt files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-compare-xpt-files/m-p/690265#M209992</link>
      <description>&lt;P&gt;Dear,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need compare to two sets of xpt files in different folders. How to compare the xpt datasets and find differences. Please suggest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 04:51:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-compare-xpt-files/m-p/690265#M209992</guid>
      <dc:creator>knveraraju91</dc:creator>
      <dc:date>2020-10-09T04:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare xpt files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-compare-xpt-files/m-p/690272#M209996</link>
      <description>&lt;P&gt;Extract the datasets from the XPT files into normal SAS datasets and then use PROC COMPARE to check difference between the datasets:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname testlib xport 'c:\temp\MyFile.xpt'; 
proc copy in=testlib out=work; 
  select MyTable1 MyTable2; 
run;

proc compare base = Mytable1
             compare = MyTable2;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 09 Oct 2020 05:30:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-compare-xpt-files/m-p/690272#M209996</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-10-09T05:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to compare xpt files</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-compare-xpt-files/m-p/690419#M210043</link>
      <description>&lt;P&gt;If the dataset names might be the same then import into two different libraries then compare.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 14:31:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-compare-xpt-files/m-p/690419#M210043</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-10-09T14:31:51Z</dc:date>
    </item>
  </channel>
</rss>

