Created on Aug. 24, 2021, 4:45 a.m. - by Ravi, Pasupuleti
if we added new column in a table how to do the impact analysis .i.e (what are all changes will do in copybook and that corresponding cobol modules)
1. First update the table copybook(add new fields)
2. Next, you have to find the program that are using this table copybook.
3. If you don't use the new field on the program, just recompile and bind the program
In case, if you are using the new field on the program, then add the logic, then compile and bind.
Hope it helps.
Thanks .very help full