<?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: how to print table columns in ods rtf like ods listing in proc report in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-print-table-columns-in-ods-rtf-like-ods-listing-in-proc/m-p/601838#M174137</link>
    <description>&lt;P&gt;Hi little_fish,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd recommend taking a look at this paper:&amp;nbsp;&lt;A href="https://www.pharmasug.org/proceedings/2018/QT/PharmaSUG-2018-QT01.pdf" target="_blank"&gt;https://www.pharmasug.org/proceedings/2018/QT/PharmaSUG-2018-QT01.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It outlines a method to utilize Microsoft word to help determine line breaks for better pagination than ods rtf provides.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-unison&lt;/P&gt;</description>
    <pubDate>Tue, 05 Nov 2019 22:38:26 GMT</pubDate>
    <dc:creator>unison</dc:creator>
    <dc:date>2019-11-05T22:38:26Z</dc:date>
    <item>
      <title>how to print table columns in ods rtf like ods listing in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-print-table-columns-in-ods-rtf-like-ods-listing-in-proc/m-p/600612#M173655</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I have a question, when I try to use ODS rtf and Proc report, if there are two many columns, like col1-col12,&amp;nbsp; if the page would be only for 6 columns. page 1 would have column1-column6,&amp;nbsp; page 2 still coulmn1-coulmn6,&amp;nbsp; … until all the column 1-column 6 print out; it would begin to print coulmn7-column12.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; it would not like ODS listing output,&amp;nbsp; page 1 would have column1--column6,&amp;nbsp; page 2 column7---cloumn12,&amp;nbsp; page3 column1----column6, page4 column7---column12.... etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; how do I create the output in ODS RTF, like the ODS listing for tables with many columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;listing&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;close&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;options&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;orientation&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=portrait &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;center&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;topmargin&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;.25&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;in;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;rtf&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="2"&gt;'test.rtf'&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;title&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"ID specified on Date variable"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;title2&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="2"&gt;"PAGE specified on Price7 variable"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;report&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;=sashelp.pricedata(obs=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="2"&gt;30&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="2"&gt;) &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;nowd&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;column&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; date price1-price12; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; date / order &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;id&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;define&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt; price7 / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;page&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="2"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;rtf&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;close&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;ods&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="2"&gt;listing&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 02:24:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-print-table-columns-in-ods-rtf-like-ods-listing-in-proc/m-p/600612#M173655</guid>
      <dc:creator>little_fish</dc:creator>
      <dc:date>2019-10-31T02:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to print table columns in ods rtf like ods listing in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-print-table-columns-in-ods-rtf-like-ods-listing-in-proc/m-p/601838#M174137</link>
      <description>&lt;P&gt;Hi little_fish,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd recommend taking a look at this paper:&amp;nbsp;&lt;A href="https://www.pharmasug.org/proceedings/2018/QT/PharmaSUG-2018-QT01.pdf" target="_blank"&gt;https://www.pharmasug.org/proceedings/2018/QT/PharmaSUG-2018-QT01.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It outlines a method to utilize Microsoft word to help determine line breaks for better pagination than ods rtf provides.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-unison&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 22:38:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-print-table-columns-in-ods-rtf-like-ods-listing-in-proc/m-p/601838#M174137</guid>
      <dc:creator>unison</dc:creator>
      <dc:date>2019-11-05T22:38:26Z</dc:date>
    </item>
  </channel>
</rss>

