How do you sort in a COBOL program? Give sort file
definition, sort statement syntax and meaning.
Answer Posted / subhashini
we can sort a cobol program define SD SORT-FILE in
FILE SECTION
THE SYNTAX IS
SORT SORT-FILE IN ASCENDING/DESCENDING KEY USING
INPUT-FILE GIVING OUTPUT-FILE.
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
Name some of the examples of COBOl 11?
what is difference between cobol and cobol/400
Define static linking and dynamic linking.
What are the pertinent COBOL
What is the Purpose of POINTER Phrase in STRING command in COBOL?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is rmode(24)
Write a cobol program making use of the redefine clause.
What is Pic 9v99 Indicates in COBOL?
Are you comfortable in cobol or jcl?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What are literals?
Explain what you understand by passing by value.