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
State the uses of syspring, sysin, sort fields, sum fields and dummy.
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Is there any command to check wether the ps file is in sorted order?
which utility is used to run a cobol-db2 program?
Define concatenating?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What is the purpose of dd * statement in jcl?
Explain the purpose of the dd keylen parameter?
can any one plzzzzzz tell the jcl code for creating ps using idcams
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 pgm opens the file in EXTEND mode. What happens ?
What is the function of //cntl statement?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?