<?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 Code comparison in EG 7.1 in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212611#M15940</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to compare two SAS codes in SAS EG 7.1?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2015 10:21:17 GMT</pubDate>
    <dc:creator>Babloo</dc:creator>
    <dc:date>2015-03-30T10:21:17Z</dc:date>
    <item>
      <title>Code comparison in EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212611#M15940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to compare two SAS codes in SAS EG 7.1?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 10:21:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212611#M15940</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-03-30T10:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Code comparison in EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212612#M15941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you expand on this a bit? It's not clear what you're trying to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 11:34:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212612#M15941</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2015-03-30T11:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Code comparison in EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212613#M15942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've two similar SAS programs but they seem to have somo differences between them. Since it is long program it will be little difficult to do a manual comparison.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how this can be achieved in SAS EG like we do a code comparison in text editor like Ultra Edit?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 12:13:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212613#M15942</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-03-30T12:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Code comparison in EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212614#M15943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems like your best option will be to save the programs as .sas files and use an external tool like ultraedit (or diff on UNIX) to do the compare.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 12:29:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212614#M15943</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-03-30T12:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Code comparison in EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212615#M15944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From this blog post from Chris H., EG 7.1 includes the ability to diff files, as one part of real version control it introduces (via GIT).&amp;nbsp; So looks to me like you are in luck (I'm not on 7.1 yet, so haven't tested.&amp;nbsp; Guess I'm not in luck. : )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2014/10/12/eg-71-new-programmer-features/"&gt;http://blogs.sas.com/content/sasdummy/2014/10/12/eg-71-new-programmer-features/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 12:46:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212615#M15944</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2015-03-30T12:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Code comparison in EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212616#M15945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is also information about the ability to compare programs in the SAS Enterprise Guide 7.1 help.&amp;nbsp; This ability is part of the new program history feature.&amp;nbsp; You can use your program history to compare two different committed versions of a program, and you can compare a committed version of the program to the code that is currently in the program editor.&lt;/P&gt;&lt;P&gt;In the table of contents, expand "Working with Programs" and then "Understanding program history", or search for "program history".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jennifer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 13:35:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212616#M15945</guid>
      <dc:creator>jennifert</dc:creator>
      <dc:date>2015-03-30T13:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Code comparison in EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212617#M15946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. It is really helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I couldn't figure out why 'History' on the program toolbar is disable for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've the programs (Client.sas and Client_updated.sas) saved in UNIX server under the folder called /data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:16:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212617#M15946</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-03-30T14:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Code comparison in EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212618#M15947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The compare function within EG works only if you have already used the internal version control system for the SAS code within the project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your situation, I would start with using&lt;/P&gt;&lt;P&gt;diff /data/Client.sas /data/Client_updated.sas&lt;/P&gt;&lt;P&gt;from the commandline on the UNIX server and look at the output. It is a bit cryptic, but it provides all the answers. (&lt;A href="http://www.manpagez.com/info/diff/" title="http://www.manpagez.com/info/diff/"&gt;info diff&lt;/A&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:27:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212618#M15947</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-03-30T14:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Code comparison in EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212619#M15948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before you can use the program history feature to commit program changes and compare different versions of a program, your programs need to either be embedded in your project or stored in a Git repository.&amp;nbsp; There is information about this in the program history section of the help:&amp;nbsp; I'd recommend the topics entitled "Committing your program changes"&amp;nbsp; and "Understanding embedded programs."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that helps!!&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jennifer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:31:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212619#M15948</guid>
      <dc:creator>jennifert</dc:creator>
      <dc:date>2015-03-30T14:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Code comparison in EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212620#M15949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jennifer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On that note, is there any chance a future EG version might allow .sas files that are linked to an EG project (rather than embedded) to use the EG project file local GIT repository (if that is the right language)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I may be an oddity, but as I've been working more with EG these past couple years, I've become a fan of EG projects, but I store all of my .sas code on the server and have only links from the project file to the .sas files. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know enough about the architecture of EG (or GIT) to know if there is hope that a future iteration of this new version control approach could work with linked .sas code (and perhaps other linked files...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;--Q.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 14:53:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212620#M15949</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2015-03-30T14:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Code comparison in EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212621#M15950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To compare two programs in EG 7.1, multi-select (Ctrl+Click) the two programs in the Project Tree or Process Flow, then right-click either of the two programs, and select the &lt;STRONG&gt;Compare&lt;/STRONG&gt; context menu item.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: This comparison feature requires a one-time installation and specification of a 3rd-party file comparison tool (I like WinMerge) in EG's Tools-&amp;gt;Options-&amp;gt;File Comparison.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Program History feature provides additional versioning capabilities.&amp;nbsp; For more information on the Program History feature new to EG 7.1, see this paper:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings14/SAS179-2014.pdf" title="http://support.sas.com/resources/papers/proceedings14/SAS179-2014.pdf"&gt;http://support.sas.com/resources/papers/proceedings14/SAS179-2014.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 19:01:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212621#M15950</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2015-03-30T19:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Code comparison in EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212622#M15951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regarding Quentin's question...&amp;nbsp; external .sas files (referenced in EG projects via file system or UNC paths) can be stored in external Git repositories.&amp;nbsp; In this case, EG's Program History features (commit, view history, compare, revert, etc.) are available and execute against the external Git repository.&amp;nbsp; (Whereas, embedded programs (in EG project) are tracked in the embedded Git repository (also in EG project).)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the Program History feature doesn't really support .sas files referenced from the server (Server's Files location).&amp;nbsp; The reason...&amp;nbsp; even if the file was stored in a Git repository on the server, EG would not typically have shell access to the Git repository to issue Git commands.&amp;nbsp; Nor would we want to try to track changes in the "local" Git repo (embedded in the EG project), because it would only track changes to the file made from within that project.&amp;nbsp; So, if you wish to use the Program History feature with externally referenced .sas files, we recommend referencing them from an external (locally cloned) Git repository (accessible to your file system).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Casey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 19:39:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212622#M15951</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2015-03-30T19:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Code comparison in EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212623#M15952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #ffffff;"&gt;multi-select (Ctrl+Click) the two programs in the Project Tree and I got the warning as follows as soon I select 'Compare'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'An custom file comparison tool must be configured to complete this action'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You did mention&amp;nbsp; about the installation of 3rd party file comparison tool to enable this feature. But I'm not sure to have this done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 07:40:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212623#M15952</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-03-31T07:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Code comparison in EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212624#M15953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Casey already suggested, I also recommend WinMerge. If you don't have admin permissions on your PC, have your admin download and install it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 07:53:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212624#M15953</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-03-31T07:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Code comparison in EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212625#M15954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may I request you to tell me, how admin will connect (or set up the interface between EG and WinMerge) WinMerge in SAS EG after the installation of WinMerge?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 08:53:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212625#M15954</guid>
      <dc:creator>Babloo</dc:creator>
      <dc:date>2015-03-31T08:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Code comparison in EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212626#M15955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read Casey's post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: This comparison feature requires a one-time installation and specification of a 3rd-party file comparison tool (I like WinMerge) in EG's Tools-&amp;gt;Options-&amp;gt;File Comparison.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 08:59:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212626#M15955</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-03-31T08:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Code comparison in EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212627#M15956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's what I do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Download WinMerge from &lt;A href="http://winmerge.org/"&gt;winmerge.org&lt;/A&gt;.&amp;nbsp; The download/install is pretty straightforward.&amp;nbsp; (WinMerge is free, but other people like BeyondCompare, KDiff, or similar tools.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In SAS Enterprise Guide 7.1 (or later), select &lt;STRONG&gt;Tools-&amp;gt;Options&lt;/STRONG&gt;,&lt;STRONG&gt; File Comparison&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="compareopts.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/9841_compareopts.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Check the "Use custom file comparison tool" option, and select the WinMerge option from the list.&amp;nbsp; You might need to specify the path to the WinMergeU.exe tool.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS Enterprise Guide knows how to invoke WinMerge properly to compare the file contents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. In your project tree or process flow, select &lt;STRONG&gt;exactly two&lt;/STRONG&gt; program nodes by using Ctrl+click, then right-click to see the &lt;STRONG&gt;Compare&lt;/STRONG&gt; option.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="compselect.png" class="jive-image" src="https://communities.sas.com/legacyfs/online/9843_compselect.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The WinMerge application shows the content of the two selected programs, compared with differences highlighted.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="compresult.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/9844_compresult.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 19:12:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212627#M15956</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-03-31T19:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Code comparison in EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212628#M15957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've now created a blog article about this topic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2015/04/03/compare-sas-programs-in-sas-enterprise-guide/"&gt;How to compare your SAS programs in SAS Enterprise Guide&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leave comments here or on the blog if you have feedback!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 18:25:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Code-comparison-in-EG-7-1/m-p/212628#M15957</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-04-03T18:25:48Z</dc:date>
    </item>
  </channel>
</rss>

