what is search and searchall?what is the diffrence between
them?give an best example?
Answer Posted / sid
Search is a leniar search and search all is binary search.
In search all it required to be sorted all the records in
assending or descending order.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
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?
What is the compute verb? How is it used?
What is the difference between comp and comp-3?
What do you understand by psb and acb?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is the difference between goback, stop run and exit program in cobol?
How arrays can be defined in COBOL?
Explain the configuration section of a cobol program with examples of syntax.
Write down the divisions of cobol program?
Write a cobol program making use of the redefine clause.
how do you define single dimensional array and multidimensional array in your cobol?
what are decleratives in cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is redefines clause in COBOL?