When search all is used in cobol program without sorted
input data?
Answer Posted / sivakumar sekharannair
Search all is a binary search and is searched with the help
of key. so the table should be necessarily sorted
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How are the next sentence and continue different from each other?
How you can read the file from bottom?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
how to convert the recors form vsam file to db2 table tru file aid
How do you reference the fixed block file formats from cobol programs
i need a small 3d program using inline and outline.
how to move the records from file to array table. give with code example
What is the difference between comp and comp-3?
How arrays can be defined in COBOL?
how to access the file from prodution from changeman tool and to submit a file to production
Define cobol?
What is the Purpose of Pointer in the string?
How do you differentiate between cobol and cobol-ii?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?