Hello-
I'm running a 2-way crosstab in Proc Freq and am dumping the output into Excel using the ODS HTML output options. Proc Freq always pads the output with two columns.
The first column has this information in it:
"Frequency
Percent
Row Pct
Col Pct"
While the second column is blank.
What are the options that will suppress these two columns?
Thank you.
A similar question was asked in this thread. The recommendation: you could use PROC TABULATE (or REPORT) instead for more control of your report appearance.
You could try the LIST or CROSSLIST options on the TABLES statement to see if that gets you close to what you want.
Thanks for the tip on the CROSSLIST option. That solved another question I had. But it doesn't fix my original question. I still need the suppressing options for the two columns.
A similar question was asked in this thread. The recommendation: you could use PROC TABULATE (or REPORT) instead for more control of your report appearance.
Reluctantly good suggestion. Thanks.
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.