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

how to move the records from file to array table. give with code example

0 Answers   ADP, Syntel,


which is better either static call or dynamic call? and why?

5 Answers   HCL,


How do u know what version of cobol u are using?

3 Answers  


When is inspect verb is used in cobol?

0 Answers  


Why IBM?

1 Answers   IBM,






i need a small 3d program using inline and outline.

0 Answers  


What is the LINKAGE SECTION used in COBOL?

0 Answers   UGC Corporation,


What is the Purpose of POINTER Phrase in STRING command

3 Answers  


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length

3 Answers   TCS,


consider the following two IF statements: IF X AND NOT Y MOVE A TO B IF Z=1 OR 9 MOVE A TO B select one of the following data divusion entries which gives identical results for both the above IF statements a.01 Z PIC 9 88 X VALUE 1.9 88 Y VALUE 0.2 THRU 8 b.01 Z PIC 9 88 X VALUE 0.2 THRU 8 Y VALUE 1.9 c.01 Z PIC 9 88 X VALUE 1.9 88 NOT-Y VALUE 0.2 THRU 1.9 d.none of yhe above

3 Answers   TCS,


What is tne need to use sub programs in Cobol?

3 Answers   HSBC,


hw to create 3 dimensional array & hw to access it?

1 Answers  


Categories