difference between internal sort and external sort
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 |
Hi, can any one tell about " How do u eliminate the duplicates "
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Can a PS file be read in reverse order?If so,how
What is Cataloged Procedures?
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
i created one base gdg with lrecl = 100 , now i need to create versions with different lrecl =150,200 can it be possible to create like tht ?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What is a MODEL Paramater in GDG ?
In job processing, what happens in conversion stage?
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
The maximum number of in-stream procedure you can code in any JCL is ?