<?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 SAS programs in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Compare-SAS-programs/m-p/179914#M302860</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also now compare two SAS programs within SAS Enterprise Guide -- new in v7.1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2 class="entry-title" style="padding-bottom: 7px; font-family: Arial, sans-serif; color: #333333; background-position: initial;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;A class="active_link" href="http://blogs.sas.com/content/sasdummy/2015/04/03/compare-sas-programs-in-sas-enterprise-guide/" rel="bookmark" style="font-size: 1.5em; color: #628cb2; background-position: initial;" title="Permalink to How to compare SAS programs in SAS Enterprise Guide"&gt;How to compare SAS programs in SAS Enterprise Guide&lt;/A&gt;&lt;/SPAN&gt;&lt;/H2&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Chris&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Apr 2015 20:12:44 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2015-04-06T20:12:44Z</dc:date>
    <item>
      <title>Compare SAS programs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compare-SAS-programs/m-p/179906#M302852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm just wondering if there is a way which I can compare two SAS programs if they are exactly the same?&lt;/P&gt;&lt;P&gt;Hope this is not a silly question to ask.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jun 2014 03:49:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compare-SAS-programs/m-p/179906#M302852</guid>
      <dc:creator>Miracle</dc:creator>
      <dc:date>2014-06-01T03:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Compare SAS programs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compare-SAS-programs/m-p/179907#M302853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS programs are text files so you can use any text editor comparison tools to do this, even Word will compare docs I believe. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.diffchecker.com/" title="http://www.diffchecker.com/"&gt;Diff Checker - Online diff tool to compare text to find the difference between two text files&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jun 2014 04:20:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compare-SAS-programs/m-p/179907#M302853</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-06-01T04:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Compare SAS programs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compare-SAS-programs/m-p/179908#M302854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you know Eclipse - a Java Develop tool, there is a built-in program compare tool.&amp;nbsp; Ctr+ left mouse and select these two code , right mouse and select &lt;STRONG&gt;compare&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Jun 2014 05:33:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compare-SAS-programs/m-p/179908#M302854</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-06-01T05:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Compare SAS programs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compare-SAS-programs/m-p/179909#M302855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your SAS system runs on UNIX, the diff command will be your friend.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 08:27:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compare-SAS-programs/m-p/179909#M302855</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-06-02T08:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Compare SAS programs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compare-SAS-programs/m-p/179910#M302856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;+1 to all the above.&amp;nbsp; To add, there is a simple website for this: &lt;A href="http://www.comparemyfiles.com/"&gt;http://www.comparemyfiles.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Or if you are using version control then there are usually compare tools embedded - Diff with previous version in SVN/TortoiseSVN for instance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 08:42:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compare-SAS-programs/m-p/179910#M302856</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-06-02T08:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Compare SAS programs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compare-SAS-programs/m-p/179911#M302857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link active_link" data-avatarid="-1" data-externalid="" data-presence="null" data-userid="527565" data-username="wong" href="https://communities.sas.com/people/wong" id="jive-52756517081577938726711"&gt;K C Wong&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;it is very easy task to do.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;1) you need export this both code as a Text format.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;2) then you by&amp;nbsp; using proc import import both code in SASDATA set.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;3) then you can simply use.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;proc compare base = dataset1 compare= dataset2 ;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;then you you will be get your answer if code is matching of not..&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;please let me know this answer help full or not.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 09:39:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compare-SAS-programs/m-p/179911#M302857</guid>
      <dc:creator>GnaneshwarChaudhari</dc:creator>
      <dc:date>2014-06-02T09:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Compare SAS programs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compare-SAS-programs/m-p/179912#M302858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for your valuable contribution &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;i shall try them all next time.&lt;/P&gt;&lt;P&gt;In the mean time, I'm using MsWord to do the comparison.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 03:44:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compare-SAS-programs/m-p/179912#M302858</guid>
      <dc:creator>Miracle</dc:creator>
      <dc:date>2014-06-06T03:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Compare SAS programs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compare-SAS-programs/m-p/179913#M302859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One advantage to using a programming editor is that some of them will allow you to skip comments and blank lines in the comparisons. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 16:31:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compare-SAS-programs/m-p/179913#M302859</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-06-06T16:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Compare SAS programs</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Compare-SAS-programs/m-p/179914#M302860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also now compare two SAS programs within SAS Enterprise Guide -- new in v7.1:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H2 class="entry-title" style="padding-bottom: 7px; font-family: Arial, sans-serif; color: #333333; background-position: initial;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;A class="active_link" href="http://blogs.sas.com/content/sasdummy/2015/04/03/compare-sas-programs-in-sas-enterprise-guide/" rel="bookmark" style="font-size: 1.5em; color: #628cb2; background-position: initial;" title="Permalink to How to compare SAS programs in SAS Enterprise Guide"&gt;How to compare SAS programs in SAS Enterprise Guide&lt;/A&gt;&lt;/SPAN&gt;&lt;/H2&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Chris&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 20:12:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Compare-SAS-programs/m-p/179914#M302860</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-04-06T20:12:44Z</dc:date>
    </item>
  </channel>
</rss>

