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 amode(31)
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the difference between next sentence and continue in cobol programing language?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What guidelines should be followed to write a structured cobol prgm?
What do you understand by psb and acb?
What rules are to be followed while using the corresponding options?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What are the access modes of START statement?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
In COBOL, what is the different between index and subscript?
What is the difference between PIC 9.99 and PIC9v99?
what is search and searchall?what is the diffrence between them?give an best example?
Write some characteristics of cobol as means of business language.