COBOL Manual for TNS/E Programs (H06.08+, J06.03+)
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
REWRITE repositioning failed with error nnn
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
Wrong open mode for REWRITE
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.
196
Sequential REWRITE permitted only with same record size
Cause
At attempt to REWRITE a record on a file with sequential organization failed because the new
record is not the same size as the old one.
Effect
The REWRITE statement is unsuccessful with I-O status code “44.”
Recovery
Correct the program.
197
REWRITE operation failed with error nnn
Cause
The attempt to rewrite the record 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.
Message List 1213










