TYPES OF SORTINGS.
which is more prefarable.
Answer Posted / girish kumar
2 TYPES OF SORTINGS
1.INTERNAL SORTING- cobol sorting
2. EXTERNAL SORTING.- jcl sorting.
WE MAINLY USE EXTERNAL SORTING, WHICH IS EASY AND FAST.
| Is This Answer Correct ? | 35 Yes | 0 No |
Post New Answer View All Answers
how to convert the recors form vsam file to db2 table tru file aid
What are different data types in cobol?
What is the problem of ordered sequential files access?
how do you reference the ksds vsam file formats from cobol programs
Name the divisions, which are available in a cobol program?
What is inspect in cobol ?
What is the local-storage section?
Write some characteristics of cobol as means of business language.
what is amode(24), amode(31), rmode(24) and rmode(any)?
Write the code implementing the perform … varying.
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?
What the difference is between continue and next sentence?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Describe the cobol database components?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc