Chapter Contents

Previous

Next
The UNIVARIATE Procedure

VAR Statement


Specifies the analysis variables and their order in the results.

Default: If you omit the VAR statement, PROC UNIVARIATE analyzes all numeric variables that are not listed in the other statements.
Featured in: Univariate Analysis for Multiple Variables and Creating an Output Data Set with Multiple Analysis Variables


VAR variable(s);


Required Arguments

variable(s)
identifies one or more analysis variables.


Using the Output Statement with the VAR Statement
Use a VAR statement when you use an OUTPUT statement. To store the same statistic for several analysis variables in the OUT= data set, you specify a list of names in the OUTPUT statement. PROC UNIVARIATE makes a one-to-one correspondence between the order of the analysis variables in the VAR statement and the list of names that follow a statistic keyword.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.