The SURVEYIMPUTE Procedure

Syntax: SURVEYIMPUTE Procedure

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 </ option>;

  • VAR variable <(options)> <…variable <(options)>> </ options>;

  • 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.

Last updated: December 09, 2022