i have the job which has written updated 100 records into
the table and for 101th record it got abended and i want to
start the job again and should wirte from 101th record not
from 1st record..how to do it..?
Answer Posted / anshul
you can use checkpoint logic
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is rmode(any) ?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Give some examples of command terminators?
What do you understand by psb and acb?
Discuss about changing dataset name in proc.
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
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
How do we get current date from system with century in COBOL?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
What is the utilization of copybook in cobol?
What are the different rules of SORT operation?
Write the code implementing the perform … varying.
What are the different types of condition in cobol and write their forms.