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
Can a Search can be done on a table with or without Index?
Which Search verb is equivalent to PERFORM…VARYING?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What is static and dynamic call in cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What are the different rules of SORT operation?
) how do u code after getting data?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Which mode is used to operate the sequential file?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is inspect in cobol ?
How do you reference the fixed block file formats from cobol programs
how to move the records from file to array table. give with code example