What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

What is redefines clause in COBOL?

0 Answers   B-Ways TecnoSoft,


consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end

3 Answers   TCS,


WHY LRECL NEEDS TO BE 4 EXTRA THEN THE COBOL FILE LENGTH & WHAT IT CONTAIN IN THAT LENGTH

2 Answers   Cap Gemini,


What is the default value(s) for an initialize and what keyword allows for an override of the default?

0 Answers  


what is subscript in cobol?give realtime example?

2 Answers   Wipro,






what are the diferences b/w sub-script and index?

4 Answers  


What compiler option would you use for dynamic linking?

2 Answers  


What are the different rules to perform a Search?

0 Answers  


I have one column say 'X' defined as VARCHAR Can anyone tell me What are the different ways to update this column thru COBOL-DB2 program?

5 Answers  


How many sections are there in data division in COBOL?

0 Answers   B-Ways TecnoSoft,


i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.

9 Answers   Syntel,


can we read records in a file from botom to top. if possible how can we read

12 Answers   ACS,


Categories