Hai friends
why we need to read a file before re-write a record?
Answer Posted / mallappa
Rewrite is nothing but Update so if you want to
modify/changes in the record you should read the record
first, which you want to
then you can rewrite it. I hope it will clarify your
doubts.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Write the code to count the sum of n natural numbers.
how do you define single dimensional array and multidimensional array in your cobol?
Why occurs cannot be used in 01 level in COBOL?
Explain how you can characterize tables in cobol?
what is the use of outrecord?
What is the Purpose of Pointer in the string?
how to access the file from prodution from changeman tool and to submit a file to production
how do you reference the printer file formats from cobol programs
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
what is difference between cobol and cobol/400
Define cobol?
how to move the records from file to array table. give with code example
What are the different rules to perform a Search?
What are the various section in data division and briefly explain them.
What is inspect in cobol ?