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;

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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