<?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 The SAS log: proc printto and options in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/The-SAS-log-proc-printto-and-options/m-p/93493#M9437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;I'm comparing SAS Logs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; I have 2 questions:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;1: While using proc printto, is it possible to keep the log for viewing? (so if error i can rerun, else the outputted log is ok).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;2: For having a clean log (without the number in front), what can you use?&amp;nbsp; I'm using a program to compare both output but it points out every row as the number in front is always different..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;THanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Dec 2012 08:42:04 GMT</pubDate>
    <dc:creator>Filipvdr</dc:creator>
    <dc:date>2012-12-07T08:42:04Z</dc:date>
    <item>
      <title>The SAS log: proc printto and options</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/The-SAS-log-proc-printto-and-options/m-p/93493#M9437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;I'm comparing SAS Logs.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt; I have 2 questions:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;1: While using proc printto, is it possible to keep the log for viewing? (so if error i can rerun, else the outputted log is ok).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;2: For having a clean log (without the number in front), what can you use?&amp;nbsp; I'm using a program to compare both output but it points out every row as the number in front is always different..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;THanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 08:42:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/The-SAS-log-proc-printto-and-options/m-p/93493#M9437</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2012-12-07T08:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: The SAS log: proc printto and options</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/The-SAS-log-proc-printto-and-options/m-p/93494#M9438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answer to #1&lt;/P&gt;&lt;P&gt;proc printto log="filename.log" new; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Answer to #2&lt;/P&gt;&lt;P&gt;I don't know if this is possible, I hope someone else knows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 13:15:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/The-SAS-log-proc-printto-and-options/m-p/93494#M9438</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2012-12-07T13:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: The SAS log: proc printto and options</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/The-SAS-log-proc-printto-and-options/m-p/93495#M9439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;#1 i want to save it in a .log file but still view it in my log window in sas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 13:17:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/The-SAS-log-proc-printto-and-options/m-p/93495#M9439</guid>
      <dc:creator>Filipvdr</dc:creator>
      <dc:date>2012-12-07T13:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: The SAS log: proc printto and options</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/The-SAS-log-proc-printto-and-options/m-p/93496#M9440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, that wasn't clear from your original statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think you can use PROC PRINTTO and still have the log appear in the log window. You can, however, open the .log file into the enhanced editor or program editor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2012 13:50:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/The-SAS-log-proc-printto-and-options/m-p/93496#M9440</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2012-12-07T13:50:30Z</dc:date>
    </item>
  </channel>
</rss>

