How do you sort in a COBOL program? Give sort file
definition, sort statement syntax and meaning.
Answer Posted / mftech
Need to define the SORT-FILE in SD in file section.
Sort SORT-FILE
Using Input-File
Giving Output-File
Can also use inout procedure and output ptocedure inplace
of input fiile and output files.
| Is This Answer Correct ? | 14 Yes | 10 No |
Post New Answer View All Answers
Write a program to explain size error.
What are the different data types in cobol?
how do you reference the variable unblock file formats from cobol programs
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is report-item in COBOL?
How you can characterize tables in cobol?
What is redefines clause in COBOL?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Write the code to count the sum of n natural numbers.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What are the rules of the move verb?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Define static linking and dynamic linking.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc