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!
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.
Early bird rate extended! Save $200 when you sign up by March 31.
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.