When search all is used in cobol program without sorted
input data

Answers were Sorted based on User's Feedback



When search all is used in cobol program without sorted input data..

Answer / geeta

SEARCH ALL wont give correct output if the data is not in
sorted order.

Is This Answer Correct ?    12 Yes 0 No

When search all is used in cobol program without sorted input data..

Answer / reena

SEARCH ALL is a binary search. So, the data needs to be in
sorted order and the array used for search all operation
should have index by.

Is This Answer Correct ?    10 Yes 0 No

When search all is used in cobol program without sorted input data..

Answer / srinivasareddy

If the table is loaded in a sorted order, then no need to
sort it explicitly and then Search all can be performed..

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More COBOL400 Interview Questions

It's possible use %TRIM statement like rpgile?

2 Answers  


Explain the difference between comp & comp-3?

0 Answers  


What is the actual use of fillers?

0 Answers  


Explain what all the conditiones required for using open opcode on a file?

0 Answers  


Define redefine?

0 Answers  






What is sort? And its syntax?

0 Answers  


What are fillers? What is the actual use of fillers? With mall/simple example?

0 Answers  


what is the difference between comp & comp-3?

4 Answers  


define sort? and its syntax?

3 Answers  


i have two programs 1.cobol program 2.copy book program can i move bouth program in to the production or single single program?

1 Answers   UHG,


Define redefine and its syntax?

0 Answers  


Code how to read 5th element of the array?

2 Answers   CGI,


Categories