what is search and searchall?what is the diffrence between
them?give an best example?

Answer Posted / naveen

-Search is a linear search, search all is a binary search.
-search is performed in sorted and unsorted record, searchall is only in sorted record.
-in search multiple when clause is used, in search all single when clause is used.
-search is always used in small table, search all is always used in large table.
-Index value is set to 1. in search all no need!

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1593


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

680


How do you get the data to code the BMS macro?

1477


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

827


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

753






What are the various section in data division and briefly explain them.

700


How do you reference the following file formats from cobol programs?

699


what is the difference between COBOL2 AND COBOL390?

2456


What is rmode(24)

684


What is the difference between PIC 9.99 and 9v99 in COBOL?

737


) how do u code after getting data?

1583


Why would you use find and get rather than to obtain?

694


What is length is cobol?

652


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

705


Write a program that uses move corresponding.

676