Deleting a record from a Sequential file.
Answers were Sorted based on User's Feedback
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 |
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 |
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
i have two programs 1.cobol program 2.copy book program can i move bouth program in to the production or single single program?
Can we open close file in COBOL any number of times?
what is the difference between SEARCH and SEARCHALL?
Explain how to update data area in cobol 400 program?
Define perform?
write a cobol program to display prime numbers between 1 to 100?
How to detect record is locked in cobol/400? What is the solution for that?
Define sort?
what is PERFORM? and its types?
seqence numbers in cobol
It's possible use %TRIM statement like rpgile?