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 you please let me know the centre name of INS certification in Kolkata.
What are the cobol coding sheets?
Which Search verb is equivalent to PERFORM…VARYING?
What is the LINKAGE SECTION used in COBOL?
Name the divisions, which are available in a cobol program?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What is the difference between external and global variables in COBOL?
What is the difference between PIC 9.99 and 9v99 in COBOL?
Have you used comp and comp-3 in your project? And how?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is a SSRANGE and NOSSRANGE?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?