I wish to do something that (I think) should be quite simple, but is proving to be rediculously difficult to do.
I am using PROC REPORT and outputting to RTF using ODS (and am using SAS 9.1.3).
I have created by own style sheet using PROC TEMPLATE, but I need assistance with one part.
I want my output to have a solid single line separating the column headers from the values in the columns, and I want a doubleline at the base of the "table".
In my PROC TEMPLATE I am using:
style table from container /
frame = below
rules = none
borderbottomstyle = double
However this gives a double line under the column headers as well as at the base of the table.
Can somebody please give me guidance?