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
Can we change the password using ALTER? anyone tried and changed?
What is the difference between PIC 9.99 and 9v99 in COBOL?
how to refer the data field?
What is the LINKAGE SECTION used in COBOL?
What are the rules of the move verb?
i need a small 3d program using inline and outline.
HOw can I get the negative sign while deduct high value from low value
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.
Mention the guidelines to write a structured cobol program?
What are various search techniques in cobol? Explain.
State the various causes of s0c1, s0c5 and s0c7.
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?
In COBOL, what is the different between index and subscript?
Whats the difference between search & search ALL?
Can we redefine the field of x(200) to less than 200?