How many types of sorts are there in cobol?

Answer Posted / samrat

Two types of sort are there:-

1) DFSORT
2) SYNCSORT

Is This Answer Correct ?    10 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between comp and comp-3?

688


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

2320


What are the access modes of START statement?

706


What is comp-1 and comp-2?

752


What are all the divisions of a COBOL program?

656






Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

698


how to refer the data field?

1793


Name the divisions, which are available in a cobol program?

673


what is the difference between COBOL2 AND COBOL390?

2437


Why is it necessary that file needs to be opened in I-O mode for REWRITE?

731


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

692


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1915


how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)

1915


What is the utilization of copybook in cobol?

646


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

810