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

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
Guardian I/O error nnn
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
Operation incompatible with file type or status (GE)
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.
Recovery
One of these, depending on the cause number:
1. Either delete the call to COBOL_CONTROL_ or COBOL_SETMODE_ or correct it (depending
on the cause):
a. Change the file to a file other than $RECEIVE.
b. Change the RESERVE clause so that it does not use HP COBOL Fast I-O.
c. Take the action indicated by the Guardian error code “(GE).
2. Correct the ASSIGN in the select clause or change LINE SEQUENTIAL to SEQUENTIAL.
124
System not licensed for COBOL programs
1196 Run-Time Diagnostic Messages