3
votes
1answer
57 views
Proc Transpose All Variables?
I'm writing a macro that takes in a dataset with an unknown number of columns (both character and numeric), but it is known that 1 column is called obsId.
I'd like to proc transpo …