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
Name the sections present in data division.
What is the problem of ordered sequential files access?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Explain how to differentiate call by context by comparing it to other calls?
What is inspect in cobol ?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the utilization of copybook in cobol?
Can we redefine the field of x(200) to less than 200?
Define static linking and dynamic linking.
Difference between cobol and cobol-ii?
What is the difference between comp and comp-3?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Give some examples of command terminators?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?