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 / mallappa
You can use Restart Logic in DB2.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is redefines clause in COBOL?
What are 77 levels used for?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the local-storage section?
How do get the result of your program directly on your pc?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How to remove 2 duplicate records and copy only one using job control language?
Mention the guidelines to write a structured cobol program?
How are the next sentence and continue different from each other?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
how to move the records from file to array table. give with code example
How do u write test cases?
how do you reference the fixed unblock file formats from cobol programs