From: William Shakespeare on
Say I have a data set with 3 variables, all numeric. I need to convert
the second to character and maintain the original order of the variables.
I can do this, but with two data steps, on to convert the variable in
question and drop the old variable, and another to reorder the variables.
Is there a way to do this in one step?