I have two files , file1 is input file it contains
10,20,30,....,records
but i want to display the records in file 2 as reverse order
.how can we do by using jcl& cobol(dont use array)
please any one can tell me the answer
Answer Posted / rajesh
using count statement
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Which division and paragraphs are mandatory for a COBOL program?
Have you used comp and comp-3 in your project? And how?
What is the compute verb? How is it used?
What is the difference between binary search and sequential search?
What is redefines clause in COBOL?
Mention the guidelines to write a structured cobol program?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What are 77 levels used for?
How do you define a variable of comp-1 and comp-2?
Differentiate between structured cobol programming and object-oriented cobol programming.
how do you reference the variable block file formats from cobol programs
What do you understand by psb and acb?
Can we redefine the field of x(200) to less than 200?
Give some examples of command terminators?
How to remove 2 duplicate records and copy only one using job control language?