BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Steelers_In_DC
Barite | Level 11

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,

1 ACCEPTED SOLUTION

Accepted Solutions
data_null__
Jade | Level 19

of COL:

However your use of mean(min(of does not make sense.

View solution in original post

3 REPLIES 3
data_null__
Jade | Level 19

of COL:

However your use of mean(min(of does not make sense.

Astounding
PROC Star

Are you asking for the right thing?  After all, you would get the same number if you removed the MEAN function.

plf515
Lapis Lazuli | Level 10

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;

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

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!

Register Now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1021 views
  • 4 likes
  • 4 in conversation