Can you REWRITE a record in an ESDS file? Can you DELETE a
record from it?
Answer Posted / piyush mani
original record
01 piyush gurgaon
rewrited record
01 piyush delhi
wrt fd like this
fd file1
01 frec.
02 id pic 9(2) value 01.
02 name pic x(10) value piyush.
02 place pic x(10) value delhi.
02 filler pic x(68).
now open file and give rewrite option the record wil b updated
but we can't delete a esds record as it is stored in disc...
Thanks
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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 can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How you can characterize tables in cobol?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is the problem of ordered sequential files access?
Which is not true about evaluate statement
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What are 77 levels used for?
Which mode is used to operate the sequential file?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What is link edit in cobol?
how do you reference the variable block file formats from cobol programs
What is cobol?