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;
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
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
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.
Ready to level-up your skills? Choose your own adventure.