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 are different data types in cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Explain how to differentiate call by context by comparing it to other calls?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Write the code to count the sum of n natural numbers.
What are various search techniques in cobol? Explain.
What is the use of intialize verb?
What are 77 levels used for?
Differentiate between structured cobol programming and object-oriented cobol programming.
Have you used comp and comp-3 in your project? And how?
What is rmode(24)
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Which mode is used to operate the sequential file?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is the Purpose of Pointer in the string?