TRANSPOSE Procedure

VAR Statement

Lists the variables to transpose.
Transposing BY Groups

Transposing Data for Statistical Analysis

Syntax

Required Argument

variable(s)
names one or more variables to transpose.

Details

  • If you omit the VAR statement, then the TRANSPOSE procedure transposes all numeric variables in the input data set that are not listed in another statement.
  • You must list character variables in a VAR statement if you want to transpose them.
    Note: If the procedure is transposing any character variable, then all transposed variables will be character variables.