Below is a collection of SAS® papers for smarter PROC UNIVARIATE searches. See also Statistical Analysis. PROC UNIVARIATE is similar to PROC MEANS except with more features to better describe the data in statistical terms and graphs. See also PROC MEANS.
Basic example
proc univariate data=BPressure;
var Systolic Diastolic;
run;
SAS® Reference PROC UNIVARIATE Syntax
1. Guido’s Guide to PROC UNIVARIATE: A Tutorial for SAS® Users, Joseph J. Guido
2. Using PROC RANK and PROC UNIVARIATE to Rank or Decile Variables, Jonas V. Bilenas
4. Introduction to the UNIVARIATE Procedure, Kim Kolbe
5. Graphically Enhancing Univariate Descriptive Statistics, James O’Hearn