what are the steps to sort in a cobol program?
Answers were Sorted based on User's Feedback
Answer / snehatechm
sort file-1 on ascending/descending key using file-2 giving
file-3
file-1 is the work file and it should be defined in SD
file-2 is the input file and it should be defined in FD
file-3 is the output file and it should be in FD.
| Is This Answer Correct ? | 15 Yes | 0 No |
Define in-line perform?
how to run sub programs using static and dynamic call ...
if someone is using my file,how can i find which user id is using?
can we use go to statement inline-perform?
I have 2 dimensional array with having 100 elements. So how to find the 11th item in an array?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER
Can the OCCURS clause be at the 01 level?
What is the difference between Perform para and perform asaection in cobol?
hw to create 3 dimensional array & hw to access it?
in real time what is the suitable exp where in-stream procedure is better then catalog procedure.
) what is the difference between AID and HANDLE AID?