What is the difference between binary search and sequential search?
What is the difference between binary search and sequential search?
What is the compute verb? How is it used?
HOW WE WILL SORT THE ARRAY WHICH IS GOING TO USE FOR SEARCH ALL?
What is a subscript ?
What is the difference between CONTINUE & NEXT SENTENCE ?
I need to compare two VSAM files, both having 'number' as key. If there is a matching record, write the data into another VSAM file. How will it be possible.
How to define a array dynamically.....
What R 2 of the common forms of the EVALUATE STATEMENT ?
How do you differentiate between cobol and cobol-ii?
can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move 'xy' to b. display a,b.
Extract only those records from a PS file which are having word 'TEXT' in the records using COBOL? The word TEXT is not present in a particular position in all the records.
What is the difference between goback, stop run and exit program in cobol?