<?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 Not getting column headers in ods rtf output on each page in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Not-getting-column-headers-in-ods-rtf-output-on-each-page/m-p/50962#M6495</link>
    <description>I am displaying ods rtf output but unable to get column headers on each page except on first page. I am using style=journal. can anybody help in getting the column headers on each page</description>
    <pubDate>Wed, 01 Oct 2008 14:09:35 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-10-01T14:09:35Z</dc:date>
    <item>
      <title>Not getting column headers in ods rtf output on each page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Not-getting-column-headers-in-ods-rtf-output-on-each-page/m-p/50962#M6495</link>
      <description>I am displaying ods rtf output but unable to get column headers on each page except on first page. I am using style=journal. can anybody help in getting the column headers on each page</description>
      <pubDate>Wed, 01 Oct 2008 14:09:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Not-getting-column-headers-in-ods-rtf-output-on-each-page/m-p/50962#M6495</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-10-01T14:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Not getting column headers in ods rtf output on each page</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Not-getting-column-headers-in-ods-rtf-output-on-each-page/m-p/50963#M6496</link>
      <description>Hi:&lt;BR /&gt;
  That -is- odd. When I run the code below with either PRINT or REPORT or DATA _NULL_, I get column headers on each page.&lt;BR /&gt;
&lt;BR /&gt;
However, if you are using PROC MEANS, then this Tech Support note explains a similar issue:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/6/194.html" target="_blank"&gt;http://support.sas.com/kb/6/194.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
The note contains a workaround for PROC MEANS. If your issue is not with PROC MEANS, but is, instead, with another SAS procedure, my recommendation is to contact Tech Support so they can track the issue and help you with a workaround.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia&lt;BR /&gt;
[pre]&lt;BR /&gt;
&lt;BR /&gt;
** test code;&lt;BR /&gt;
options orientation=portrait;&lt;BR /&gt;
ods listing close;&lt;BR /&gt;
                         &lt;BR /&gt;
ods rtf file='c:\temp\testhdr.rtf'&lt;BR /&gt;
    style=journal;&lt;BR /&gt;
                            &lt;BR /&gt;
proc print data=sashelp.shoes(obs=70);&lt;BR /&gt;
  title 'Do Headers Repeat?';&lt;BR /&gt;
run;&lt;BR /&gt;
               &lt;BR /&gt;
proc report data=sashelp.shoes(obs=70) nowd;&lt;BR /&gt;
  title 'Proc Report Test';&lt;BR /&gt;
run;&lt;BR /&gt;
               &lt;BR /&gt;
title 'With DATA _NULL_';&lt;BR /&gt;
data _null_;&lt;BR /&gt;
  set sashelp.shoes;&lt;BR /&gt;
  file print ods;&lt;BR /&gt;
  if _n_ le 70 then do;&lt;BR /&gt;
     put _ods_;&lt;BR /&gt;
  end;&lt;BR /&gt;
run;&lt;BR /&gt;
         &lt;BR /&gt;
ods rtf close;&lt;BR /&gt;
  [/pre]</description>
      <pubDate>Wed, 01 Oct 2008 15:37:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Not-getting-column-headers-in-ods-rtf-output-on-each-page/m-p/50963#M6496</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-10-01T15:37:40Z</dc:date>
    </item>
  </channel>
</rss>

