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 / mallu
Yes Ravi is correct, We can use Restart Logic
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Define cobol?
Difference between array and sub-script ?
Explain how to differentiate call by context by comparing it to other calls?
what is search and searchall?what is the diffrence between them?give an best example?
What are the cobol coding sheets?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the utilization of copybook in cobol?
how to move the records from file to array table. give with code example
Explain how you can characterize tables in cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
How can you get the ksds file records into your cobol program?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is perform what is varying?
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.