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
How you can read the file from bottom?
What do you understand by psb and acb?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Difference between cobol and cobol-ii?
Can we change the password using ALTER? anyone tried and changed?
What are the different open modes available in cobol?
What is comp-1 and comp-2?
Name the divisions, which are available in a cobol program?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What is the difference between goback, stop run and exit program in cobol?
What are all the divisions of a COBOL program?
How do you reference the fixed block file formats from cobol programs
Discuss about changing dataset name in proc.
How do you differentiate between cobol and cobol-ii?
Write the code implementing the perform … varying.