COBOL Manual for TNS and TNS/R Programs
Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
48-58
Message List
204 (082)
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 (083)
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 (084)
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 (085)
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