<?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: Can Column header in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-Column-header/m-p/26995#M4306</link>
    <description>Thank you.  I was being dense. I blame it on being Friday!</description>
    <pubDate>Fri, 20 Jun 2008 21:25:36 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-06-20T21:25:36Z</dc:date>
    <item>
      <title>Can Column header</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-Column-header/m-p/26993#M4304</link>
      <description>I have a SP Proc Report that we run on the Portal.&lt;BR /&gt;
One of the output choices is HTML.  While the PDF export will repeat the column header on each page, I cannot figure out how to repeat the header on HTML.  Since there is no true page on HTML, I would want to do the column header at each break.&lt;BR /&gt;
Is this possible?&lt;BR /&gt;
In the example below, the column header should repeat again after the level2 break:&lt;BR /&gt;
&lt;BR /&gt;
proc sort data=SASHELP.COMPANY&lt;BR /&gt;
	out=sortcmy;&lt;BR /&gt;
	by level2;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
proc report data=work.sortcmy nowd;&lt;BR /&gt;
    title  "Company";&lt;BR /&gt;
   column  level1 level2 level5; &lt;BR /&gt;
    define  level1            / group      'Company';&lt;BR /&gt;
    define  level2            / group 'Country';&lt;BR /&gt;
   define  level5             / display 'Emp';&lt;BR /&gt;
&lt;BR /&gt;
    break after level2 / ol  skip ;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
Thank you&lt;BR /&gt;
-Patrick</description>
      <pubDate>Fri, 20 Jun 2008 18:05:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-Column-header/m-p/26993#M4304</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-06-20T18:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can Column header</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-Column-header/m-p/26994#M4305</link>
      <description>Hi:&lt;BR /&gt;
  Try modifying your BREAK AFTER statement like this:&lt;BR /&gt;
[pre]&lt;BR /&gt;
break after level2 / page;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
 &lt;BR /&gt;
with the PAGE option. I removed OL and SKIP because those are ignored by ODS HTML, RTF and ODS PDF. For ODS HTML, this should put a Horizontal rule between each logical "page" (even though HTML is not a paged destination) but it should also repeat the column headers for you.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 20 Jun 2008 20:56:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-Column-header/m-p/26994#M4305</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-06-20T20:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can Column header</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-Column-header/m-p/26995#M4306</link>
      <description>Thank you.  I was being dense. I blame it on being Friday!</description>
      <pubDate>Fri, 20 Jun 2008 21:25:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Can-Column-header/m-p/26995#M4306</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-06-20T21:25:36Z</dc:date>
    </item>
  </channel>
</rss>

