Hai friends
why we need to read a file before re-write a record?
Answer Posted / guest
The file may be ESDS, RRDS or KSDS.
Assuming that the access mode is sequential.
If you are directly performing a 'REWRITE' operation it
will end oup with file status=43. Means'DELETE OR REWRITE &
NO GOOD READ FIRST'.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is an in line perform? When would you use it? Anything else you wish to say about it.
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the usage of comp fields in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
how do you reference the fixed unblock file formats from cobol programs
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Define cobol?
What is rmode(24)
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What are the different rules of SORT operation?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
how to access the file from prodution from changeman tool and to submit a file to production
Which is not true about evaluate statement