Mixed Case Variable Names (RENAME VARIABLES command)

You can use the RENAME VARIABLES command to change the case of any characters in a variable name.

Example

RENAME VARIABLES (newvariable = NewVariable).
  • For the existing variable name specification, case is ignored. Any combination of upper and lower case will work.
  • For the new variable name, case will be preserved as entered for display purposes.