The SURVEYIMPUTE Procedure

ODS Table Names

PROC SURVEYIMPUTE assigns a name to each table that it creates. You can use this name to refer to the table when using the Output Delivery System (ODS) to select tables and create output data sets. For more information about ODS, see Chapter 20: Using the Output Delivery System. Table 110.4 lists the table names.

Table 110.4: ODS Tables Produced by PROC SURVEYIMPUTE

ODS Table Name

Description

Statement

Option

ClassLevelInfo

CLASS variable levels

CLASS

 

ConvergenceStatus

Convergence status

PROC

METHOD=FEFI

DesignSummary

Design summary

STRATA or CLUSTER

 

HadamardMatrix

Hadamard matrix

PROC

VARMETHOD=BRR (PRINTH)

ImputationInfo

Imputation information

PROC

 

ImputationSummary

Imputation summary

PROC

 

IterationHistory

Iteration history

PROC

METHOD=FEFI

MissPattern

Missing data patterns

PROC

 

NObs

Number of observations

PROC