@Cynthia: Thank you very much for all the examples!!! I got another idea when I was trying your examples - you can use the compute statement to get the lines without having another row. So I just had to add the following code to my proc report statement: compute after section; if section ne . then call define (_row_, 'style', 'style=[bordertopwidth=2pt]'); endcomp; So, I got pointed in another direction because of your examples, thanks a lot! Sabrina
... View more