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
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How many sections are there in data division in COBOL?
how to move the records from file to array table. give with code example
A table has two indexes defined. Which one will be used by the SEARCH?
i need a small 3d program using inline and outline.
What type of SDLC u followed? Why?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
what is amode(24), amode(31), rmode(24) and rmode(any)?
how can i see junk values in dclgen or in hostvariable of comp ?
What is difference between static and dynamic call in cobol?
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
What is the compute verb? How is it used?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Explain about different table spaces.
i want a program using by if, evaluate , string, unstring, perform, occurs?