Small sample of data I have - for example: Volume Price Tot. cost(vol*price) 100 5 500 200 6 1200 300 7 2100 400 8 3200 500 9 4500 1000 5 5000 I want to select the rows where: 1) Tot volume= 700 and 2) Tot. cost=5700. In excel I use a binary variable that I multiply with Volume and Tot. cost and, after solving, it becomes 1 if the rows is selected and 0 otherwise. I am not able to replicate this kind of solver in SAS. Thanks for your help!
... View more