How many types of sorts are there in cobol?

Answers were Sorted based on User's Feedback



How many types of sorts are there in cobol?..

Answer / samrat

Two types of sort are there:-

1) DFSORT
2) SYNCSORT

Is This Answer Correct ?    10 Yes 3 No

How many types of sorts are there in cobol?..

Answer / ghjkkj

Internal sort is handled by a cobol program using i/p file,work file and o/p file.
Internal sort is when you do any processing you need to recompile the cobol program
External sort is performed through jcl where you provide SORTIN and SORTOUT datasets and its easier to perform this sort as any changes, will require only submitting the jcl.

Is This Answer Correct ?    2 Yes 0 No

How many types of sorts are there in cobol?..

Answer / sudheern

There are 2 types of sort in cobol.
1. Bubble sort
2. Shuttle sort

Is This Answer Correct ?    1 Yes 0 No

How many types of sorts are there in cobol?..

Answer / srinivas enumula

There are two types of sorts
1)Internal sort--which will be performed by cobol SORT statement
2)External sort-Which will be performed by JCL SORT utility

Is This Answer Correct ?    0 Yes 0 No

How many types of sorts are there in cobol?..

Answer / panu

the no.of types of sorting in cobol or in jcl? i want the
clarification please.
in jcl there are 9 types but in cobol i don't know.any
body known pls tell me.

Is This Answer Correct ?    0 Yes 7 No

Post New Answer

More COBOL Interview Questions

What is the local-storage section?

0 Answers  


If you were passing a table via linkage, which is preferable - a subscript or an index?

3 Answers   TCS,


can we redefine 77 level item is it possible

4 Answers   HCL,


How can we increase the size of an existing PDS to include more no. of modules. I tried the answer posted by Jagan(TSO PDS 'pds name') but did not find it working. The answer posted by kamal i know very well. Please suggest me a answer so that we don't need to delete the existing PDS and still we can change the size as well.

10 Answers  


If a file has 1000 records.. if i have to replace the first and last characters of the file with another character. how it can be done....

1 Answers   HCL,






How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree

3 Answers   Merrill Lynch,


sample code for read a 2nd record from last in flatfile how can do?

4 Answers   iNautix,


when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?

1 Answers   Hewitt,


If i got a job on mainframe technology, will i have a bright future?. Some people are discouraging me. Let me know, is it true? Please bring back me from the confusion.

2 Answers  


If I want to increase the Limit in GDG. What should I do?

1 Answers   IBM,


Hai friends why we need to read a file before re-write a record?

7 Answers   L&T,


Write the code implementing the perform … varying.

0 Answers  


Categories