Can you REWRITE a record in an ESDS file? Can you DELETE a
record from it?

Answers were Sorted based on User's Feedback



Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?..

Answer / aji cherian

We can rewrie but cannot delete

Is This Answer Correct ?    21 Yes 1 No

Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?..

Answer / max

ESDS is entry sequence data set...ans 2 is correct

Is This Answer Correct ?    14 Yes 0 No

Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?..

Answer / srivatsa

We can rewirte the record. Record can not be deleted.

Is This Answer Correct ?    12 Yes 0 No

Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?..

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

Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?..

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

Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?..

Answer / sukhwinder singh

what is ESDS file?

Is This Answer Correct ?    4 Yes 10 No

Post New Answer

More COBOL Interview Questions

How to remove 2 duplicate records and copy only one using job control language?

1 Answers  


what is meant by binary search?

4 Answers  


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 ??

2 Answers   HCL,


How to pass return codes from cobol to jcl?

5 Answers  


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

1 Answers   IBM,


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

7 Answers   TCS,


for an INITIALIZE and what keyword allows for an override of the default.

2 Answers  


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.

2 Answers   L&T,


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?

1 Answers  


i want to store 20 digits . h will u do it in cobol ?

4 Answers   TCS,


what is amode(24), amode(31), rmode(24) and rmode(any)?

1 Answers  


How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB

6 Answers   Polaris,


Categories