<?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: Finding differences in two SAS codes in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Finding-differences-in-two-SAS-codes/m-p/471631#M120823</link>
    <description>&lt;P&gt;Try kdiff3.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jun 2018 09:08:01 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2018-06-20T09:08:01Z</dc:date>
    <item>
      <title>Finding differences in two SAS codes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-differences-in-two-SAS-codes/m-p/471626#M120818</link>
      <description>Hi forum,&lt;BR /&gt;&lt;BR /&gt;Is there a way to find difference in two SAS codes.&lt;BR /&gt;Kindly help.</description>
      <pubDate>Wed, 20 Jun 2018 07:48:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-differences-in-two-SAS-codes/m-p/471626#M120818</guid>
      <dc:creator>Sharathr</dc:creator>
      <dc:date>2018-06-20T07:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Finding differences in two SAS codes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-differences-in-two-SAS-codes/m-p/471628#M120820</link>
      <description>&lt;P&gt;What are "SAS codes"?&amp;nbsp; Do you mean two SAS programs?&amp;nbsp; If so then they are text files, and there are numerous ways to compare text files.&amp;nbsp; You could read both in via file statements in datastep, then compare them as a series of observations with text.&amp;nbsp; You could look at third party text compare tools like textdiff.&amp;nbsp; You could utilize the version control software that you do have - right? - SVN for instance can provide text file comparisons.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At the end of the day, the comparison is just between text though, if there is a new row high up in the program then that pushes the rest of the check out.&amp;nbsp; What you may want is more of a key identifier merge - i.e. lines of code which match or are similar and use those for positional matching, e.g&lt;BR /&gt;original&lt;/P&gt;
&lt;P&gt;abc&lt;/P&gt;
&lt;P&gt;def&lt;/P&gt;
&lt;P&gt;ghi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;new&lt;/P&gt;
&lt;P&gt;abc&lt;/P&gt;
&lt;P&gt;ert&lt;/P&gt;
&lt;P&gt;def&lt;/P&gt;
&lt;P&gt;ghi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Textually matching means on the first obs matches, pattern merging however would match 3 out of 4.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 07:52:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-differences-in-two-SAS-codes/m-p/471628#M120820</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-06-20T07:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Finding differences in two SAS codes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-differences-in-two-SAS-codes/m-p/471631#M120823</link>
      <description>&lt;P&gt;Try kdiff3.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 09:08:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-differences-in-two-SAS-codes/m-p/471631#M120823</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2018-06-20T09:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Finding differences in two SAS codes</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Finding-differences-in-two-SAS-codes/m-p/471683#M120848</link>
      <description>&lt;P&gt;Try the third side software -&amp;nbsp; WinMerge&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jun 2018 13:31:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Finding-differences-in-two-SAS-codes/m-p/471683#M120848</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-06-20T13:31:39Z</dc:date>
    </item>
  </channel>
</rss>

