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 |
can any one plzzzzzz tell the jcl code for creating ps using idcams
what's the significance of freespace(0 0) and freespace(100 100)
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What is the use of the utility DFSRRC00 in the JCL?
I have DATE filed like DD-MM-YYYY, So I want output should be MM/DD/YYYY using JCL? Can anybody post the answer for above requirement?
4 Answers BirlaSoft, FIS, Wipro,
hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we have check in spool or is there any other method)
how many max steps can we use in a job? pls answer to my question
One of My Job is running in production, which contains five steps?i want to pass the input to FIFTH step while running is it possible? if how?
What is the use of disp parameter?
What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?
how to purge 50 initiators continuously?? console commands??
How to concatenate different LRECL of files?