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)

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)
 


Comments (2)

Srinivasan, Panneer Selvam
Aug. 26, 2021, 3:12 p.m.

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.


Ravi, Pasupuleti
Aug. 27, 2021, 7:09 a.m.

Thanks .very help full


Copyright 2020 by ibmmainframer. All Rights Reserved.