The
column-name must be a valid PC file column name.
If the column name includes lowercase characters, special characters,
or national characters, you must enclose the column name in quotation
marks.
The
variable-identifier can be a SAS variable name
or the positional equivalent from the LIST statement. The positional
equivalent is the number that represents where to place the variable
in the data set.
You can rename as many
variables as you want in one RENAME statement. The RENAME statement
overrides the LABEL statement for columns that are renamed.