How many types of sorts are there in cobol?
Answer Posted / 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 |
Post New Answer View All Answers
Write a program to explain size error.
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What is inspect in cobol ?
What is the problem of ordered sequential files access?
Write some characteristics of cobol as means of business language.
What is rmode(any) ?
Write the code implementing the perform … varying.
What is amode(24)?
What is a scope terminator give example?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What are the access modes of START statement?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Write a program that uses move corresponding.