BookmarkSubscribeRSS Feed
ccc143
Calcite | Level 5
When I print out a pdf on proc report there are three columns that trail over to the next page. However, the margins of the report look like they could fit more columns...is there a way to prevent the columns from trailing, or a way to shrink the margins? Thanks!!
1 REPLY 1
Cynthia_sas
Diamond | Level 26
Hi:
ODS PDF supports the SAS System Options:
[pre]
options leftmargin=.25in rightmargin=.25in topmargin=.25in bottommargin=.25in;
[/pre]

If that doesn't work for you, you might search on previous forum postings for the string "very wide" -- there are some STYLE= override techniques, such as changing font size to be slightly smaller, changing cellpadding to be slightly smaller, etc, that may get you the last little bit of horizontal space that you need.

cynthia

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand in the Innovate Hub.

Watch 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
  • 1 reply
  • 1431 views
  • 0 likes
  • 2 in conversation