Dear Community,
If you run the following code,
proc freq
data = sashelp.class;
tables age * sex;
run;
you will find that the output table contains the title "Table of Age by Sex". How can I remove this title?
I have tried playing around with the "title" statement and searching on Google and this forum, but to no avail.
Thanks,
Eric
Hi Art,
Thanks for the link. I solved my problem by modifying the template's code as given in the appendix. I also wanted my table to display only the variables' labels, not their names. Here are the steps that I took:
Thanks again for your help, Art!
: Take a look at: http://support.sas.com/resources/papers/freq92.pdf
Hi Art,
Thanks for the link. I solved my problem by modifying the template's code as given in the appendix. I also wanted my table to display only the variables' labels, not their names. Here are the steps that I took:
Thanks again for your help, Art!
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.