INTO Keyword (RECODE command)
INTO specifies a target variable to receive recoded values from the original, or source, variable. Source variables remain unchanged after being recoded.
- INTO must follow the value specifications for the source variables that are being recoded into the target variables.
- The number of target variables must equal the number of source variables.