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.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.