what are the steps to sort in a cobol program?
Answer Posted / 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 |
Post New Answer View All Answers
how do you reference the printer file formats from cobol programs
How can you get the ksds file records into your cobol program?
i want a program using by if, evaluate , string, unstring, perform, occurs?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
Why did you choose to work with ibm mainframe cobol programming?
What is the difference between Global and External Variables?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Write the code to count the sum of n natural numbers.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
explain sorting techniques in cobol program?
What is the LINKAGE SECTION used in COBOL?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Are you comfortable in cobol or jcl?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?