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;

CFC_SAS_Communities_400x225.jpg

Call for content now open!

It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.

Submit your proposal →

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