difference between internal sort and external sort



difference between internal sort and external sort..

Answer / dimpy19

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 ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

what JCL Procedures?

0 Answers  


what is a steplib

4 Answers   CGI,


I have a JCL with 100 steps. I want run the Alternate steps in the JCL ( Like 2 ,4,6,8 etc.. ). How can I acheive this scenario? If It is by Cond Parameter can you provide the Condition code for that?

5 Answers   Polaris, Tech Mahindra, UST, Wipro,


How do you send the output of a COBOL program to a member of a PDS?

7 Answers  


What are the parameter we cannot use in procedure?

0 Answers  






If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???

8 Answers  


How does jcl act on a cobol code?

0 Answers  


How jcl is used for testing batch programs?

0 Answers  


How system will identify whether user wants to create PS or PDS? If answer is SPACE parameter then why we need to pass ps or po as dataset organisation while creation

1 Answers  


At what stage, operator can change the class and priority of a submitted job?

2 Answers  


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?

3 Answers  


What is multithreading in jcl?

0 Answers  


Categories