COBOL Manual for TNS and TNS/R Programs

Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
48-36
Message List
81 (none)
Cause. A routine detected an end-of-file condition.
Effect. Program behavior is language and application dependent. An HP COBOL
program terminates abnormally.
Recovery. Correct your program to allow for an end-of-file condition or verify that your
program can determine when all of the data has been read.
82 (none)
Cause. A Guardian operating system routine returned error nnn. This error is usually
reported as a result of an event that is beyond program control (when a path or system
is not available, for example).
Effect. Program behavior is language and application dependent. An HP COBOL
program terminates abnormally.
Recovery. Consult your system administrator.
83 (129)
Cause. One of:
1. COBOL_CONTROL_ or COBOL_SETMODE_ was called, and one of these was
true:
a. The associated file was assigned to $RECEIVE.
b. HP COBOL Fast I-O was selected for the associated file.
c. The CONTROL or SETMODE call was rejected by the file system (“(GE)”
shows the error code).
2. An OSS file (probably described with ORGANIZATION IS LINE SEQUENTIAL)
was opened in a Guardian process.
Effect. The run unit terminates abnormally.
End of file
Guardian I/O error nnn
Operation incompatible with file type or status (GE)