Answer Posted / shashank v. singh
1.) serial search
2.) binary search
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
In which area will you utilize 88 level items in cobol?
Whats the difference between search & search ALL?
Mention the guidelines to write a structured cobol program?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is rmode(any) ?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Explain how to differentiate call by context by comparing it to other calls?
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
What is the difference between structured cobol programming and object alternativelyiented cobol?
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?
What is report-item in COBOL?
how do you reference the rrds file formats from cobol programs
What is the LINKAGE SECTION used in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
How many sections are there in data division in COBOL?