BookmarkSubscribeRSS Feed
PaigeMiller
Diamond | Level 26

This work as expected in ODS HTML, the lines are thicker where I ask them to be thicker (except the bottom row of the table, how do we make that thicker?)

 

proc report data=sashelp.class;
	columns sex name age;
	define sex/group;
	break after sex/ summarize style=[bordertopwidth=3 borderbottomwidth=3];
run;

but not in ODS EXCEL. Is this a valid option in ODS EXCEL?

 

Is there any way to have SAS increase the thickness of specific lines in ODS EXCEL?

--
Paige Miller
1 REPLY 1
ghosh
Barite | Level 11

Don't have an answer, just a suggestion.  Define the bottom borderwidth using Proc Template.

 

 

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore Now →
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
  • 1 reply
  • 1104 views
  • 0 likes
  • 2 in conversation