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


Please Help Members By Posting Answers For Below Questions

HOw can I get the negative sign while deduct high value from low value

1781


What is difference between static and dynamic call in cobol?

768


Write a program to enter and display the names of students in a class using the occurs clause.

645


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

635


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

2095






What are the cobol coding sheets?

657


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

668


How do get the result of your program directly on your pc?

1874


How to print 10 to 1 if the input have only 10 digit number?

804


What is the use of intialize verb?

738


) How do u handle errors in BMS macro?

1419


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

813


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1948


What is a SSRANGE and NOSSRANGE?

812


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?

1796