<?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: Printing Results from SAS Output Viewer in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Printing-Results-from-SAS-Output-Viewer/m-p/239548#M44084</link>
    <description>&lt;P&gt;Menu File -&amp;gt; Send Mail&lt;/P&gt;
&lt;P&gt;is another option though this sends the results as the body of the file not an attachment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Learning ODS is highly recommended though as there are many options available.&lt;/P&gt;</description>
    <pubDate>Wed, 16 Dec 2015 15:43:03 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2015-12-16T15:43:03Z</dc:date>
    <item>
      <title>Printing Results from SAS Output Viewer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Printing-Results-from-SAS-Output-Viewer/m-p/239507#M44072</link>
      <description>&lt;P&gt;I have a number of tables created in Proc Freq that are in the Results Viewer.&lt;/P&gt;&lt;P&gt;How can I transmit these results electronically to my client. I am thinking of using a pdf file.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 13:49:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Printing-Results-from-SAS-Output-Viewer/m-p/239507#M44072</guid>
      <dc:creator>Wonder123</dc:creator>
      <dc:date>2015-12-16T13:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Results from SAS Output Viewer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Printing-Results-from-SAS-Output-Viewer/m-p/239510#M44073</link>
      <description>&lt;P&gt;Output to file will be done by using the ODS system. &amp;nbsp;You can print to PDF simply by:&lt;/P&gt;
&lt;PRE&gt;ods pdf file="c:\file.pdf";
...your code here...
ods pdf close;
&lt;/PRE&gt;
&lt;P&gt;You should also look at the SAS help documentation on the ODS system for full documentation and examples.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 14:03:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Printing-Results-from-SAS-Output-Viewer/m-p/239510#M44073</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-12-16T14:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Results from SAS Output Viewer</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Printing-Results-from-SAS-Output-Viewer/m-p/239548#M44084</link>
      <description>&lt;P&gt;Menu File -&amp;gt; Send Mail&lt;/P&gt;
&lt;P&gt;is another option though this sends the results as the body of the file not an attachment.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Learning ODS is highly recommended though as there are many options available.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2015 15:43:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Printing-Results-from-SAS-Output-Viewer/m-p/239548#M44084</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-12-16T15:43:03Z</dc:date>
    </item>
  </channel>
</rss>

