How many types of sorts are there in cobol?
Answers were Sorted based on User's Feedback
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 |
Answer / srinivas enumula
There are two types of sorts
1)Internal sort--which will be performed by cobol SORT statement
2)External sort-Which will be performed by JCL SORT utility
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / panu
the no.of types of sorting in cobol or in jcl? i want the
clarification please.
in jcl there are 9 types but in cobol i don't know.any
body known pls tell me.
Is This Answer Correct ? | 0 Yes | 7 No |
What is the local-storage section?
If you were passing a table via linkage, which is preferable - a subscript or an index?
can we redefine 77 level item is it possible
How can we increase the size of an existing PDS to include more no. of modules. I tried the answer posted by Jagan(TSO PDS 'pds name') but did not find it working. The answer posted by kamal i know very well. Please suggest me a answer so that we don't need to delete the existing PDS and still we can change the size as well.
If a file has 1000 records.. if i have to replace the first and last characters of the file with another character. how it can be done....
How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree
sample code for read a 2nd record from last in flatfile how can do?
when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?
If i got a job on mainframe technology, will i have a bright future?. Some people are discouraging me. Let me know, is it true? Please bring back me from the confusion.
If I want to increase the Limit in GDG. What should I do?
Hai friends why we need to read a file before re-write a record?
Write the code implementing the perform … varying.