BookmarkSubscribeRSS Feed
Mur
Calcite | Level 5 Mur
Calcite | Level 5

Hi all,

The tables generated by proc means within ods rtf output is not being split between pages.  I have only header on one page and on the second page I have header and the rest of the table.  There is a lot of white space in between.  Why are the tables not being split?  I think my titles are pushing the tables to the next page.  How do I get around this? Appreciate any help.

Thanks,

Mur

4 REPLIES 4
VD
Calcite | Level 5 VD
Calcite | Level 5

To reduce the white space and to get two tables on a single page (if they can fit) use STARTPAGE=NO in the ods rtf statement.

ODS rtf has two options to control the table split: KEEPN (no split until necessary) and NOKEEPN (allows split).

Mur
Calcite | Level 5 Mur
Calcite | Level 5

Thanks for the reply, VD.  I have tried it but won't help.  As these tables are within proc means.  I have six tables from the six by groups I have in the data.  Not sure if it's SAS or ods RTF, but, it's trying to push the entire table to the next page instead of splitting it.  On the first page I have my titles and the header of the table, rest of the page is empty.  On the second page I have the entire table along with the table header, but, with no titles. 

Reeza
Super User

Post the code your using if you would like constructive help.

Mur
Calcite | Level 5 Mur
Calcite | Level 5

Thank you, Reeza.  I was not sure where to post and I posted my question in the 'ODS and base reporting' section as well.  Can you please look at my reply that has my code there... I have pasted the link below...

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 817 views
  • 0 likes
  • 3 in conversation