Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is the difference between working storage copybook and linkage section copybook?

5 Answers   TCS,


What is a scope terminator? Give examples.

2 Answers  


In the JCL, how do you define the files referred to in a subroutine ?

2 Answers  


can we use variable picture clause as xx.99 in cobol.

3 Answers  


State the various causes of s0c1, s0c5 and s0c7.

0 Answers  


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

0 Answers   iNautix,


How to open and see copy book ?

3 Answers  


Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?

1 Answers  


i have a sequencial file contains multiple records, i want to extract one row which contains various fields like order number,date,warehouse,.ect.. in to the another file by accepting the order number from jcl. how can i do it. pls help me..

4 Answers   CGI,


how to display comp3 variables reply soon ?

4 Answers   Patni,


What is different between variable length and fixed length?

2 Answers   TCS,


what is the use of comp2 ? where can we use it with example ?

3 Answers   Covansys,


Categories