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
What is the difference between PIC 9.99 and 9v99 in COBOL?
How to print 10 to 1 if the input have only 10 digit number?
how do you reference the variable unblock file formats from cobol programs
What type of SDLC u followed? Why?
How do we get current date from system with century in COBOL?
How do get the result of your program directly on your pc?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Which is not true about evaluate statement
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Write a program to explain size error.
What are declaratives and what are their uses in cobol?
Name some of the examples of COBOl 11?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
what is search and searchall?what is the diffrence between them?give an best example?
What is the local-storage section?