Answer Posted / chandana
Here the sort is considered as an internal sort that is we
want to manipulate the data before feeding it to sort.Else
in rest of the cases we use external sort.
The syntax is :
SORT SORTFILE ON ASCENDING/DESCENDING KEY
USING FILE1,FILE2/ INPUT PROCEDURE PARA-1
GIVING FILE3/ OUTPUT PROCEDURE PARA-2
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Explain the syntax of redefine?
Define redefine and its syntax?
Define perform?
How to update data area in cobol 400 program?
What is comp?
Define sort?
Explain the output procedure?
What is redefine?
Explain the syntax of sort?
What is the actual use of fillers?
Explain how to detect record is locked in cobol/400? What is the solution for that?
Define redefine?
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
What is sort?
What is perform?