Can you REWRITE a record in an ESDS file? Can you DELETE a
record from it?
Answers were Sorted based on User's Feedback
Answer / max
ESDS is entry sequence data set...ans 2 is correct
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / srivatsa
We can rewirte the record. Record can not be deleted.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / 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 |
Answer / 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 |
How to remove 2 duplicate records and copy only one using job control language?
what is meant by binary search?
I have a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??
How to pass return codes from cobol to jcl?
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
Which of the following files can be OPENed in all the 4 modes? The four modes are INPUT, I-O, OUTPUT and EXTEND. (a) INDEXED (b) RELATIVE (c) SEQUENTIAL (d) All of the above
for an INITIALIZE and what keyword allows for an override of the default.
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
i want to store 20 digits . h will u do it in cobol ?
what is amode(24), amode(31), rmode(24) and rmode(any)?
How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB