What is the difference between SEARCH and SEARCH ALL? What
is more efficient?
Answer Posted / cvcv
searchall is only for 1-d arrays
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
In which area will you utilize 88 level items in cobol?
how to move the records from file to array table. give with code example
how can i see junk values in dclgen or in hostvariable of comp ?
What is amode(31)
how do you reference the esds vsam file formats from cobol programs
Are you comfortable in cobol or jcl?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
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.
What is cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
what is the difference between COBOL2 AND COBOL390?
Differentiate between structured cobol programming and object-oriented cobol programming.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the usage of comp fields in cobol?