How many types of sorts are there in cobol?
Answer Posted / ghjkkj
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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is link edit in cobol?
What are various search techniques in cobol? Explain.
Write a program to enter and display the names of students in a class using the occurs clause.
what is the difference between COBOL2 AND COBOL390?
How you can read the file from bottom?
how do you reference the ksds vsam file formats from cobol programs
how do you reference the printer file formats from cobol programs
For rewrite, why is it mandatory that file needs to be opened?
What is the difference between perform … with test after and perform … with test before?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
) How do u handle errors in BMS macro
Write down the divisions of cobol program?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What the difference is between continue and next sentence?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?