COBOL Manual for TNS/E Programs (H06.03+)
Run-Time Diagnostic Messages
HP COBOL Manual for TNS/E Programs—520347-003
48-41
Message List
Recovery. Correct the cause of the problem.
192
Cause. The program attempted to execute a REWRITE statement to a file for which
ACCESS MODE SEQUENTIAL is specified, and the last operation on the file was not
a successful READ statement (for example, an at-end condition resulted).
Effect. The REWRITE statement is unsuccessful with I-O status code “43.”
Recovery. Correct the program.
193
Cause. An attempt to position the file for a REWRITE statement failed with Guardian
error nnn.
Effect. The REWRITE 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.
194
Cause. An attempt to reposition the file after the rewrite operation during execution of
a REWRITE statement failed with Guardian error nnn.
Effect. The REWRITE 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.
195
Cause. The file referenced in a REWRITE statement is not opened in the I-O mode.
Effect. The REWRITE statement is unsuccessful with I-O status code “49.”
Recovery. Correct the program.
Sequential REWRITE must follow successful READ
REWRITE positioning failed with error nnn
REWRITE repositioning failed with error nnn
Wrong open mode for REWRITE










