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

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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
  • 1056 views
  • 0 likes
  • 2 in conversation