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
It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.
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.