what is sort? whis is internal & external sort ?when do u go
for inter sort & external sort? tell about some sort utilites?
Answer Posted / sreedevi
external sort is done by jcl using dfsort,icetool utilities
internal sort is done by cobol sort
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
When is inspect verb is used in cobol?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What are all the divisions of a COBOL program?
What are declaratives and what are their uses in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Mention the guidelines to write a structured cobol program?
How many sections are there in data division in COBOL?
how to move the records from file to array table. give with code example
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
How to know whether the module is dynamical or statistical?
how do you reference the printer file formats from cobol programs
How to print 10 to 1 if the input have only 10 digit number?
What is the difference between external and global variables in COBOL?
For rewrite, why is it mandatory that file needs to be opened?