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 / arpan
Open File 1 in 3.4.
Give command COMP 'FILE2'. It will give you the extra
record in file2.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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
i need a small 3d program using inline and outline.
how to move the records from file to array table. give with code example
What are the different data types in cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What are various search techniques in cobol? Explain.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What the difference is between continue and next sentence?
Write a program that uses move corresponding.
Difference between cobol and cobol-ii?
Which mode is used to operate the sequential file?
What guidelines should be followed to write a structured cobol prgm?
Can we change the password using ALTER? anyone tried and changed?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
how do you reference the esds vsam file formats from cobol programs