<?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: EG - How Do You Compare Results Between Runs of Code When the Results Window is Cleared Each Run in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-How-Do-You-Compare-Results-Between-Runs-of-Code-When-the/m-p/291161#M19866</link>
    <description>&lt;P&gt;I use PROC COMPARE as one of my main tools for comparing the results of SAS jobs. If the underlying datasets between runs are identical then the only difference in outputs / reports is mostly going to be in the layout, formatting and filtering.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Aug 2016 07:04:17 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2016-08-12T07:04:17Z</dc:date>
    <item>
      <title>EG - How Do You Compare Results Between Runs of Code When the Results Window is Cleared Each Run?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-How-Do-You-Compare-Results-Between-Runs-of-Code-When-the/m-p/288272#M19662</link>
      <description>&lt;P&gt;While not new to programming, I am recently new to using EG.&amp;nbsp; I am using EG 5.1&amp;nbsp;connected to a Linux box running SAS 9.3.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When creating programs&amp;nbsp;using the program editor in EG I have not been able to find a way to keep the results from previous code snippet runs in the same Results window for comparison purposes.&amp;nbsp; In my Windows world&amp;nbsp;I typically&amp;nbsp;run a datastep, do a sample proc&amp;nbsp;print, change something in datastep, run and&amp;nbsp;sample print, and then leisurely scroll up and down to compare the two samples.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is, how do you more experienced&amp;nbsp;EG users handle this issue of being able to compare the different sets of results (and log files for dataset counts, for instance) without being able to scroll them?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your answers.&amp;nbsp; And, wow, while typing this question SAS Support Communities notfied me that I have earned the rank of New User &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jul 2016 00:34:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-How-Do-You-Compare-Results-Between-Runs-of-Code-When-the/m-p/288272#M19662</guid>
      <dc:creator>SSiler</dc:creator>
      <dc:date>2016-07-30T00:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: EG - How Do You Compare Results Between Runs of Code When the Results Window is Cleared Each Run</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-How-Do-You-Compare-Results-Between-Runs-of-Code-When-the/m-p/288349#M19664</link>
      <description>&lt;P&gt;Did you know that you can split your editor and log window? &amp;nbsp;See &lt;A href="http://blogs.sas.com/content/sasdummy/2009/09/08/make-like-a-banana-and-split/" target="_self"&gt;my (old but relevant) blog post here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For looking at logs across program runs, you can turn on the EG Project Log -- then use the split window trick to look at different segments.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jul 2016 20:16:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-How-Do-You-Compare-Results-Between-Runs-of-Code-When-the/m-p/288349#M19664</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-07-30T20:16:30Z</dc:date>
    </item>
    <item>
      <title>Re: EG - How Do You Compare Results Between Runs of Code When the Results Window is Cleared Each Run</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-How-Do-You-Compare-Results-Between-Runs-of-Code-When-the/m-p/291098#M19863</link>
      <description>&lt;P&gt;Hi Chris, thanks for responding.&amp;nbsp; I did implement your tip&amp;nbsp;to split the windows.&amp;nbsp; However, it seems that I am still&amp;nbsp;only seeing in the split windows&amp;nbsp;the results of the most recent code snippet run - ie - my previous log window&amp;nbsp;results have&amp;nbsp;been cleared and replaced with the new results.&amp;nbsp;&amp;nbsp;Of course, I may be missing&amp;nbsp;something key using your&amp;nbsp;tip.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I'm in the process now of migrating from EG 5.1 to 7.1, if this makes any difference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for responding.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 23:40:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-How-Do-You-Compare-Results-Between-Runs-of-Code-When-the/m-p/291098#M19863</guid>
      <dc:creator>SSiler</dc:creator>
      <dc:date>2016-08-11T23:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: EG - How Do You Compare Results Between Runs of Code When the Results Window is Cleared Each Run</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-How-Do-You-Compare-Results-Between-Runs-of-Code-When-the/m-p/291161#M19866</link>
      <description>&lt;P&gt;I use PROC COMPARE as one of my main tools for comparing the results of SAS jobs. If the underlying datasets between runs are identical then the only difference in outputs / reports is mostly going to be in the layout, formatting and filtering.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2016 07:04:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-How-Do-You-Compare-Results-Between-Runs-of-Code-When-the/m-p/291161#M19866</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-08-12T07:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: EG - How Do You Compare Results Between Runs of Code When the Results Window is Cleared Each Run</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-How-Do-You-Compare-Results-Between-Runs-of-Code-When-the/m-p/291353#M19870</link>
      <description>&lt;P&gt;First step has to be "Turn on the Project Log", which will retain your log output for every step that you run. &amp;nbsp;Select&amp;nbsp;&lt;STRONG&gt;View-&amp;gt;Project Log&lt;/STRONG&gt; from the main menu to get started. &amp;nbsp;After you click "Turn on", all log output will be collected here. &amp;nbsp;You can always select View-&amp;gt;Project Log from the menu, or click the&amp;nbsp;&lt;STRONG&gt;Project Log&lt;/STRONG&gt; button from the top of any Log window.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you can compare the historical results using the split window feature:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/4544i20E2C3D85781B3B1/image-size/large?v=v2&amp;amp;px=-1" border="0" alt="plog.png" title="plog.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2016 17:07:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-How-Do-You-Compare-Results-Between-Runs-of-Code-When-the/m-p/291353#M19870</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-08-12T17:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: EG - How Do You Compare Results Between Runs of Code When the Results Window is Cleared Each Run</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-How-Do-You-Compare-Results-Between-Runs-of-Code-When-the/m-p/291454#M19882</link>
      <description>&lt;P&gt;Great idea from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/4"&gt;@ChrisHemedinger﻿&lt;/a&gt;. Just be careful though with using the project log. If you are running very large programs then you need to clear the project log regularly otherwise EG performance can be impacted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tend to do things differently when testing very large SAS programs - I find it easier and more convenient to run them in batch mode.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Aug 2016 00:24:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-How-Do-You-Compare-Results-Between-Runs-of-Code-When-the/m-p/291454#M19882</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-08-13T00:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: EG - How Do You Compare Results Between Runs of Code When the Results Window is Cleared Each Run</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-How-Do-You-Compare-Results-Between-Runs-of-Code-When-the/m-p/291455#M19883</link>
      <description>&lt;P&gt;Thanks Chris and SASKiwi!&amp;nbsp; At the moment I am EG-less as my attempt to migrate yesterday from 5.1 to 7.1 has failed numerous times; our IT dept is working on it.&amp;nbsp; As soon as I get the opportunity I will try your suggestions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Aug 2016 00:32:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/EG-How-Do-You-Compare-Results-Between-Runs-of-Code-When-the/m-p/291455#M19883</guid>
      <dc:creator>SSiler</dc:creator>
      <dc:date>2016-08-13T00:32:40Z</dc:date>
    </item>
  </channel>
</rss>

