<?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: Using ODS to print log? in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-ODS-to-print-log/m-p/412070#M19833</link>
    <description>&lt;P&gt;seven years later...&amp;nbsp; An answer could be Jupyter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2016/04/24/how-to-run-sas-programs-in-jupyter-notebook/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/2016/04/24/how-to-run-sas-programs-in-jupyter-notebook/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 09 Nov 2017 18:31:49 GMT</pubDate>
    <dc:creator>PhilC</dc:creator>
    <dc:date>2017-11-09T18:31:49Z</dc:date>
    <item>
      <title>Using ODS to print log?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-ODS-to-print-log/m-p/16613#M3482</link>
      <description>Proc printto had a nice capability of printing both the log window and procedure results to a single file.  Is there a similar option available for ODS (specifically ODS PDF)?&lt;BR /&gt;
&lt;BR /&gt;
Thank you.</description>
      <pubDate>Fri, 13 Nov 2009 16:19:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-ODS-to-print-log/m-p/16613#M3482</guid>
      <dc:creator>GVeers</dc:creator>
      <dc:date>2009-11-13T16:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using ODS to print log?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-ODS-to-print-log/m-p/16614#M3483</link>
      <description>There's an undocumented capability in 9.2 PROC DOCUMENT to import a text file.  You could create an ODS document for the procedure results,  import the SAS log file into the document, and then replay the ODS document to the ODS PDF destination.   Example:&lt;BR /&gt;
[pre]&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
ods document name=temp(write);&lt;BR /&gt;
proc printto log="SAS.LOG";&lt;BR /&gt;
run;&lt;BR /&gt;
proc tabulate data=sashelp.class;&lt;BR /&gt;
class sex age;&lt;BR /&gt;
table sex,age;&lt;BR /&gt;
run;&lt;BR /&gt;
proc printto;&lt;BR /&gt;
run;&lt;BR /&gt;
ods document close;&lt;BR /&gt;
proc document name=temp;&lt;BR /&gt;
import textfile="SAS.LOG" to ^;&lt;BR /&gt;
ods pdf file="out.pdf" notoc;&lt;BR /&gt;
replay;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;&lt;BR /&gt;
ods pdf close;&lt;BR /&gt;
ods listing;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
-- David Kelley, SAS</description>
      <pubDate>Fri, 13 Nov 2009 16:44:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-ODS-to-print-log/m-p/16614#M3483</guid>
      <dc:creator>David_SAS</dc:creator>
      <dc:date>2009-11-13T16:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Using ODS to print log?</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-ODS-to-print-log/m-p/412070#M19833</link>
      <description>&lt;P&gt;seven years later...&amp;nbsp; An answer could be Jupyter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2016/04/24/how-to-run-sas-programs-in-jupyter-notebook/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/2016/04/24/how-to-run-sas-programs-in-jupyter-notebook/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 18:31:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Using-ODS-to-print-log/m-p/412070#M19833</guid>
      <dc:creator>PhilC</dc:creator>
      <dc:date>2017-11-09T18:31:49Z</dc:date>
    </item>
  </channel>
</rss>

