Hai friends
why we need to read a file before re-write a record?
Answer Posted / diwakar
Without knowing what field to rewrite we cannot use rewrite
the field in a record.Thats why we read the file first and
then rewrite the same
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Why would you use find and get rather than to obtain?
How do get the result of your program directly on your pc?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What rules are followed by the search verb.
i need a small 3d program using inline and outline.
Can we change the password using ALTER? anyone tried and changed?
How to print 10 to 1 if the input have only 10 digit number?
how do you reference the printer file formats from cobol programs
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is the compute verb? How is it used?
how do you reference the variable block 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 the Purpose of POINTER Phrase in STRING command in COBOL?
What is an in line perform? When would you use it? Anything else you wish to say about it.