Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How many bytes do a s9 (7) comp-3 field occupy?

1 Answers  


how do you reference the fixed unblock file formats from cobol programs

0 Answers  


What is XDC ?

3 Answers   Cap Gemini, IBM,


subscript and index r not coded in u r application program what will happen?

2 Answers  


how to move the records from file to array table. give with code example

0 Answers   ADP, Syntel,


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

0 Answers   Infosys,


Can we use icetool in cobol program?

3 Answers  


What is the difference between SEARCH and SEARCH ALL?

6 Answers   Cognizant,


can anyone explain me the concept of COMP-4 PLEASE??

2 Answers  


in real time what is the suitable exp where in-stream procedure is better then catalog procedure.

1 Answers  


What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?

3 Answers  


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

0 Answers   IBM,


Categories