Hello, I am using a macro to reshape a large dataset (%makewide) and am running into the problem of having 150 different variables I want to put as one of the parameters. Is there a way to do this without manually typing every single variable?
Thanks in advance.
What are you doing with the other variables?
And it might help to show the code for your "makewide" macro.
It depends on how the macro is coded. There are ways to provide variable lists but the macro may not be designed for that so the answer to your question is maybe....
Here is a reference that illustrates how to refer to variables and datasets in a short cut list:
https://blogs.sas.com/content/iml/2018/05/29/6-easy-ways-to-specify-a-list-of-variables-in-sas.html
@jss539 wrote:
Hello, I am using a macro to reshape a large dataset (%makewide) and am running into the problem of having 150 different variables I want to put as one of the parameters. Is there a way to do this without manually typing every single variable?
Thanks in advance.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
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.
Ready to level-up your skills? Choose your own adventure.