How do you sort in a COBOL program? Give sort file
definition, sort statement syntax and meaning.
Answer Posted / bhaskar reddy
This is the exam for the sort command:
SORT SORTFILE ON ASCENDING/DESCENDING KEY USING FILE1,FILE2
GIVING FILE3.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Which is not true about evaluate statement
Can a Search can be done on a table with or without Index?
What kind of error is trapped by on size error option?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
what is the use of outrecord?
Why occurs cannot be used in 01 level in COBOL?
What is a report item?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How do you differentiate between cobol and cobol-ii?
What are the different rules to perform a Search?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What is difference between static and dynamic call in cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?