BookmarkSubscribeRSS Feed
deleted_user
Not applicable
I have a number of variable names outputting to a PDF and would like to wrap the text/variable names so all the columns have a consistent width.

Can this be done?
1 REPLY 1
Cynthia_sas
Diamond | Level 26
Hi:
The UNIFORM option will cause every page to have the same width for one particular column:
http://support.sas.com/kb/24/237.html

ODS PDF FILE='somefile.pdf' UNIFORM;

Otherwise, if you want to explicitly control the width of all the columns to make them wider or narrower, look here
http://support.sas.com/rnd/base/ods/templateFAQ/report1.html
and scroll down until you see the use of the CELLWIDTH= option.

cynthia

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

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