difference between internal sort and external sort
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 |
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
which parameter is use to declare the name of dataset in dd statement?
Explain the function of //cntl statement?
List the various advantages of using jcl language?
What is a procedure?
How to empty the records in jcl
How do you create a temporary dataset? Where will you use them?
how to run JCL thru COBOL.
can anyone explain me about sort in jcl with inrec and outrec ?
What is the use of DUMMY statement in the JCL? What is the use of DUMMY Utility in the JCL?
how to do automated restart when a job abends?
what is the job entry system used in your project?