what is sort? whis is internal & external sort ?when do u go
for inter sort & external sort? tell about some sort utilites?

Answers were Sorted based on User's Feedback



what is sort? whis is internal & external sort ?when do u go for inter sort & external sor..

Answer / sreedevi

external sort is done by jcl using dfsort,icetool utilities
internal sort is done by cobol sort

Is This Answer Correct ?    12 Yes 0 No

what is sort? whis is internal & external sort ?when do u go for inter sort & external sor..

Answer / vikash chawla

Sort is a utility using which we can sort a VSAM/ NON-VSAM
file in a perticuler order i.e Assending or Discendin.

Internal Sort - It is a process to sort the file using JCL
External Sort - It is a process to sort the file using
cobol program .

Sort Utilites

sort INREC " select the fields then sort then"
sort OUTREC " sort the fields then select the records out
of them

Include " include a perticuler record
omit " except the perticuler record"

Sum fields = NONE to elemintae duplicate records

sort fields = (start postion , number of characters , type,
order )

Is This Answer Correct ?    6 Yes 10 No

Post New Answer

More COBOL Interview Questions

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

0 Answers  


i have a variable block which is used in my cobol program as input file having records of 4080 after compilation while runing the program im getiing file attribut mismatch and it is saying tht the record length of the file is 4084 can any one knw the answer how to reslove it ?

2 Answers  


How do u initialize an array?

2 Answers   CTS,


What is the local-storage section?

0 Answers  


What is the file organization clause ?

2 Answers  






What is Static,Dynamic linking ?

2 Answers  


What is a SSRANGE and NOSSRANGE?

0 Answers  


Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.

6 Answers   EDS,


what is soc7 abend?how u can trace it?

4 Answers   Accenture,


What is Redefines clause?

8 Answers  


Difference between next and continue clause

4 Answers   Kanbay,


Explain about level numbers?

3 Answers  


Categories