What is the difference between SEARCH and SEARCH ALL? What
is more efficient?
Answer Posted / avinanda mukherjee
Ans #1 is corrent, in addition, Search all is working in a
sorted array(binary search) and it is more effiecient then
verb search.
| Is This Answer Correct ? | 24 Yes | 2 No |
Post New Answer View All Answers
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)?
What are the rules of the move verb?
IF I mention stop run in CICS what happens?
What is static and dynamic call in cobol?
how do you reference the printer file formats from cobol programs
How do you differentiate between cobol and cobol-ii?
What is the compute verb? How is it used?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What are literals?
What is Pic 9v99 Indicates in COBOL?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Can we change the password using ALTER? anyone tried and changed?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How to print 10 to 1 if the input have only 10 digit number?
How to use the same COBOL program in Batch and CICS on lines? explain with an example