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 |
Can a PS file be read in reverse order?If so,how
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
how to convert a file form fixed Length to variable length?
which parameter is use to declare the name of dataset in dd statement?
how to see the latest generation in gdg?
Explain the purpose of dd dummy statement?
Why do you use a control card?
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent
wht do u mean by internal reader in jcl ? wht is the use of internal reader ?
i just need the first and last record from a sequencial file?how
what happens if job falls in loop ? how to resolve it ?