Can you REWRITE a record in an ESDS file? Can you DELETE a
record from it?
Answer Posted / yadav
we cant delete record from ESDS file but we can rewrite
record of same lenth at the position of preveous record
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
) what is the difference between AID and HANDLE AID?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
what are decleratives in cobol?
How to remove 2 duplicate records and copy only one using job control language?
What are different data types in cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What kind of error is trapped by on size error option?
what is the use of outrecord?
What is the utilization of copybook in cobol?
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
How do you differentiate between cobol and cobol-ii?
What is the difference between comp and comp-3?
What are declaratives and what are their uses in cobol?
Write a program to explain size error.
what is amode(24), amode(31), rmode(24) and rmode(any)?