whats the difference between search and search all?
Answer Posted / snehatechm
search is sequential search and it starts from position 1
search all is binary search and it starts searching from the
centre and if it does not match it searches in left or right
based on requirement
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is comp-1 and comp-2?
What kind of error is trapped by on size error option?
Name the sections present in data division.
example for sub strings ? and refernce modifications whit output pls
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
) what is the difference between AID and HANDLE AID?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
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 ......
What are the different open modes available in cobol?
how do you reference the rrds file formats from cobol programs
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is a SSRANGE and NOSSRANGE?
explain sorting techniques in cobol program?
What are the access modes of START statement?
What is the difference between Global and External Variables?