The RENAME statement
enables you to change the names of one or more variables, variables
in a list, or a combination of variables and variable lists. The new
variable names are written to the output data set only. Use the old
variable names in programming statements for the current DATA step.
RENAME applies to all output data sets.
Note: The RENAME statement has
an effect on data sets opened in output mode only.