Thanks Paige. There are two concerns that brought me to seek formats in PROC MEANS. The datasets I am working with are very large. Adding computed variables substantially increases the dataset size. Second, the data resides on a server to which we have relatively slow access. Moving data from the source to the locally installed SAS can take time. I suppose there is also a third consideration. Our workflow is largely based on using PROC MEANS to create summaries by hospital. I can get N, nMiss, Mean, Median, Variance, etc. but not proportion of values above a threshold. Maybe I am atypical in the kind of data summary I seek, but it seems to me that proportion of values in a variable is a common descriptive statistic people seek. I think it is reasonable to desire that a function to extract a proportion of value/values was available in PROC MEANS. It would be nice to get all the summary statistics from one PROC (incidentally, the predecessor of PROC MEANS was PROC SUMMARY). Just makes things more compact, standard, and clean.
... View more