BookmarkSubscribeRSS Feed
DartRodrigo
Lapis Lazuli | Level 10

Hi experts,

 

First, Happy woman's day.

 

Well, I'm using SAS 9.4 in my environment, and we are having some troubles while using some ODS options.

 

WARNING: The absolute region was too small to accommodate the output supplied for the PDF destination. Output will be suppressed

 

This is because we are using region (ods region height=3in width=4in x=0.2in y=7.3in;) like this. This warning says that my proc step is larger or higher than the size specified. 

 

What i would like to know is, are there some way to make this to be auto responsive ? Or if i do not setup width and height, it will fill the PDF more effectively ?

 

Thanks in advance

 

1 REPLY 1
Ksharp
Super User

Make PDF bigger ? by adding some options.

 

options papersize=(100cm 100cm);

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 2276 views
  • 3 likes
  • 2 in conversation