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
Explain how you can characterize tables in cobol?
what is difference between cobol and cobol/400
What is the difference between external and global variables in COBOL?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the Purpose of Pointer in the string?
how do you reference the fixed unblock file formats from cobol programs
Write a cobol program making use of the redefine clause.
Define static linking and dynamic linking.
What are literals?
What is report-item in COBOL?
How many bytes S(8) comp field occupy and its maximum value?
What is redefines clause in COBOL?
What the difference is between continue and next sentence?
What do you understand by psb and acb?