BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
angeliquec
Quartz | Level 8

Hi, I generated a report using PROC REPORT, and I'd like to merge the cells in the upper top left portion.

These are merged when proc tabulate is used.

 

proc report data=sashelp.cars;
column make invoice type ,drivetrain ;
define make /group;
define type/ across ;
define drivetrain/ ' ' across ;

run;

1 ACCEPTED SOLUTION

Accepted Solutions
Norman21
Lapis Lazuli | Level 10

If your output is an RTF file, you can try modifying border colours, as Cynthia demonstrates in this post:

 

https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-merge-cells-in-PROC-REPORT/td-p/76582

Norman.
SAS 9.4 (TS1M6) X64_10PRO WIN 10.0.17763 Workstation

View solution in original post

2 REPLIES 2
Norman21
Lapis Lazuli | Level 10

If your output is an RTF file, you can try modifying border colours, as Cynthia demonstrates in this post:

 

https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-merge-cells-in-PROC-REPORT/td-p/76582

Norman.
SAS 9.4 (TS1M6) X64_10PRO WIN 10.0.17763 Workstation

andreas_lds
Jade | Level 19
This should work with html-output, too.

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
  • 2 replies
  • 1295 views
  • 0 likes
  • 3 in conversation