Please, I need help adding across variables using the array statement. I have 73 variables with names Pscy1-Psych73. These are binary(1,0) categorical variables. I need to create a variable which is the sum of the 73 variables.
Thank you
No array needed.
total = sum(of psych1-psych73);
Thank you so much! I am very grateful.
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.