COBOL Manual for TNS/E Programs (H06.03+)

Run-Time Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
48-44
Message List
204
Cause. The attempt to write an end of file on a tape during the execution of a CLOSE
statement failed with Guardian error nnn.
Effect. The CLOSE 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.
205
Cause. The attempt to write an end of reel on a tape during the execution of a CLOSE
REEL or WRITE statement failed with Guardian error nnn.
Effect. The 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.
206
Cause. The attempt to write the record during the execution of a WRITE statement or
the attempt to write a saved record during the execution of a CLOSE statement failed
with Guardian error nnn.
Effect. The 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. For example, a Guardian error value of 21 is a File System
error that indicates “illegal count specified,” which could arise from a block size error in
the file description.
207
Cause. The attempt to write the record during the execution of a WRITE statement or
the attempt to write a saved record during the execution of a CLOSE statement failed
because the file is full.
Effect. The statement is unsuccessful with I-O status code “34.”
Writing end of file failed with error nnn
Writing end of reel failed with error nnn
WRITE operation failed with error nnn
WRITE failed because file is full