BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
gzr2mz39
Quartz | Level 8

I'm using ods rtf proc report to create a table.

The table goes on for 3 pages.

Is there any way to add a note somewhere that says "continued on next page" for the 1st and 2nd pages of the table?

Thank you.

1 ACCEPTED SOLUTION

Accepted Solutions
Cynthia_sas
SAS Super FREQ

Hi:

  The original ODS RTF destination does not have "vertical measurement" -- so the page break is imposed by the word processor that opens the RTF file. With one set of margins, the number of report rows could be different than with another set of margins in the word processor.

  If you have SAS 9.2 or higher, you should consider switching to ODS TAGSETS.RTF -- the "Continued" when a table splits across pages is automatically put onto the report when you use this newer destination that first became available in SAS 9.2.

cynthia

View solution in original post

2 REPLIES 2
Cynthia_sas
SAS Super FREQ

Hi:

  The original ODS RTF destination does not have "vertical measurement" -- so the page break is imposed by the word processor that opens the RTF file. With one set of margins, the number of report rows could be different than with another set of margins in the word processor.

  If you have SAS 9.2 or higher, you should consider switching to ODS TAGSETS.RTF -- the "Continued" when a table splits across pages is automatically put onto the report when you use this newer destination that first became available in SAS 9.2.

cynthia

gzr2mz39
Quartz | Level 8

Is there any way to modify the text that appears (i.e. (Continued))?

Thank you.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 1708 views
  • 0 likes
  • 2 in conversation