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 |
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.
hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps
How To move a value to an array using move verb?
What is an in line perform? When would you use it? Anything else you wish to say about it.
how can we fetch 3 records in cobol pgm any coding pls ?
can we declare s9(9)v9(9) in cobol ? if yes how many bytes it will occupy ?(urgent plz answer it)
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
how to know that the file has 300 records how to acess it?
How do you reference the following file formats from cobol programs?
waht is inspect verb? where it can be in real time?
Can we call a CICS program from a batch program or viceversa?If so, how?
) How do u handle errors in BMS macro?