<?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: How to identify log files differences between two log files? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-identify-log-files-differences-between-two-log-files/m-p/859574#M339597</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19879"&gt;@Quentin&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Looks for any utility that does comparison of text files. Notepad++, UltraEdit, DIFF, I'm a big fan of BeyondCompare.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Me too! I'm a long time BeyondCompare user and never seen a "better" utility for text comparison that's so rich in functionality yet so intuitive to use.&lt;/P&gt;</description>
    <pubDate>Sun, 19 Feb 2023 00:18:05 GMT</pubDate>
    <dc:creator>Patrick</dc:creator>
    <dc:date>2023-02-19T00:18:05Z</dc:date>
    <item>
      <title>How to identify log files differences between two log files?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-identify-log-files-differences-between-two-log-files/m-p/859483#M339567</link>
      <description>&lt;P&gt;For example I have two log files: A and B&lt;/P&gt;
&lt;P&gt;A has&lt;/P&gt;
&lt;P&gt;a&lt;/P&gt;
&lt;P&gt;b&lt;/P&gt;
&lt;P&gt;c&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;B has&lt;/P&gt;
&lt;P&gt;c&lt;/P&gt;
&lt;P&gt;b&lt;/P&gt;
&lt;P&gt;c&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So I want to compare the two files line by line and put the difference in another table such as&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;tablename=Compare_result&lt;/P&gt;
&lt;P&gt;line_no&amp;nbsp; &amp;nbsp; &amp;nbsp; records_from_a&amp;nbsp; &amp;nbsp;records_from_b&amp;nbsp; &amp;nbsp;&lt;/P&gt;
&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; a&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; c&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 23:39:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-identify-log-files-differences-between-two-log-files/m-p/859483#M339567</guid>
      <dc:creator>gyambqt</dc:creator>
      <dc:date>2023-02-17T23:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify log files differences between two log files?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-identify-log-files-differences-between-two-log-files/m-p/859488#M339568</link>
      <description>&lt;P&gt;SAS logs are unstructured text and will differ between executions starting with the execution date. Any small change in logging options will cause changes to the SAS log and especially on which line log messages appear.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suggest you take a more targeted approach for what you want to collect and let us know.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Below links should be of interest for you.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sasnrd.com/sas-logparse-macro/" target="_self"&gt;Track Performance in SAS with the LOGPARSE Macro&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/logug/titlepage.htm" target="_self"&gt;SAS® 9.4 Logging: Configuration and Programming Reference, Second Edition&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/proc/n05aazp6jtoup0n1qjee3h7jto24.htm" target="_self"&gt;SCAPROC Procedure&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/armref/titlepage.htm" target="_self"&gt;SAS® 9.4 Interface to Application Response Measurement (ARM): Reference&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Feb 2023 00:37:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-identify-log-files-differences-between-two-log-files/m-p/859488#M339568</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2023-02-18T00:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify log files differences between two log files?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-identify-log-files-differences-between-two-log-files/m-p/859517#M339578</link>
      <description>Using the third side software, like : WinMerge</description>
      <pubDate>Sat, 18 Feb 2023 10:37:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-identify-log-files-differences-between-two-log-files/m-p/859517#M339578</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-02-18T10:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify log files differences between two log files?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-identify-log-files-differences-between-two-log-files/m-p/859518#M339579</link>
      <description>&lt;A href="https://winmerge.org/downloads/" target="_blank"&gt;https://winmerge.org/downloads/&lt;/A&gt;</description>
      <pubDate>Sat, 18 Feb 2023 10:37:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-identify-log-files-differences-between-two-log-files/m-p/859518#M339579</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2023-02-18T10:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify log files differences between two log files?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-identify-log-files-differences-between-two-log-files/m-p/859557#M339587</link>
      <description>Looks for any utility that does comparison of text files.  Notepad++, UltraEdit, DIFF, I'm a big fan of BeyondCompare.</description>
      <pubDate>Sat, 18 Feb 2023 19:11:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-identify-log-files-differences-between-two-log-files/m-p/859557#M339587</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2023-02-18T19:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify log files differences between two log files?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-identify-log-files-differences-between-two-log-files/m-p/859574#M339597</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/19879"&gt;@Quentin&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Looks for any utility that does comparison of text files. Notepad++, UltraEdit, DIFF, I'm a big fan of BeyondCompare.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Me too! I'm a long time BeyondCompare user and never seen a "better" utility for text comparison that's so rich in functionality yet so intuitive to use.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2023 00:18:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-identify-log-files-differences-between-two-log-files/m-p/859574#M339597</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2023-02-19T00:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify log files differences between two log files?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-identify-log-files-differences-between-two-log-files/m-p/859579#M339598</link>
      <description>&lt;P&gt;For what purpose do you want to compare log files?&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2023 02:11:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-identify-log-files-differences-between-two-log-files/m-p/859579#M339598</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2023-02-19T02:11:00Z</dc:date>
    </item>
  </channel>
</rss>

