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
Differentiate between addressing mode and run mode.
what are the statements that are not valid to be included in an include statement?
Explain the function of dd disp parameter?
Explain how can a stopped job be started again?
Explain the function of job statement in jcl?
Explain the job statement in jcl?
What is the purpose of dd?
how would you create a temporary dataset? And where will you use them?
What is concatenating?
what are the various stages of job processing?
What are the parameters that are used in creating a gdg?
Explain 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 in DD statement what is the use of DCB parameter?
how you can direct the data to spool using SYSOUT option?