<?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: report program, log and output windows in one file, in pdf format if best in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/report-program-log-and-output-windows-in-one-file-in-pdf-format/m-p/70332#M15216</link>
    <description>Interactive SAS sessions?  Batch? Daily production runs on an unattended server-class machine, or SAS adhoc queries/sessions?  What OS is SAS running-on?  Is SAS running locally or on a server?  Have you looked at using ALTLOG and ALTPRINT SAS system options to create a copy of your process output?&lt;BR /&gt;
&lt;BR /&gt;
You could always batch-process the results of a SAS session, writing the results to a "concatenated" PDF-format file, using SAS ODS.  Or possibly you may find a suitable solution with a "PDF maker" utility function, operating in conjunction with the SAS system on a machine/workstation.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
    <pubDate>Mon, 06 Sep 2010 20:01:44 GMT</pubDate>
    <dc:creator>sbb</dc:creator>
    <dc:date>2010-09-06T20:01:44Z</dc:date>
    <item>
      <title>report program, log and output windows in one file, in pdf format if best</title>
      <link>https://communities.sas.com/t5/SAS-Programming/report-program-log-and-output-windows-in-one-file-in-pdf-format/m-p/70331#M15215</link>
      <description>I routinely need to generate pdf files containing program, log and output results.  I am wondering if someone has had the code to automate it.  If pdf is not an easy one, can a single file be generated in other formats?&lt;BR /&gt;
&lt;BR /&gt;
Thanks.</description>
      <pubDate>Mon, 06 Sep 2010 17:46:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/report-program-log-and-output-windows-in-one-file-in-pdf-format/m-p/70331#M15215</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-09-06T17:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: report program, log and output windows in one file, in pdf format if best</title>
      <link>https://communities.sas.com/t5/SAS-Programming/report-program-log-and-output-windows-in-one-file-in-pdf-format/m-p/70332#M15216</link>
      <description>Interactive SAS sessions?  Batch? Daily production runs on an unattended server-class machine, or SAS adhoc queries/sessions?  What OS is SAS running-on?  Is SAS running locally or on a server?  Have you looked at using ALTLOG and ALTPRINT SAS system options to create a copy of your process output?&lt;BR /&gt;
&lt;BR /&gt;
You could always batch-process the results of a SAS session, writing the results to a "concatenated" PDF-format file, using SAS ODS.  Or possibly you may find a suitable solution with a "PDF maker" utility function, operating in conjunction with the SAS system on a machine/workstation.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Mon, 06 Sep 2010 20:01:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/report-program-log-and-output-windows-in-one-file-in-pdf-format/m-p/70332#M15216</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-09-06T20:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: report program, log and output windows in one file, in pdf format if best</title>
      <link>https://communities.sas.com/t5/SAS-Programming/report-program-log-and-output-windows-in-one-file-in-pdf-format/m-p/70333#M15217</link>
      <description>Hi:&lt;BR /&gt;
  As Scott says, there are a lot of unknowns in your question. Have you searched for previous forum postings? I know that this question has come up before and I have posted code several times. The topic titles were something like:&lt;BR /&gt;
"Adding syntax at the end of ODS output"&lt;BR /&gt;
and&lt;BR /&gt;
"SAS log in ODS format" or "SAS log in RTF format" (or HTML or PDF) &lt;BR /&gt;
 &lt;BR /&gt;
  A search on these topics should help you figure out whether a SAS approach or a 3rd party or Adobe approach is the way to go. In these previously posted programs, the end result would have been 2 separate PDF files -- one PDF file with the report output and one, separate, PDF file with the program/log output.&lt;BR /&gt;
 &lt;BR /&gt;
  Generally, the issue with the "all-in-one" file approach -- where you have the report, the program (.SAS) file -and- the log (.LOG or .TXT) file all together is that although you can use ODS PDF to create the report output, you normally need to use "post-processing" techniques to get the .SAS file and the .LOG file into another, separate, PDF.&lt;BR /&gt;
 &lt;BR /&gt;
  There are no SAS techniques to allow you to combine already-created PDF files, so unless you use ODS DOCUMENT to capture your report output objects and the .SAS file and the .LOG file into a DOCUMENT store, you are probably looking at the 3rd party PDF creation route.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 06 Sep 2010 22:19:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/report-program-log-and-output-windows-in-one-file-in-pdf-format/m-p/70333#M15217</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-09-06T22:19:37Z</dc:date>
    </item>
  </channel>
</rss>

