I have a very large dataset from which I need to create a subset of customers where their balance equals a target value...
So for example, giving the following dataset:
Customer 1 - 30
Customer 2 - 100
Customer 3 - 50
Customer 4 - 20
Customer 5 - 50
If I set my target value to 120, then I would expect the following combinations:
Customer 2 + Customer 4
OR
Customer 3 + Customer 4 + Customer 5
Is there a proc in SAS to do this or can someone give me a bit of direction on how I should approach this?
Thanks
where would we be without rhetorical questions...
So for example, giving the following dataset:
Customer 1 - 30
Customer 2 - 100
Customer 3 - 50
Customer 4 - 20
Customer 5 - 50
If I set my target value to 120, then I would expect the following combinations:
Customer 2 + Customer 4
OR
Customer 3 + Customer 4 + Customer 5
Is there a proc in SAS to do this or can someone give me a bit of direction on how I should approach this?
Thanks
where would we be without rhetorical questions...