How many types of sorts are there in cobol?
Answer Posted / samrat
Two types of sort are there:-
1) DFSORT
2) SYNCSORT
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
How many bytes S(8) comp field occupy and its maximum value?
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.
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the difference between Call and a Link?
Write a program to explain size error.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
) how do u code after getting data?
what is difference between cobol and cobol/400
How to remove 2 duplicate records and copy only one using job control language?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Can we change the password using ALTER? anyone tried and changed?
) How do u handle errors in BMS macro
In which area will you utilize 88 level items in cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?