Answer Posted / 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 View All Answers
Does jcl support automatic restart?
What is condition checking in jcl? Is this possible?
which utility is used to sort a file in jcl?
Explain in DD statement what is the use of DCB parameter?
What parameter directs the output of the job log dataset?
What is the function of job statement in jcl?
Explain how can values be passed from the job stream to an executable program?
how do you code a null statement?
what is the purpose of coding notify parameter in job statement?
How do you overcome this limitation ?
Define concatenating?
What statement can be used to send data to another mvs jes3 node?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Describe the various parameters utilized in the creation of a gdg?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?