<?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: PROC REPORT: Add &amp;quot; (Continued)&amp;quot; to a table header for a table that spans multiple page in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT-Add-quot-Continued-quot-to-a-table-header-for-a/m-p/845085#M82306</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods tagsets.rtf file='c:\temp\temp.rtf';
title;
proc report data=sashelp.cars nowindows style(report)={width=100%} split="~";
  column ('Car Information' make model type origin);
  define make / display 'Make';
  define model / display 'Model' ;
  define type / display 'Type';
  define origin / display 'Origin';
run;
ods tagsets.rtf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1668772270425.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/77437iF9EF25890FBFBBA6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1668772270425.png" alt="Ksharp_0-1668772270425.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Nov 2022 11:50:40 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2022-11-18T11:50:40Z</dc:date>
    <item>
      <title>PROC REPORT: Add " (Continued)" to a table header for a table that spans multiple pages</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT-Add-quot-Continued-quot-to-a-table-header-for-a/m-p/844990#M82302</link>
      <description>&lt;P&gt;I'm looking to have a table header where the text " (Continued)" is appended to the table header that repeats on all pages except for the first page.&amp;nbsp; See the sample code below.&amp;nbsp; On the first page, I expect the table header to be "Car Information" and on subsequent pages, I want the (repeated) table header to be "Car Information (Continued)".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using ODS to create an RTF file and I'm using SAS 9.4.&lt;/P&gt;&lt;P&gt;There will be some other content that appears before the table, so the table may not always start on page 1 (it might start on page 3 and span several pages).&lt;/P&gt;&lt;P&gt;For now, the table header I'm referring to is actually a spanned column header.&amp;nbsp; If this needs to be done differently, that is OK as long as the same look can be achieved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;proc report data=sashelp.cars nowindows style(report)={width=100%} split="~";
  column ('Car Information' make model type origin);
  define make / display 'Make';
  define model / display 'Model' ;
  define type / display 'Type';
  define origin / display 'Origin';
run;&lt;/PRE&gt;</description>
      <pubDate>Thu, 17 Nov 2022 21:51:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT-Add-quot-Continued-quot-to-a-table-header-for-a/m-p/844990#M82302</guid>
      <dc:creator>jwjw</dc:creator>
      <dc:date>2022-11-17T21:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: PROC REPORT: Add " (Continued)" to a table header for a table that spans multiple page</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT-Add-quot-Continued-quot-to-a-table-header-for-a/m-p/845085#M82306</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods tagsets.rtf file='c:\temp\temp.rtf';
title;
proc report data=sashelp.cars nowindows style(report)={width=100%} split="~";
  column ('Car Information' make model type origin);
  define make / display 'Make';
  define model / display 'Model' ;
  define type / display 'Type';
  define origin / display 'Origin';
run;
ods tagsets.rtf close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksharp_0-1668772270425.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/77437iF9EF25890FBFBBA6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksharp_0-1668772270425.png" alt="Ksharp_0-1668772270425.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2022 11:50:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/PROC-REPORT-Add-quot-Continued-quot-to-a-table-header-for-a/m-p/845085#M82306</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2022-11-18T11:50:40Z</dc:date>
    </item>
  </channel>
</rss>

