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


Please Help Members By Posting Answers For Below Questions

What are declaratives and what are their uses in cobol?

710


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

706


What is the difference between external and global variables in COBOL?

813


Define static linking and dynamic linking.

662


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

710






2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2108


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

748


What rules are to be followed while using the corresponding options?

637


How can you get the ksds file records into your cobol program?

642


Can a Search can be done on a table with or without Index?

802


how to refer the data field?

1807


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

1701


Which Search verb is equivalent to PERFORM…VARYING?

685


What is the difference between comp and comp-3 usage?

678


Have you used comp and comp-3 in your project? And how?

2008