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

I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks

0 Answers  


How to detect record is locked in cobol/400? What is the solution for that?

0 Answers  


what is INPUT PROCEDURE and OUTPUT PROCEDURE?

2 Answers  


What is the syntax of sort?

0 Answers  


Explain how to detect record is locked in cobol/400? What is the solution for that?

0 Answers  






Define sort?

0 Answers  


Explain the difference between comp & comp-3?

0 Answers  


define comp?

2 Answers  


What is comp?

0 Answers  


can i anyone tell me how to use copybooks in cobol

1 Answers  


What are fillers?

0 Answers  


Explain the difference between section, paragraph and sentences?

0 Answers  


Categories