why we are using set in searchall?

Answer Posted / mahesh

actually in search we use a set verb to set the data in
increse or decrease order but incase of searh all its a
binry search no need to use the set verb

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is report-item in COBOL?

702


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3711


Write a program to explain size error.

667


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

708


What is the difference between Call and a Link?

694






If you are current on the owner of a set, what is the difference between obtain next and obtain first?

635


What are the different open modes available in cobol?

713


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10564


What is the compute verb? How is it used?

651


how do you reference the fixed unblock file formats from cobol programs

701


State the various causes of s0c1, s0c5 and s0c7.

656


Mention the guidelines to write a structured cobol program?

603


Explain what you understand by passing by value.

689


how do you reference the ksds vsam file formats from cobol programs

650


What are the cobol coding sheets?

657