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

can we declare occurs in 01 level?

2 Answers   Temenos,


what is filler and what is use of filler

3 Answers   Syntel,


What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?

1 Answers   Fidelity,


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

0 Answers  


Discuss about changing dataset name in proc.

0 Answers  






why occurs clause not mentioned in 01 level

6 Answers   HCL, NIIT, TCS, Tesco,


can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move 'xy' to b. display a,b.

10 Answers   IBM,


What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).

8 Answers  


How many types of sorts are there in cobol?

5 Answers   Cap Gemini,


Differentiate COBOL and COBOL-II?

0 Answers  


Difference between next and continue clause

4 Answers   Kanbay,


What is difference between static and dynamic call in cobol?

0 Answers  


Categories