after udatingg first 110 rows, my job abends. now how do i
change my cobol program so that when i restart the Job it
will start updating from 111th row ( i.e in next run I
di=ont want to update those 110 rows which are already been
updated in the first run before job abend)
Answer Posted / navjeet kumar
we have to use restart command to update from 111th row
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
Explain what you understand by passing by value.
What is the difference between PIC 9.99 and 9v99 in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is redefines clause in COBOL?
Have you used comp and comp-3 in your project? And how?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
i want a program using by if, evaluate , string, unstring, perform, occurs?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Can a Search can be done on a table with or without Index?
What is comp-1 and comp-2?
Write down the divisions of cobol program?
How do you differentiate between cobol and cobol-ii?