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

Hello,


If this is a constraint (for proc optmodel) I need:

 

Constraint Example:Sum{<v,'123','ABC'> in v_l_m}X[v]*M[v,'123','ABC'];

 

.. but the subscript '123' does not exist for all M[v,l,m]'s. (It's not missing, the entry itself has been left out.)

 

How can I avoid the 'invalid array subscript error'?

 

Thanks&kind regards

1 ACCEPTED SOLUTION

Accepted Solutions
RobPratt
SAS Super FREQ

You could intersect with the index set of M (suppose it is called MSET):

 

Constraint Example: sum{<v,'123','ABC'> in v_l_m inter MSET}X[v]*M[v,'123','ABC'];

View solution in original post

2 REPLIES 2
RobPratt
SAS Super FREQ

You could intersect with the index set of M (suppose it is called MSET):

 

Constraint Example: sum{<v,'123','ABC'> in v_l_m inter MSET}X[v]*M[v,'123','ABC'];

user24feb
Barite | Level 11

Thanks, your answer is of course right. But I think I will have a follow-up question. (The "helpful answer option is gone, I believe.)

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!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 856 views
  • 0 likes
  • 2 in conversation