COBOL Manual for TNS and TNS/R Programs
Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
48-56
Message List
196 (073)
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 (074)
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.
198 (076)
Cause. The attempt to read the selected record during execution of a START
statement failed with Guardian error nnn.
Effect. The START 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.
199 (077)
Cause. The attempt to position the file during execution of a START statement failed
with Guardian error nnn.
Effect. The START 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.
Sequential REWRITE permitted only with same record size
REWRITE operation failed with error nnn
START operation failed with error nnn
START positioning failed with error nnn