whats the disadvantage of search all over search?
Answer Posted / animesh
In search all,
in when condition we can give only = condition
but in search we can give any conditional operator.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the difference between external and global variables in COBOL?
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)?
How do you get the data to code the BMS macro?
Why occurs cannot be used in 01 level in COBOL?
Explain how to differentiate call by context by comparing it to other calls?
how do you reference the ksds vsam file formats from cobol programs
Define cobol?
how do you reference the printer file formats from cobol programs
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
How to use the same COBOL program in Batch and CICS on lines? explain with an example
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
When is inspect verb is used in cobol?
What is the difference between a binary search and a sequential search what are the pertinent cobol?