COBOL Manual for TNS and TNS/R Programs

Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
48-59
Message List
Recovery. Correct the program if it is in a loop, or increase the number of extents
allocated for the file. You can use a FUP CREATE command for this purpose.
208 (086)
Cause. The attempt to position the file during the execution of a random 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.
209 (087)
Cause. The attempt to reposition the file after writing a record during the execution of
a random 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.
210 (088)
Cause. The attempt to skip lines on a file during the execution of a random WRITE
statement with ADVANCING specified 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.
211 (089)
Cause. A WRITE statement was attempted on a relative or indexed on a file that does
not meet any one of these criteria:
Its open mode is OUTPUT.
Its open mode is EXTEND and its access mode is sequential.
Its open mode is I-O and its access mode is not sequential.
WRITE positioning failed with error nnn
WRITE repositioning failed with error nnn
Line skipping failed with error nnn
Wrong open mode for WRITE