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
SAS Super FREQ
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

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