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
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.
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
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 different data types in cobol?
what is the difference between COBOL2 AND COBOL390?
explain sorting techniques in cobol program?
What is the difference between comp and comp-3 usage?
what is difference between cobol and cobol/400
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is the difference between comp and comp-3?
how to convert the recors form vsam file to db2 table tru file aid
How to know whether the module is dynamical or statistical?
What is the difference between PIC 9.99 and PIC9v99?