If there are two files one with 100 records and other with
101 records. we have to find out the one record that is the
odd man out . What are the steps to do it

Answer Posted / kssb78

1. Use 3.13 option to find the different record

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is inspect in cobol ?

793


Explain how to differentiate call by context by comparing it to other calls?

679


i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2096


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3707


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17022






How to use the same COBOL program in Batch and CICS on lines? explain with an example

1910


What is the local-storage section?

673


Write a program to explain size error.

667


How are the next sentence and continue different from each other?

755


what is difference between cobol and cobol/400

21549


What are different data types in cobol?

679


what is the difference between COBOL2 AND COBOL390?

2443


What are various search techniques in cobol? Explain.

639


How do we get current date from system with century in COBOL?

792


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.

1998