COBOL Manual for TNS and TNS/R Programs
Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
48-45
Message List
153 (027)
Cause. During the attempt to create a new file during the execution of an OPEN
statement, Guardian error nnn was returned by the operating environment.
Effect. The OPEN statement is unsuccessful with I-O status code “30.”
Recovery. Type ERROR nnn to see the meaning of the Guardian error; it might
indicate corrective action.
154 (028)
Cause. A DELETE statement was executed on a file with ACCESS MODE
SEQUENTIAL, and the preceding statement was not a successful READ statement.
Effect. The DELETE statement is unsuccessful with I-O status code “43.”
Recovery. Correct the program.
155 (029)
Cause. The file positioning request issued during the processing of a DELETE
statement was rejected with Guardian error nnn.
Effect. The DELETE statement is unsuccessful with I-O status code “30.”
Recovery. Type ERROR nnn to see the meaning of the Guardian error; it might
indicate corrective action.
156 (030)
Cause. The file positioning request issued after deleting a record during the
processing of a DELETE statement was rejected with Guardian error nnn.
Effect. The DELETE statement is unsuccessful with I-O status code “30”.
Recovery. Type ERROR nnn to see the meaning of the Guardian error; it might
indicate corrective action.
Create of new file failed with error nnn
Sequential DELETE must follow successful READ
DELETE positioning failed with error nnn
DELETE repositioning failed with error nnn