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
What is amode(31)
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Whats the difference between search & search ALL?
How do you differentiate between cobol and cobol-ii?
What is report-item in COBOL?
Difference between array and sub-script ?
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.
how to move the records from file to array table. give with code example
what is the use of outrecord?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is the difference between binary search and sequential search?
IF I mention stop run in CICS what happens?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
how do you define single dimensional array and multidimensional array in your cobol?