Can you REWRITE a record in an ESDS file? Can you DELETE a
record from it?
Answer Posted / aji cherian
We can rewrie but cannot delete
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
Differentiate between structured cobol programming and object-oriented cobol programming.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the difference between binary search and sequential search?
how to move the records from file to array table. give with code example
Are you comfortable in cobol or jcl?
What is an in line perform? When would you use it? Anything else you wish to say about it.
how can i see junk values in dclgen or in hostvariable of comp ?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How to remove 2 duplicate records and copy only one using job control language?
Write a program that uses move corresponding.
In COBOL, what is the different between index and subscript?
How do you get the data to code the BMS macro?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
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