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
Explain the function of the steplib dd statement?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is the function of dd disp parameter?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Explain about LMFREE�free data set from its association with data ID
Is it possible to left uncode disp? If yes, how?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
how to do automated restart when a job abends?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Must tape dataset definitions include vol=ser specifications?
Can I share my data with other jobs? How?
what is use of dsn parameter in dd statement?
What is the syntax of JCL statement?
Is condition checking possible in jcl? If yes, how?
Describe the various parameters utilized in the creation of a gdg?