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
What are the cobol coding sheets?
How do you reference the fixed block file formats from cobol programs
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Can we change the password using ALTER? anyone tried and changed?
What is link edit in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Explain how you can characterize tables in cobol?
how do you reference the ksds vsam file formats from cobol programs
What is the difference between PIC 9.99 and PIC9v99?
How many sections are there in data division in COBOL?
what happens if parmparameter passes zero bytes to the program
Differentiate between structured cobol programming and object-oriented cobol programming.
What is a SSRANGE and NOSSRANGE?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?