Hi,
I am working on a task to change the variable names of a copybook which has around 300 variables. These variables are then used in approx 40 programs. The reason behind changing the name of variables is to give them meaningful names. Out of these 40 programs, my application is the owner of 10 programs.
Now if we simply change variables I have to change and compile all 40 programs.
Does this will be a good approach to redefining all 300 variables with their name and same pic clause. 10 programs which come under my application will be changed to use the new variable names and other 30 programs will be recompiled as it is.
Please share your thoughts on same. Also, please let me know if I am missing something to consider.
Thanks in advance.