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
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Give some examples of command terminators?
Which is not true about evaluate statement
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
A table has two indexes defined. Which one will be used by the SEARCH?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What are different data types in cobol?
What are the various section in data division and briefly explain them.
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
example for sub strings ? and refernce modifications whit output pls
What are the pertinent COBOL
Can we change the password using ALTER? anyone tried and changed?
What is the problem of ordered sequential files access?