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 / kavitha
Use PARM parameter in JCL to pass the key value of the 111
record and process the program
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
) how do u code after getting data?
What is perform what is varying?
how do you reference the rrds file formats from cobol programs
How do get the result of your program directly on your pc?
Discuss about changing dataset name in proc.
What is a SSRANGE and NOSSRANGE?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the utilization of copybook in cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the difference between PIC 9.99 and 9v99 in COBOL?
how to refer the data field?
Differentiate between structured cobol programming and object-oriented cobol programming.
Explain how you can characterize tables in cobol?
How are the next sentence and continue different from each other?
What are the different rules of SORT operation?