It doesn't matter if using infile/input, proc sql or a data step. I am interested in selecting a column by it's position and renaming it. I will have a SAS dataset where the column names might change, one is only 2*3, very small but I have to reference it and cannot bet on the variable names being constant going forward. Any way to select the variable names by ordinal position and rename them?
Thanks,
Mark
In a data step you can define an ARRAY and reference the columns by their index. Say you want to work with numeric column number 3.
Or you can rename all the variable using their column index.
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.