SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 39915: ODS PDF TEXT= produces a header "Continuing contents of page NN"

DetailsCodeHotfixAboutRate It

The following header might be produced if the ODS TEXT= or ODS PDF TEXT= statements are used to generate entire pages of output and the output crosses a page boundary:

Continuing contents of page NN, which would not fit on a single physical page

The NN value is the page number of the output.

Starting in SAS® 9.2, the text from ODS TEXT= statement is seen as one entire cell. When it crosses a page boundary, the cell is "broken", resulting in the unwanted header message.

To circumvent the problem, do one of the following:

  • Force a page break using a blank table.
  • Edit the ExtendedPage style element to eliminate the unwanted header message.

The Full Code tab includes sample code that illustrates both workarounds. The first workaround uses a one-row PROC REPORT table that is not visible in the PDF output. The second workaround shows PROC TEMPLATE code that creates a style that effectively removes the unwanted header message.



Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemBase SASz/OS9.2 TS1M09.4 TS1M3
Microsoft® Windows® for 64-Bit Itanium-based Systems9.2 TS1M0
Microsoft Windows Server 2003 Datacenter 64-bit Edition9.2 TS1M0
Microsoft Windows Server 2003 Enterprise 64-bit Edition9.2 TS1M0
Microsoft Windows XP 64-bit Edition9.2 TS1M0
Microsoft® Windows® for x649.2 TS1M09.4 TS1M3
Microsoft Windows Server 2003 Datacenter Edition9.2 TS1M0
Microsoft Windows Server 2003 Enterprise Edition9.2 TS1M0
Microsoft Windows Server 2003 Standard Edition9.2 TS1M0
Microsoft Windows XP Professional9.2 TS1M0
Windows Vista9.2 TS1M0
Windows Vista for x649.2 TS1M0
64-bit Enabled AIX9.2 TS1M09.4 TS1M3
64-bit Enabled HP-UX9.2 TS1M09.4 TS1M3
64-bit Enabled Solaris9.2 TS1M09.4 TS1M3
HP-UX IPF9.2 TS1M09.4 TS1M3
Linux9.2 TS1M09.4 TS1M3
Linux for x649.2 TS1M09.4 TS1M3
OpenVMS on HP Integrity9.2 TS1M09.4 TS1M3
Solaris for x649.2 TS1M09.4 TS1M3
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.