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

Hello!

Please tell me? how to do so? that section of the table is nowhere crashed between pages. That is, there should not be such that the section started on the same page, not the entire climbed and continued on the next page. If a section does not fit on the page, it should be transferred to the next page.

1 ACCEPTED SOLUTION

Accepted Solutions
Ksharp
Super User

Here is a paper I wrote for this question. Hope can help you a little bit.

http://support.sas.com/resources/papers/proceedings12/389-2012.pdf

OR try this one , Maybe can suit your demand.

ods pdf file='c:\temp\x.pdf';
options number=1;
proc report data=sashelp.class(where=(sex='F')) nowd;
run;
options number=1;
proc report data=sashelp.class(where=(sex='M')) nowd;
run;
ods pdf close;

Xia Keshan

Message was edited by: xia keshan                  Sorry. wrong URL .

View solution in original post

3 REPLIES 3
alnbln
Calcite | Level 5

similar problem

Ksharp
Super User

Here is a paper I wrote for this question. Hope can help you a little bit.

http://support.sas.com/resources/papers/proceedings12/389-2012.pdf

OR try this one , Maybe can suit your demand.

ods pdf file='c:\temp\x.pdf';
options number=1;
proc report data=sashelp.class(where=(sex='F')) nowd;
run;
options number=1;
proc report data=sashelp.class(where=(sex='M')) nowd;
run;
ods pdf close;

Xia Keshan

Message was edited by: xia keshan                  Sorry. wrong URL .

alnbln
Calcite | Level 5

Thank you very much, you helped me. Smiley Happy

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

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
  • 3 replies
  • 1596 views
  • 0 likes
  • 2 in conversation