Can you REWRITE a record in an ESDS file? Can you DELETE a
record from it?
Answer Posted / srivatsa
We can rewirte the record. Record can not be deleted.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What is the LINKAGE SECTION used in COBOL?
What are the access modes of START statement?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What are the pertinent COBOL
Why did you choose to work with ibm mainframe cobol programming?
How to print 10 to 1 if the input have only 10 digit number?
IF I mention stop run in CICS what happens?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Explain how you can characterize tables in cobol?
In COBOL programming, what is PERFORM? What is VARYING?
What are the different rules for performing 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.