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.
It's your turn to help shape SAS Innovate 2027. Share your expertise and inspire the SAS community.
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.