COBOL Manual for TNS and TNS/R Programs
Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
48-55
Message List
192 (069)
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 (070)
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 (071)
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 (072)
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