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

what is the cobol compiler?

2 Answers   TCS,


Define redefine?

0 Answers  


How can i change the below code in SQL to cobol/400? EXEC SQL SELECT COUNT(*) INTO : WS-COUNT FROM Db file WHERE Field 1 = : WS-VAR AND Field 2 = : WS-USERID END-EXEC

2 Answers   HP,


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

0 Answers  


Explain how to update data area in cobol 400 program?

0 Answers  


what is the difference between section,paragraph and sentences

4 Answers  


It's possible use %TRIM statement like rpgile?

2 Answers  


How we create file in COBAL400

1 Answers  


How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code

5 Answers   CGI,


How u detect record is locked in Cobol/400 ? Wat is the solution for that ?

2 Answers   CGI,


What are fillers?

0 Answers  


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

0 Answers  


Categories