What does this syntax mean?
Recode
variable1 variable2 (ELSE=SYSMIS) .
EXECUTE .
I cant seem to find any example with the recode command where only variables are stated and no values to recode. Does this mean it will just copy whatever value of variable1 and variable2 for a given record?