BookmarkSubscribeRSS Feed
ALexandraJ86
Calcite | Level 5

Hello,

 

I am trying to write a constraint like if product is a then take the type_a column for constraint else take type_b column for product b.
Is it posiible to write a constraint like
con product_limit: if product='a' then something <type_a[i]

else something< type_b;

data commodity;
   input product  type_a type_b; 
   datalines;
a 20  25
a 50  15
a 25  10
b 30  15
b 25  20
b 30  30

;


Thankss!

1 REPLY 1
RobPratt
SAS Super FREQ

Yes, look for "IF-THEN/ELSE expression" in this book of examples.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

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
  • 1 reply
  • 763 views
  • 0 likes
  • 2 in conversation