How to increment string in variable using loop in SAS
I am a beginner user in SAS. I have a table Dose_turn with columns Month for month and Doses for dose of different products. I want to set value of doses of specific months to 0 using a loop wherever its the specific product P13.
If I want to change the value of just one month, the code is simple and is as follows: