<?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 Proc Printto in SAS 9.3 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Printto-in-SAS-9-3/m-p/34849#M8532</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; David, many thanks. I changed the 'Results' tab and it works perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarel&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Oct 2011 13:37:58 GMT</pubDate>
    <dc:creator>Sarel1959</dc:creator>
    <dc:date>2011-10-26T13:37:58Z</dc:date>
    <item>
      <title>Proc Printto in SAS 9.3</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Printto-in-SAS-9-3/m-p/34847#M8530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have recently upgraded to SAS93. I am trying to write 'Proc Print' output to an external text file without any luck. Output is shown in the Results Viewer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;BR /&gt;Filename CELPH 'Z:\SASPGM\Z9\Z9Output\Z9KeyCPUIndicatorsHourlyUsage.txt';&lt;/P&gt;&lt;P&gt;Proc printto print=CELPH new; run; &lt;BR /&gt;Title 'Z9 Hourly Interval Key Indicators - 2011'; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Proc print split='*'; var LPARNAME STARTIME LPCTBY PCTLPBY LPMSUHR LPSHARC LPSHARE ;&lt;BR /&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; By LPARNAME;&lt;BR /&gt;run; &lt;BR /&gt;Proc printto; run; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do I need to change in order to write the Proc Print to an external text file please?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;P&gt;Sarel Swanepoel &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 09:01:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Printto-in-SAS-9-3/m-p/34847#M8530</guid>
      <dc:creator>Sarel1959</dc:creator>
      <dc:date>2011-10-26T09:01:40Z</dc:date>
    </item>
    <item>
      <title>Proc Printto in SAS 9.3</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Printto-in-SAS-9-3/m-p/34848#M8531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarel &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We would really need to see the LOG before being able to provide an accurate answer.&amp;nbsp; Can you post that too?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However:&amp;nbsp; My guess would be you have no errors or warnings in the log window/file?&amp;nbsp; If that's the case (assuming you are using the classic display manager) click on Tools -&amp;gt; Options -&amp;gt; Preferences and select the "Results" tab.&amp;nbsp; Check the Create Listing option.&amp;nbsp; Or you could insert the following into the top of your program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAS 9.3 does not use the output window by default, output is now rendered in HTML.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 12:22:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Printto-in-SAS-9-3/m-p/34848#M8531</guid>
      <dc:creator>David</dc:creator>
      <dc:date>2011-10-26T12:22:06Z</dc:date>
    </item>
    <item>
      <title>Proc Printto in SAS 9.3</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Printto-in-SAS-9-3/m-p/34849#M8532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; David, many thanks. I changed the 'Results' tab and it works perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sarel&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 13:37:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Printto-in-SAS-9-3/m-p/34849#M8532</guid>
      <dc:creator>Sarel1959</dc:creator>
      <dc:date>2011-10-26T13:37:58Z</dc:date>
    </item>
  </channel>
</rss>

