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
IF I mention stop run in CICS what happens?
Name some of the examples of COBOl 11?
What are the rules of the move verb?
Explain how to differentiate call by context by comparing it to other calls?
What rules are to be followed while using the corresponding options?
how can i see junk values in dclgen or in hostvariable of comp ?
Write down the divisions of cobol program?
how to convert the recors form vsam file to db2 table tru file aid
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What are the different rules of SORT operation?
What do you understand by psb and acb?
what is search and searchall?what is the diffrence between them?give an best example?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
What are literals?