If I am using the subject in code but don't want to hardcode 1070 what are my options? I'm looking into using an array but wondering if there is something simple to add here like end or last.
Thanks,
of COL:
However your use of mean(min(of does not make sense.
Are you asking for the right thing? After all, you would get the same number if you removed the MEAN function.
Or, if you don't want ALL of COL, but want COL1 through COL XXXX you can just define a macrovariable and use it
%let endnum = 1070;
then use COL1-COL&endnum;
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.