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
what is amode(24), amode(31), rmode(24) and rmode(any)?
Define static linking and dynamic linking.
How many sections are there in data division in COBOL?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
how do you reference the fixed unblock file formats from cobol programs
What the difference is between continue and next sentence?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the usage of comp fields in cobol?
What are various search techniques in cobol? Explain.
What is report-item in COBOL?
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.
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.