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

Run-Time Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
48-45
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
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
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
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
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