Is it possible for SAS to create variable from data set column names?
At the moment I am using arrays to create these variables, but it is possible for new data set column names/variables to be added or removed using a data step?
I want to be able to run data steps without having to worry about having to amend to code should there be new variables or variables need removing.
SAS is quite powerful for tasks like this - but to give you an answer you will have to explain a bit more in detail what you have and what you want to achieve.