Examples (EXPORT command)
EXPORT OUTFILE="/newdata.por"
/RENAME=(V1 TO V3=ID,SEX,AGE) /MAP.
- The portable file is written to newdata.por.
- The variables V1, V2, and V3 are renamed ID, SEX, and AGE in the portable file. Their names remain V1, V2, and V3 in the active dataset. None of the other variables written to the portable file are renamed.
-
MAP
requests a display of the variables in the portable file.