<?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 in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Proc-compare/m-p/578117#M13299</link>
    <description>Have you confirmed you have access to their file? You've assigned a libname to your folder with the final output and theirs and are comparing them?&lt;BR /&gt;&lt;BR /&gt;I would expect to see something like:&lt;BR /&gt;&lt;BR /&gt;libname myFinal 'path to sas files';&lt;BR /&gt;libname bossFin 'path to colleagues files';&lt;BR /&gt;&lt;BR /&gt;proc compare base=myFinal.master_FNL compare=bossFin.Master_Flat_fnl;&lt;BR /&gt;run;</description>
    <pubDate>Wed, 31 Jul 2019 15:25:52 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-07-31T15:25:52Z</dc:date>
    <item>
      <title>Proc compare</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-compare/m-p/578097#M13297</link>
      <description>&lt;P&gt;Good morning and happy Wednesday.&amp;nbsp; I am stuck with using Proc compare; I have to compare my work with another individuals obviously they have their own data with a final output, how do I compare my information with the other persons?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is my code&lt;/P&gt;&lt;P&gt;proc compare base=Master_FNL&lt;BR /&gt;compare=MASTER_FLAT_FNL;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error:&amp;nbsp;MASTER_FLAT_FNL; does not exist;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the other persons file that I need to compare my work but this is where I get stuck.&amp;nbsp; Please assist I have read sas proc compare I'm not sure what step I am missing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 14:21:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-compare/m-p/578097#M13297</guid>
      <dc:creator>lisa2002</dc:creator>
      <dc:date>2019-07-31T14:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Proc compare</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-compare/m-p/578117#M13299</link>
      <description>Have you confirmed you have access to their file? You've assigned a libname to your folder with the final output and theirs and are comparing them?&lt;BR /&gt;&lt;BR /&gt;I would expect to see something like:&lt;BR /&gt;&lt;BR /&gt;libname myFinal 'path to sas files';&lt;BR /&gt;libname bossFin 'path to colleagues files';&lt;BR /&gt;&lt;BR /&gt;proc compare base=myFinal.master_FNL compare=bossFin.Master_Flat_fnl;&lt;BR /&gt;run;</description>
      <pubDate>Wed, 31 Jul 2019 15:25:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-compare/m-p/578117#M13299</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-31T15:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Proc compare</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-compare/m-p/578130#M13302</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/274150"&gt;@lisa2002&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Good morning and happy Wednesday.&amp;nbsp; I am stuck with using Proc compare; I have to compare my work with another individuals obviously they have their own data with a final output, how do I compare my information with the other persons?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this is my code&lt;/P&gt;
&lt;P&gt;proc compare base=Master_FNL&lt;BR /&gt;compare=MASTER_FLAT_FNL;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error:&amp;nbsp;MASTER_FLAT_FNL; does not exist;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the other persons file that I need to compare my work but this is where I get stuck.&amp;nbsp; Please assist I have read sas proc compare I'm not sure what step I am missing.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I would suggest that after you get the file access solved that you may sure that both data sets are sorted the same. Proc Compare can throw lots of mismatched data values if the two sets are not sorted by the same variables. If there are multiple values of the sort variables you may still have issues with comparisons and may require adding additional sort variables to get a truly matching order, if one should exist.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 15:55:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-compare/m-p/578130#M13302</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-07-31T15:55:34Z</dc:date>
    </item>
  </channel>
</rss>

