SAS Univariate
Contents
Usage
ExtremeObs
To display the N highest and lowest values of a variable, try:
ods select extremeobs; proc univariate data=LIBREF.TABLE nextrobs=10; var VARLIST; run;
Contents
To display the N highest and lowest values of a variable, try:
ods select extremeobs; proc univariate data=LIBREF.TABLE nextrobs=10; var VARLIST; run;