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 is rmode(any) ?
example for sub strings ? and refernce modifications whit output pls
How arrays can be defined in COBOL?
i need a small 3d program using inline and outline.
) how do u code after getting data?
HOw can I get the negative sign while deduct high value from low value
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
How do we get current date from system with century in COBOL?
What rules are followed by the search verb.
Define cobol?
How do u write test cases?
What are the rules of the move verb?