The SURVEYIMPUTE Procedure

VAR Statement

  • VAR variables;

The VAR statement names the analysis variables to be imputed. The analysis variables can be either character or numeric. The categorical variables in the VAR statement, which can be either character or numeric, must also be specified in the CLASS statement. Only variables that you specify in the VAR statement will be imputed. If you specify METHOD=FEFI , then all numeric variables that you specify in the VAR statement must also be specified in the CLASS statement. METHOD=FEFI is not available for continuous variables in SAS/STAT 14.1.

A variable in the VAR statement should not appear in any of the BY , CLUSTER , REPWEIGHTS , STRATA , and WEIGHT statements.