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
Is it possible to define dd statements as you want?
What is the purpose of dd * statement in jcl?
What is the purpose of dd dummy statement?
Can I share my data with other jobs? How?
What is the function of the dd avgrec keyword in sms datasets?
How can the attributes of one sms dataset be copied to another dataset?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Explain about LMQUERY�give a dialog information about a data set
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
What is the use of disp parameter?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Matching Logic in Jcl not in cobol.Could any one please answer this question
How do you access an uncatalogued dataset in a jcl?
which parameter is use to declare the name of dataset in dd statement?