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 / satish
Hi Raj,
Can u tell me how to do this with files.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is length is cobol?
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.
) How do u handle errors in BMS macro?
How many sections are there in data division in COBOL?
What is perform what is varying?
Explain how you can characterize tables in cobol?
When is inspect verb is used in cobol?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
how do you define single dimensional array and multidimensional array in your cobol?
how do you reference the ksds vsam file formats from cobol programs
Mention the guidelines to write a structured cobol program?
What is the difference between Call and a Link?
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.
Which Search verb is equivalent to PERFORM…VARYING?
Explain the configuration section of a cobol program with examples of syntax.