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 are the different types of condition in cobol and write their forms.

0 Answers  


what is the maximum error code in mainframe

2 Answers  


there is a file whose ORGANISATION is INDEXED.you want to read the records from the file in RANDOM fashion as well as sequentially.then which of the access mode would you specify? a.SEQUENTIAL b.RANDOM c.DYNAMIC D.ACCESS MODE has nothing to do with it

3 Answers   TCS,


Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?

1 Answers  


What are the pertinent COBOL

0 Answers   IBM,






What happens in the background of spool when we submit a job for compilation and execution... This is a recent question in ibm...Kindly help me.....

3 Answers   IBM,


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

0 Answers   IBM,


The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above

3 Answers   TCS,


How do you code Cobol to access a parameter that has been defined in JCL?

3 Answers  


How can you add a particular field in copybook?

2 Answers   L&T,


Can we use redefine clause in occurs clause?

10 Answers  


how will you define vsam file in select clause?

3 Answers   Patni,


Categories