Hello to the SAS Community! I really need your help, because I am a bit stuck with a little problem. I apologize if the question is perhaps bit dumb, but I am still in the early phases of my SAS learning process 🙂 I am using PROC SURVEYMEANS to calculate geometric mean and geometric std. The step with this procedure belongs to a bigger macro, which calculates several statistics and which is supposed to produce - at the end - only the final table, without showing any other window. I have already suppressed all the other outputs to the results window from the other various procedures that the macro uses (for example, PROC MEANS, or PROC SQL) by simply using the noprint option for each one of them. Unfortunately I was not able to do it for PROC SURVEYMEANS and I don't really know how to solve my problem. Can somebody help me with that? Thanks in advance to all of you!
... View more