if i am reading a file with some 50000 records and moving to
a DB2 table and suddenly the program abends in between, is
there anyway i could restart from the exact record at which
the job failed once the program restarts.
Answer Posted / raja
Yes . we can restart the job by using the restart. if it
abends in the middle, we can find the record by looking
into the SQLERROD3.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are declaratives and what are their uses in cobol?
What are the different open modes available in cobol?
Why occurs cannot be used in 01 level in COBOL?
Can we redefine the field of x(200) to less than 200?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Name some of the examples of COBOl 11?
Give some examples of command terminators?
What is the difference between comp and comp-3 usage?
what is search and searchall?what is the diffrence between them?give an best example?
What is the problem of ordered sequential files access?
IF I mention stop run in CICS what happens?
In which area will you utilize 88 level items in cobol?
how to convert the recors form vsam file to db2 table tru file aid
explain sorting techniques in cobol program?
how do you reference the variable unblock file formats from cobol programs