The following statements are available in the SURVEYIMPUTE procedure. Items within < > are optional.
PROC SURVEYIMPUTE <options>;
BY variables;
CELLS variables ;
CLASS variable <(options)> <…variable <(options)>> </ options>;
CLUSTER variables;
ID variable;
IMPJOINT <variables>;
OUTPUT <OUT=SAS-data-set><OUTJKCOEFS=SAS-data-set><keyword=name …keyword=name>;
REPWEIGHTS variables;
STRATA variables ;
VAR variables;
WEIGHT variable;
The PROC SURVEYIMPUTE and VAR statements are required.
The following sections describe the PROC SURVEYIMPUTE statement and then describe the other statements in alphabetical order.