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
Explain how to differentiate call by context by comparing it to other calls?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What are the different rules to perform a Search?
What are all the divisions of a COBOL program?
What is report-item in COBOL?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is difference between static and dynamic call in cobol?
Have you used comp and comp-3 in your project? And how?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Define cobol?
How to print 10 to 1 if the input have only 10 digit number?
What are the different open modes available in cobol?
How you can read the file from bottom?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc