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
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
IF I mention stop run in CICS what happens?
Which is not true about evaluate statement
Can a Search can be done on a table with or without Index?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
how can i see junk values in dclgen or in hostvariable of comp ?
What is the difference between comp and comp-3 usage?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is length is cobol?
What rules are followed by the search verb.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how do you define single dimensional array and multidimensional array in your cobol?