'How to select output objects when using multiple var statements in proc univariate?
I want to select different output of a proc univariate step with multiple var statement. For example, I did var car and var store, these two var statements in proc univariate. I want moments output of var car and basicmeasures of var store. The way I know to select output is ods select and ods output. I’m not sure how to select different outputs for different variables in same proc univariate step. Thank you!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
