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


Deleting a record from a Sequential file.

Answers were Sorted based on User's Feedback



Deleting a record from a Sequential file...

Answer / bathulasreeni

To remove an existing record from an indexed or relative
file, open the file in I-O mode and use the DELETE
statement. You cannot use DELETE on a sequential file or
line-sequential file.

For information on COBOL opening modes,please refer
http://clearmainframeinterview.blogspot.com/2013/11/file-open-
mode.html

Is This Answer Correct ?    5 Yes 0 No

Deleting a record from a Sequential file...

Answer / surya

After placing a record into a sequential file, it is not possible to delete a record and it is also not possible to change the order of the records.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL400 Interview Questions

How can i change the below code in SQL to cobol/400? EXEC SQL SELECT COUNT(*) INTO : WS-COUNT FROM Db file WHERE Field 1 = : WS-VAR AND Field 2 = : WS-USERID END-EXEC

2 Answers   HP,


i have two programs 1.cobol program 2.copy book program can i move bouth program in to the production or single single program?

1 Answers   UHG,


Can we open close file in COBOL any number of times?

2 Answers   Kanbay,


what is the difference between SEARCH and SEARCHALL?

2 Answers  


Explain how to update data area in cobol 400 program?

0 Answers  


Define perform?

0 Answers  


write a cobol program to display prime numbers between 1 to 100?

5 Answers   Cap Gemini, NISA,


How to detect record is locked in cobol/400? What is the solution for that?

0 Answers  


Define sort?

0 Answers  


what is PERFORM? and its types?

7 Answers  


seqence numbers in cobol

0 Answers   TCS,


It's possible use %TRIM statement like rpgile?

2 Answers  


Categories