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

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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.

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