What is the difference between SEARCH and SEARCH ALL?
Answer Posted / sharath
SEARCH
1)Linear/sequential search
2)No sorting order because its seq. order
3)access is slow
4)Any relational operator is used
SEARCH ALL
1)Binary search
2)Sorting either asc/dsc order
3)Access is faster
4)Only equal operator can be used.
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the difference between external and global variables in COBOL?
) what is the difference between AID and HANDLE AID?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
what is search and searchall?what is the diffrence between them?give an best example?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
What are the different types of condition in cobol and write their forms.
Write a cobol program making use of the redefine clause.
) How do u handle errors in BMS macro?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What is inspect in cobol ?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What the difference is between continue and next sentence?
What is the difference between PIC 9.99 and PIC9v99?