I am using Proc Tabulate to generate a summary table. Is there an option to tabulate data in order to automatically hide the columns that are all 0 and null? I can only find the opposite of what i am looking for; PRINTMISS, which will force it to show all 0 and null. If not, which proc should I use? Thanks.
... View more