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 |
I got user abend U4038 while compiling my runjcl.. can anyone help me?
there is a file whose ORGANISATION is INDEXED.you want to read the records from the file in RANDOM fashion as well as sequentially.then which of the access mode would you specify? a.SEQUENTIAL b.RANDOM c.DYNAMIC D.ACCESS MODE has nothing to do with it
Can anyone please give the example of Inline Perform.
.How to add one input & one Out file in existing cobol program. how approach tell me step by step.
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
what is internal sort and external sort ? which is preferable ?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
given the following piece of code: CALL SUB-PGM USING A, B, C. CALL SUB-PGM USING A, C, C. (a) Both CALL statements will always produce same result. (d) Both CALL statements may produce different result. (c) Compile-time error because SUB-PGM is a dataname. (d) Compile-time error because A, B, C are used twice.
how we can edit records in vsam data set and non vsam data sets
What is the maximum length of a field you can define using COMP-3 in COBOL?
Write a program that uses move corresponding.
How to Write the RESTART Logic Using COBOL?
4 Answers GalaxE, L&T, Syntel, TCS,