Author: RahulG31
Subject: Reply to: Updating online Db2 table
Posted: Fri Aug 12, 2016 8:49 pm (GMT 5.5)
I agree with don. It needs to be a COBOL-DB2 program with frequent commits. But I don't think it needs a restart capability.
This program, I suppose, is going to be a one time only and we can always write the update query in such a way that it doesn't update the already updated values. So, no need for an extra restart coding.
.
Subject: Reply to: Updating online Db2 table
Posted: Fri Aug 12, 2016 8:49 pm (GMT 5.5)
I agree with don. It needs to be a COBOL-DB2 program with frequent commits. But I don't think it needs a restart capability.
This program, I suppose, is going to be a one time only and we can always write the update query in such a way that it doesn't update the already updated values. So, no need for an extra restart coding.
.