Hello,
I want to make a table with proc report. The header is like following:
country -------------report-----------------
USA man woman child
I tried to do that in column as
columns Country ( "-------report-------" sex1 sex2 child)
but the result is like the following :
country __------------report------------__
USA man woman child
Anyone knows the solution? Thanks a lot
I don't see what is wrong with the result. Explain.
The result has underline '__' on the two side of dash line '-------'
That is the problem.
Can you post your full code so we can replicate the issue?
Your SAS version and the ODS destination (PDF, LISTING, HTML, EXCEL, RTF) would also help.
@xiangpang wrote:
The result has underline '__' on the two side of dash line '-------'
That is the problem.
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.