What is the difference between SEARCH and SEARCH ALL? What
is more efficient?
Answer Posted / laxmanrao
1)any relation operator can used in search
where as in searchall we use only equalto(=)operator only
2)multiple-when condition can used in search,where as in
search all we use only single when condition is used
3)search is efficient then perform ,search all is efficient
then perform
for detail about job fresher check in
http://jobplacementconsultantsinworld.blogspot.com
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What is link edit in cobol?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
) How do u handle errors in BMS macro?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What are different data types in cobol?
What is a SSRANGE and NOSSRANGE?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is the difference between PIC 9.99 and PIC9v99?
What are the pertinent COBOL commands?
how to convert the recors form vsam file to db2 table tru file aid
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Write the code implementing the perform … varying.
Why would you use find and get rather than to obtain?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is the difference between binary search and sequential search?