BookmarkSubscribeRSS Feed
Cannon3006
Calcite | Level 5

Hi,

I'm having a problem getting ROW_SPAN=2 option working for ODS Region on a PDF document. The area I marked in yellow is the area the output is limited to although it should be spanning across the two rows. My SAS version is 7.15. 

 

 row_span.png

 

ODS LAYOUT GRIDDED COLUMNS=2  ADVANCE=OUTPUT;
ODS REGION ROW_SPAN=2;PROC DOCUMENT NAME=DOC1;REPLAY SGPLOT#1; RUN; QUIT;
ODS REGION; PROC DOCUMENT NAME=DOC2; REPLAY PRINT#1; RUN; QUIT;
ODS REGION; PROC DOCUMENT NAME=DOC3; REPLAY PRINT#1; RUN; QUIT;
ODS LAYOUT END;

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
  • 0 replies
  • 695 views
  • 0 likes
  • 1 in conversation