Hello everyone,
I'm new SAS user. I have such type of a problem. I have a data with individual identifier, number of days and payment. I want to create a new column for each individual in which there will be written a text something like this: Hello, you have 3 days of overdue and please pay 20$ asap for the first individual, Hello, you have 6 days of overdue and please pay 34$ asap for the second individual and so on.
Could you please help me to solve this problem?
Thank you in advance
individual | overdue | payment |
1 | 3 | $ 20.00 |
2 | 6 | $ 34.00 |
3 | 2 | $ 67.00 |