How many types of sorts are there in cobol?
Answer Posted / sudheern
There are 2 types of sort in cobol.
1. Bubble sort
2. Shuttle sort
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write the code to count the sum of n natural numbers.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What rules are followed by the search verb.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
explain sorting techniques in cobol program?
Explain what you understand by passing by value.
What is amode(24)?
What is rmode(24)
What are the rules of the move verb?
Write some characteristics of cobol as means of business language.
What is the difference between structured cobol programming and object alternativelyiented cobol?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
how to move the records from file to array table. give with code example
how do you reference the variable block file formats from cobol programs