Answer Posted / shan
(N+1)/2 bytes
| Is This Answer Correct ? | 21 Yes | 4 No |
Post New Answer View All Answers
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.
) How do u handle errors in BMS macro?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How many bytes S(8) comp field occupy and its maximum value?
What is the utilization of copybook in cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.
what is the difference between COBOL2 AND COBOL390?
What is the difference between comp and comp-3 usage?
What rules are to be followed while using the corresponding options?
What is the problem of ordered sequential files access?
Define cobol?
What is the difference between goback, stop run and exit program in cobol?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How to print 10 to 1 if the input have only 10 digit number?