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

Run-Time Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
48-23
Message List
Recovery. Consult your system administrator.
83
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
Cause. An ECOBOL object is being run on a system that does not contain the run-
time library. Instead, a “stub” is installed and it produces the diagnostic.
Effect. The run unit terminates abnormally.
Recovery. Ensure that either T0356 or T0357 is licensed to the system and installed
correctly.
Operation incompatible with file type or status (GE)
System not licensed for COBOL programs