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

How COBOL helps Mainframe to maintain large records ???

1 Answers   Satyam,


how array can be declare in cobol?

6 Answers  


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

0 Answers  


What is the syntax of redefine?

0 Answers  


what is the cobol compiler?

2 Answers   TCS,






Explain the syntax of redefine?

0 Answers  


Explain the syntax of sort?

0 Answers  


Can we open close file in COBOL any number of times?

2 Answers   Kanbay,


Code how to read 5th element of the array?

2 Answers   CGI,


define sort? and its syntax?

3 Answers  


Explain the difference between comp & comp-3?

0 Answers  


WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON A FILE?

2 Answers  


Categories