Page 1 of 1

How To restart DB2 Query

PostPosted: Wed Sep 23, 2009 7:17 pm
by prasadnaidu
hai,

i am facing a problem while working with DB2 in COBOL. i.e,

in my table i have 2000 records. i am upadting total records.
after updating 992 record my job is abended. i want to restart my job from 993 record onwards to update.
is there any option to do like this.

help me any one,

regarrds,
prasad

Re: How To restart DB2 Query

PostPosted: Thu Sep 24, 2009 12:33 am
by dick scherrer
Hello,

There is nothing automatic. . . You would need to incorporate the site standard restart procedure (if the system handles this sort of processing, there should already be a standard method and this process should use the standard).

Is there some reason the updates were not backed out? Suggest that such a process does not want/need commits.