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 the difference is between continue and next sentence?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Write a cobol program making use of the redefine clause.
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
how do you reference the fixed unblock file formats from cobol programs
How arrays can be defined in COBOL?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
how do you define single dimensional array and multidimensional array in your cobol?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is the problem of ordered sequential files access?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Give some examples of command terminators?
What is the difference between perform … with test after and perform … with test before?